Development of Neural Networks for Noise Reduction

Size: px
Start display at page:

Download "Development of Neural Networks for Noise Reduction"

Transcription

1 The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July Development of Neural Networks for Nose Reducton Lubna Badr Faculty of Engneerng, Phladelpha Unversty, Jordan Abstract: Ths paper descrbes the development of neural network models for nose reducton. The networks used to enhance the performance of modelng captured sgnals by reducng the effect of nose. Both recurrent and mult-layer Backpropagaton neural networks models are examned and compared wth dfferent tranng algorthms. The paper presented s to llustrate the effect of tranng algorthms and network archtecture on neural network performance for a gven applcaton. Keywords: Nose reducton, recurrent neural networks, mult-layer backpropagaton. Receved January 3, 009; accepted February 5, 009. Introducton In physcal systems, transmtted sgnals are usually dstrbuted partally, or sometmes almost completely, by an addtve nose from the transmtter, channel, and recever. The approach nvestgated n ths work s to consder nose reducton as an essentally requred process to enhance the estmaton process of mage reconstructon of the captured sgnal. Nose reducton s consdered as a contnuous mappng process of the nosy nput data to a nose free output data. The resulted enhanced sgnal can be appled to the holographc magng process and mproves the performance of the estmated model. Artfcal Neural Networks (ANNs) are fndng ncreasng use n nose reducton problems [,, 3, 4, 7, 8,, 3, 6, 7], and the man desgn goal of these Neural Networks (NNs) was to obtan a good approxmaton for some nputoutput mappng. In addton to obtanng a conventonal approxmaton, NNs are expected to generalze from the gven tranng data. The generalzaton s to use nformaton that NN learned durng tranng phase n order to synthesze, smlar but not dentcal, nputoutput mappng []. In ths paper, two dfferent NN archtectures are employed. These are Recurrent Neural Networks (RNNs) and MultLayer Neural Networks (MLNNs). Both networks are traned wth fve tranng algorthms. The tranng functons used are: Gradent descent backpropagaton (trangd), gradent descent wth momentum backpropagaton (trangdm), gradent descent wth adaptve lr (learnng rate) backprobagaton (trangda), gradent descent w/momentum and adaptve lr backpropagaton (trangdx), and Leverberg Marquardt backpropagaton (tranlm). The desgned NNs are traned wth nput sequences that are assumed to be a composton of the desred sgnal plus an addtve whte Gaussan nose. The networks are expected to learn the nosy tranng data wth the correspondng desred output and generalze the model. Ths research s an attempt to employ ANN for the enhancement of the measured corrupted sgnal and reduce the nose. The man contrbuton ncludes the followng: The nput tranng sequences to the desgned NNs are assumed to be a composton of the desred sgnal plus an addtve whte Gaussan nose. Ths assumpton speeds up the learnng process and mproves the approxmaton of the desred model [5]. The development and comparson of NN archtectures for use n nose reducton applcatons. A comparson of modelng performance usng mult-layer and recurrent NNs. An examnaton of the relatonshp between tranng performance and tranng speed wth the tranng algorthm used for a gven NN archtecture.. Artfcal Neural Networks There are two man phases n the operaton of ANN: learnng and testng. Learnng s the process of adaptng or modfyng the NN weghts n response to the tranng nput patterns beng presented at the nput layer. How weghts adapt n response to a learnng example s controlled by a tranng algorthm. Testng s the applcaton mode where the network processes a tested nput pattern presented at ts nput layer and creates a response at the output layer. Desgnng an ANN for a gven applcaton requres determnng the NN archtecture, the optmal sze for the network (the total number of layers, the number of hdden unts n the mddle layers, and number of unts n the nput and output layers) n terms of accuracy on a test set, and the tranng algorthm used durng the

2 90 The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 learnng phase. Two types of neural networks are used to perform the requred extracton of the knowledge from a nosy tranng set to acheve better sgnal enhancement. These networks are RNN and MLNN. The archtectures of both networks are presented n the followng secton... Archtecture... Recurrent Neural Network Archtecture The desgned RNN s called Elman network. Elman networks are two-layer backpropagaton networks, wth the addton of a feedback connecton from the output of the hdden layer to ts nput. Ths feedback path allows Elman networks to learn to recognze and generate temporal patterns, as well as spatal patterns [6]. A two-layer Elman network s shown n Fgure. Fgure. The archtecture of Elman Network [0]. The Elman network constructed has tansg neurons n ts hdden (recurrent) layer, and pureln neurons n ts output layer, shown n Fgures and 3, respectvely. The numbers of neurons n the hdden and output layers are 0 and, respectvely. The hdden unts and the output unt also have bases. These bas terms act lke weghts on connectons from unts whose output s always. The bas gves the network an extra varable, and so the network wth bas s expected to be more powerful than those wthout [0]. Ths combnaton s specal n that two-layer networks wth these transfer functons can approxmate any functon (wth a fnte number of dscontnutes) wth arbtrary accuracy. The only requrement s that the hdden layer must have enough neurons. More hdden neurons are needed as the functon beng ftted ncreases n complexty. Note that the Elman network dffers from conventonal twolayer networks n that the frst layer has a recurrent connecton. The delay n ths connecton stores values from the prevous tme step, whch can be used n the current tme step. Thus, even f two Elman networks, wth the same weghts and bases, are gven dentcal nputs at a gven tme step, ther outputs can be dfferent due to dfferent feedback states [5]. Fgure. Tansg transfer functon. Fgure 3. Purlne transfer functon. Elman network performs the followng:. The nput unts receve the frst nput.. Both the nput unts and context unts (group of unts that receves feedback sgnals from the prevous tme step [8]) actvate the hdden unts. 3. The hdden unts also feedback to actvate the context unts (copyng the content of the hdden unt). 4. The output unts s compared wth a teacher nput (desred output) and backpropogaton of error s used to ncrementally adjust the connecton strength. The recurrent connectons allow the network's hdden unts to see ts own prevous output, so that the subsequent behavour can be shaped by prevous responses. These recurrent connectons are what gve the network memory. The context unts are also "hdden" n the sense that they nteract exclusvely wth other nodes nternal to the network, and not the outsde world [7].... Multlayer Neural Network Archtecture A MLNN s desgned wth three layers as shown n Fgure 4. The feedforward network has two hdden layers of tansg neurons (f and f ) followed by an output layer of pureln neurons (f 3 ). The numbers of neurons n the frst and second hdden layers are 7 and 3 respectvely. The hdden unts and the output unt also have bases. These bas terms act lke weghts on connectons from unts whose output s always. Multple layers of neurons wth nonlnear transfer functons allow the network to learn nonlnear and lnear relatonshp between nput and output vectors. The backpropagaton model s multlayered snce t has dstnct layers. The neurons wthn each layer are connected wth the neurons of the adjacent layers through drected edges. There are no connectons among the neurons wthn the same layer.

3 Development of Neural Networks for Nose Reducton 9 Only the drecton of nformaton flow for the feedforward phase of operaton s shown. Durng the backpropagaton phase of learnng, sgnals are sent n the reverse drecton. Fgure 4. The Archtecture of three-layer neural network [0]. Three-layer neural network performs the followng: Durng feedforward phase, the nput unt receves an nput sgnal and broadcasts ths sgnal to the each of the hdden unts n the frst hdden layer. Each of the hdden unts then computes ts actvaton and sends ts sgnal to the hdden unts n the second layer. Each hdden unt n the second layer computes ts actvaton and sends ts sgnal to the output unts. Fnally, the output unt computes ts actvaton to form the response of the net for the gven nput pattern. Durng tranng phase, each output unt compares ts computed actvaton wth ts target value to determne the error assocated wth that unt. The error s dstrbuted from output layer back to all unts n the next lower layer, and also used to update the weghts between the output and the second hdden layer. The computed error n the second layer s dstrbuted to all unts n the prevous layer and used to update the weghts between the second hdden layer and the frst hdden layer. The computed error n the frst hdden layer s used to update the weghts between the frst hdden layer and the nput layer... Tranng Neural Networks The neural networks are traned usng backpropagaton algorthm. There are several varatons to the tranng algorthm of backpropagaton NN. These varatons are the bass of test procedures evaluaton the overall most effectve way to model the system. The dstncton between tranng and generalzaton accuraces les n the test patterns adopted. Good tranng accuracy can be acheved by formng complex decson boundares, whch n turn requres a large network sze. Also, good generalzaton accuracy needs not to push too hard on the tranng accuracy; the overtranng may result n degraded generalzaton. Ths may occur f too many hdden unts are used []. A number of network archtectures have been desgned and tested wth dfferent nosy data samples. The am was to have good tranng process, to avod overtranng problem, and to have better Mean Square Error (MSE) goal durng the tranng process. It has been proven [0] that the addton of random nose to the desred sgnal durng the tranng process of the neural network can mprove the generalzaton of the network and can avod the learnng process from beng trapped nto local mnmum. Assume xk denotes the k th element of an nput vector; y s the th output of the output layer. Let d(t) denote the desred response for output neuron at tme t, where t s the dscrete tme ndex. The error sgnal e(t) s defned as the dfference between the target response d(t) and the actual response y(t). e = d y () The am of learnng s to mnmze a cost functon based on the error sgnal e(t), wth respect to network parameters (weghts), such that the actual response of each output neuron n the network approaches the target response [6]. A crteron commonly used for the cost functon s the MSE crteron, defned as the mean-square value of the sum squared error: J= E = E ( e ) ( d y ) () (3) where E s the statstcal expectaton operator and the summaton s over all the neurons of the output layer. Usually the adaptaton of weghts s performed by usng the desred sgnal d(t) only. In [6] t s stated that a new sgnal d ( t ) + n ( t ) can be used as a desred sgnal for output neuron nstead of usng the orgnal desred sgnal d(t), where n(t) s a nose term. Ths nose term s assumed to be whte Gaussan nose, ndependent of both the nput sgnals xk(t) and the desred sgnals d(t). Wth the new desred sgnals, the MSE of equaton 3 can be wrtten as: J = E[ ( ( ) ( ) ( )) d t + n t y t ] (4) It s shown n [6] that Eq.4 s equal to: J= + E ( y E{ d + n x( t)}) E var(( d + n ) x( t)) (5) where the symbol means condtonal probabltes and 'var' s an abbrevaton of varance. The second term n the rght hand sde of equaton 5 wll contrbute to the total error J and as learnng progresses, but t does not affect the fnal value of the weghts because t s not a

4 9 The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 functon of the network weghts, whle the frst term wll decde the optmal value of the weghts [6]. Snce the nose s zero mean and t s ndependent of both desred and the nput sgnals, thus: { E { d + n x( t)} = { E{ d x( t)} (6) It s clear from equatons 5 and 6 that the fnal weght values can be determned wthout the exstence of nose n the equaton. The tranng of NN was made to follow the model descrbed by the followng equaton for holograph mage process: d(x) = A r + S + A r SCos θ (7) where θ s a phase dfference between A r and S s reflected sgnal from the object under magng process, and A r s reference sgnal due to the requrement of nlne holography. 3. Expermental Results In ths secton, the expermental results obtaned usng RNN and MLNN archtectures on the recorded sgnal from a test object. A test object conssts of two steel rods of.5cm dameter was used. The separaton between the two rods was 7cm. The dstance Zo between the object and recordng planes was 90cm. The object was covered by two dfferent opaque materals: a sheet of paper and a Styrofoam. The object was llumnated by ultrasound waves usng ultrasonc transmttng transducers []. The receved sgnals from the object due to the reflecton are recorded and n order to enhance them, or n other words, to decrease the effect the envronments such as the relatvely hgh background that caused by the opaque materal; the neural network s used to ncrease the SNR of holographc data. Desgnng neural network archtecture for a gven applcaton requres determnng the optmal sze for the network n terms of accuracy on a test set, usually by ncreasng ts sze untl there s no longer sgnfcant decrease n error. The analyss was performed through programs mplemented on MATLAB software. Both networks performed the requred reducton of the nose n the captured sgnal,.e., the RNN and MLNN. The MLNN performs better than RNN n terms of run tme and also the Mean Square Error (MSE) performance. Tables and summarze the results of NN's tranng by comparng the Elapsed tme, Epochs, and the MSE of RNN and MLNN wth fve tranng algorthms. These algorthms are Trangd, Trangdm, Trangda, Tranlm, and Trangdx [5]. All of these algorthms use the gradent of the performance functon to determne how to adjust the weghts to mnmze performance (.e., MSE). As can be seen n Tables and, the MLNN traned wth TRAINLM backpropagaton functon results n a fastest algorthm mplementaton (90 epochs) wth a best performance (MSE equals 0.085). Table. Elapsed tme and epochs of RNN and MLNN wth fve tranng algorthms Recurrent Neural Network (RNN) Multlayer Neural Network (MLNN) Algorthm Elapsed Tme Epochs Elapsed Tme Epochs (Sec) (Sec) Trangd Trangdm Trangda Tranlm Trangdx Table. Mean square error of RNN and MLNN wth fve tranng algorthms. Mean Square Error (MSE) Algorthm Recurrent Neural Network (RNN) Multlayer Neural Network (MLNN) Trangd Trangdm Trangda Tranlm Trangdx The tranlm functon works accordng to levenbergmarquardz optmzaton technque [5]. Fgure 5 shows MLNN performance durng the tranng process wth TRAINLM algorthm. Extensve testng s made to mprove the performance of MLNN. Table 3 shows the MLNN performance wth two experments cases: sheet of paper and Styrofoam solated materals. The desgned MLNN was able to decrease the effect of concealng medum and the nose n the captured sgnal. Fgure 6 shows the behavor of the neural network output after applyng the captured sgnal h(n) n the sheet of paper and styrofoam cases, respectvely. Fgure 5. Multlayer neural network MLNN performance durng the tranng process wth TRAINLM tranng algorthm. 4. Conclusons In ths paper, two dfferent neural networks have been compared to mnmze the effect of nose n the model of a concealed object and ncrease the SNR of holographc data. Expermental results show that usng

5 Development of Neural Networks for Nose Reducton 93 neural network to enhance the captured sgnal can mprove the trackng of the model parameters. The RNN and MLNN archtecture have been studed and tested to obtan the optmal archtecture n terms of number of hdden layers and neurons n each layer. The results obtaned show that durng the pre-processng stage, the RNN and MLNN were able to enhance the tested recorded sgnal and produce an output sgnal that follows the desred model wth mnmum MSE (0.085). The effect of addng whte Gaussan nose to the desred sgnal when tranng the neural network wth backpropagaton has been dscussed. Both analytcally and expermentally t has been demonstrated that the addtve nose mproves the network generalzaton on the tested patterns and the tranng trajectory. Smlar results have been obtaned when tranng both RNN and MLNN. Table 3. Multlayer neural network performance wth two experments cases: sheet of paper and Styrofoam solatng materals. Tranng Algorthm Mean Square Error (MSE) Sheet of Paper Case Styrofoam Case Trangd Trangdm Trangda Tranlm Trangdx Fgure 6. Multlayer neural network MLNN output after applyng the captured sgnal h(n) n two cases: sheet of paper and Styrofoam opaque materals. References [] Badr L. and Al-Azzo M., Burg-Neural Network Based Holographc Source Localzaton, WSEAS Transactons on Sgnal Processng, vol., no. 4, pp. 44-4, 006. [] Badr L. and Al-Azzo M., Modellng of Long Wavelength Detecton of Objects Usng Elman Network Modfed Covarance Combnaton, Internatonal Arab Journal of Informaton Technology (IAJIT), vol. 5, no. 3, pp. 65-7, 008. [3] Brueckmann R., Schedg A., and Gross H., Adaptve Nose Reducton and Voce Actvty Detecton for mproved Verbal Human-Robot Interacton usng Bnaural Data, n Proceedngs of the IEEE Internatonal Conference on Robotcs and Automaton, Italy, pp. 0-4, 007. [4] Chuan W. and Jose P., Tranng Neural Networks wth Addtve Nose n the Desred Sgnal, Transactons on Neural Networks, vol. 0, no. 6, pp. 5-57, 999. [5] Demuth H. and Beale M., Neural Network Toolbox-for Use wth MATLAB User s Gude, The Mathworks, Massachusetts, 00. [6] Dorronsoro J., López V., Cruz C., and Sgüenza J., Autoassocatve Neural Networks and Nose Flterng, IEEE Transactons on Sgnal Processng, vol. 5, no. 5, pp , 003. [7] Elman J., Fndng Structure n Tme, Cogntve Scence, vol. 4, no., pp.79-, 990. [8] Fausett L., Fundamentals of Neural Networks: Archtectures, Algorthms, and Applcatons, Prentce Hall Internatonal, New Jersey, 994. [9] Gles C., Lawrence S., and Tso A., Nosy Tme Seres Predcton Usng a Recurrent Neural Network and Grammatcal Inference, Machne Learnng, vol. 44, no. -, pp. 6-83, 00. [0] Hagan M., Demuth H., and Beale M., Neural Network Desgn, PWS Publshng Company and Thomson Asa, 00. [] Kharnar D., Merchant S., and Desa U., Radar Sgnal Detecton In Non-Gaussan Nose Usng RBF Neural Network, Journal of Computers, vol. 3, no., pp. 3-39, 008. [] Kung S., Dgtal Neural Network, Prntce Hall, 993. [3] Mastran M. and Graldez A., Neural Shrnkage for Wavelet-Based SAR Despecklng, Internatonal Journal of Intellgent Technology, vol., no. 3, pp. -, 006. [4] Parveen S. and Green P., Speech Enhancement wth Mssng Data Technques Usng Recurrent Neural Networks, n Proceedngs of the IEEE Internatonal Conference on Acoustcs, Speech and Sgnal Processng, Canada, pp , 004. [5] Radonja P., Neural Networks Based Model of A Hghly Nonlnear Process, n Proceedngs of the IX Telekomunkacon Forum Telfor 00, Beograd, 00. [6] Yoshmura H., Shmzu T., Matumura T., Kmoto M., and Isu N., Adaptve Nose Reducton Flter for Speech Usng Cascaded Sandglass-Type Neural Network, n Proceedngs of the IEEE Internatonal Conference on Robotcs and Automaton, Italy, pp. 0-4, 007. [7] Zhang X., Thresholdng Neural Network for Adaptve Nose Reducton, IEEE Transactons on Neural Networks, vol., no. 3, 00.

6 94 The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 00 Lubna Badr receved her BSc and MSc degree n computer and control engneerng, from the Unversty of Technology, Baghdad n 994 and 996, respectvely, and the PhD degree n computer engneerng, from Unversty of Technology n Baghdad, Iraq, n 999. Her research nterest ncludes neural network and fuzzy logc, knowledge acquston systems, and embedded system desgn. She has one book and more than 5 publcatons n reputed journals and conferences.

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04.

Networks. Backpropagation. Backpropagation. Introduction to. Backpropagation Network training. Backpropagation Learning Details 1.04. Networs Introducton to - In 1986 a method for learnng n mult-layer wor,, was nvented by Rumelhart Paper Why are what and where processed by separate cortcal vsual systems? - The algorthm s a sensble approach

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation

Parameter Free Iterative Decoding Metrics for Non-Coherent Orthogonal Modulation 1 Parameter Free Iteratve Decodng Metrcs for Non-Coherent Orthogonal Modulaton Albert Gullén Fàbregas and Alex Grant Abstract We study decoder metrcs suted for teratve decodng of non-coherently detected

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network

An Alternation Diffusion LMS Estimation Strategy over Wireless Sensor Network Progress In Electromagnetcs Research M, Vol. 70, 135 143, 2018 An Alternaton Dffuson LMS Estmaton Strategy over Wreless Sensor Network Ln L * and Donghu L Abstract Ths paper presents a dstrbuted estmaton

More information

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode

A High-Sensitivity Oversampling Digital Signal Detection Technique for CMOS Image Sensors Using Non-destructive Intermediate High-Speed Readout Mode A Hgh-Senstvty Oversamplng Dgtal Sgnal Detecton Technque for CMOS Image Sensors Usng Non-destructve Intermedate Hgh-Speed Readout Mode Shoj Kawahto*, Nobuhro Kawa** and Yoshak Tadokoro** *Research Insttute

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Partial Discharge Pattern Recognition of Cast Resin Current Transformers Using Radial Basis Function Neural Network

Partial Discharge Pattern Recognition of Cast Resin Current Transformers Using Radial Basis Function Neural Network J Electr Eng Technol Vol. 9, No. 1: 293-300, 2014 http://dx.do.org/10.5370/jeet.2014.9.1.293 ISSN(Prnt) 1975-0102 ISSN(Onlne) 2093-7423 Partal Dscharge Pattern Recognton of Cast Resn Current Transformers

More information

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION

NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION NOVEL ITERATIVE TECHNIQUES FOR RADAR TARGET DISCRIMINATION Phaneendra R.Venkata, Nathan A. Goodman Department of Electrcal and Computer Engneerng, Unversty of Arzona, 30 E. Speedway Blvd, Tucson, Arzona

More information

Performance Analysis of the Weighted Window CFAR Algorithms

Performance Analysis of the Weighted Window CFAR Algorithms Performance Analyss of the Weghted Wndow CFAR Algorthms eng Xangwe Guan Jan He You Department of Electronc Engneerng, Naval Aeronautcal Engneerng Academy, Er a road 88, Yanta Cty 6400, Shandong Provnce,

More information

Performance Analysis of Cellular Radio System Using Artificial Neural Networks

Performance Analysis of Cellular Radio System Using Artificial Neural Networks Amercan Journal of Neural Networks and Applcatons 27; 3(): 5-3 http://www.scencepublshnggroup.com/j/ajnna do:.648/j.ajnna.273.2 ISSN: 2469-74 (rnt); ISSN: 2469-749 (Onlne) erformance Analyss of Cellular

More information

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme

Inverse Halftoning Method Using Pattern Substitution Based Data Hiding Scheme Proceedngs of the World Congress on Engneerng 2011 Vol II, July 6-8, 2011, London, U.K. Inverse Halftonng Method Usng Pattern Substtuton Based Data Hdng Scheme Me-Y Wu, Ja-Hong Lee and Hong-Je Wu Abstract

More information

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13

Figure.1. Basic model of an impedance source converter JCHPS Special Issue 12: August Page 13 A Hgh Gan DC - DC Converter wth Soft Swtchng and Power actor Correcton for Renewable Energy Applcaton T. Selvakumaran* and. Svachdambaranathan Department of EEE, Sathyabama Unversty, Chenna, Inda. *Correspondng

More information

Enhanced Artificial Neural Networks Using Complex Numbers

Enhanced Artificial Neural Networks Using Complex Numbers Enhanced Artfcal Neural Networks Usng Complex Numers Howard E. Mchel and A. A. S. Awwal Computer Scence Department Unversty of Dayton Dayton, OH 45469-60 mchel@cps.udayton.edu Computer Scence & Engneerng

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

Equity trend prediction with neural networks

Equity trend prediction with neural networks Res. Lett. Inf. Math. Sc., 2004, Vol. 6, pp 15-29 15 Avalable onlne at http://ms.massey.ac.nz/research/letters/ Equty trend predcton wth neural networks R.HALLIDAY Insttute of Informaton & Mathematcal

More information

Short Term Load Forecasting based on An Optimized Architecture of Hybrid Neural Network Model

Short Term Load Forecasting based on An Optimized Architecture of Hybrid Neural Network Model Short Term Load Forecastng based on An Optmzed Archtecture of Hybrd Neural Network Model Fras Shhab Ahmed Turksh Aeronautcal Assocaton Unversty Department of Informaton Technology Ankara, Turkey Mnstry

More information

Phasor Representation of Sinusoidal Signals

Phasor Representation of Sinusoidal Signals Phasor Representaton of Snusodal Sgnals COSC 44: Dgtal Communcatons Instructor: Dr. Amr Asf Department of Computer Scence and Engneerng York Unversty Handout # 6: Bandpass odulaton Usng Euler dentty e

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

Optimal State Prediction for Feedback-Based QoS Adaptations

Optimal State Prediction for Feedback-Based QoS Adaptations Optmal State Predcton for Feedback-Based QoS Adaptatons Baochun L, Dongyan Xu, Klara Nahrstedt Department of Computer Scence Unversty of Illnos at Urbana-Champagn b-l, d-xu, klara @cs.uuc.edu Abstract

More information

Space Time Equalization-space time codes System Model for STCM

Space Time Equalization-space time codes System Model for STCM Space Tme Eualzaton-space tme codes System Model for STCM The system under consderaton conssts of ST encoder, fadng channel model wth AWGN, two transmt antennas, one receve antenna, Vterb eualzer wth deal

More information

Applying Rprop Neural Network for the Prediction of the Mobile Station Location

Applying Rprop Neural Network for the Prediction of the Mobile Station Location Sensors 0,, 407-430; do:0.3390/s040407 OPE ACCESS sensors ISS 44-80 www.mdp.com/journal/sensors Communcaton Applyng Rprop eural etwork for the Predcton of the Moble Staton Locaton Chen-Sheng Chen, * and

More information

Speech bandwidth expansion based on Deep Neural Networks

Speech bandwidth expansion based on Deep Neural Networks INTERSPEECH 2015 Speech bandwdth expanson based on Deep Neural Networks Yngxue Wang 1,2, Shenghu hao 1, Wenbo Lu 3,4, Mng L 3,5,Jngmng Kuang 1 1 School of Informaton and Electroncs, Beng Insttute of Technology,

More information

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network

Grain Moisture Sensor Data Fusion Based on Improved Radial Basis Function Neural Network Gran Mosture Sensor Data Fuson Based on Improved Radal Bass Functon Neural Network Lu Yang, Gang Wu, Yuyao Song, and Lanlan Dong 1 College of Engneerng, Chna Agrcultural Unversty, Bejng,100083, Chna zhjunr@gmal.com,{yanglu,maozhhua}@cau.edu.cn

More information

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems

Advanced Bio-Inspired Plausibility Checking in a Wireless Sensor Network Using Neuro-Immune Systems Fourth Internatonal Conference on Sensor Technologes and Applcatons Advanced Bo-Inspred Plausblty Checkng n a reless Sensor Network Usng Neuro-Immune Systems Autonomous Fault Dagnoss n an Intellgent Transportaton

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University)

Th P5 13 Elastic Envelope Inversion SUMMARY. J.R. Luo* (Xi'an Jiaotong University), R.S. Wu (UC Santa Cruz) & J.H. Gao (Xi'an Jiaotong University) -4 June 5 IFEMA Madrd h P5 3 Elastc Envelope Inverson J.R. Luo* (X'an Jaotong Unversty), R.S. Wu (UC Santa Cruz) & J.H. Gao (X'an Jaotong Unversty) SUMMARY We developed the elastc envelope nverson method.

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction

Wavelet Multi-Layer Perceptron Neural Network for Time-Series Prediction Wavelet Mult-Layer Perceptron Neural Network for Tme-Seres Predcton Kok Keong Teo, Lpo Wang* and Zhpng Ln School of Electrcal and Electronc Engneerng Nanyang Technologcal Unversty Block S2, Nanyang Avenue

More information

Performance analysis of a RLS-based MLP-DFE in time-invariant and time-varying channels

Performance analysis of a RLS-based MLP-DFE in time-invariant and time-varying channels Dgtal Sgnal Processng 18 (2008) 307 320 www.elsever.com/locate/dsp Performance analyss of a RLS-based MLP-DFE n tme-nvarant and tme-varyng channels Kashf Mahmood, Abdelmalek Zdour, Azzedne Zergune Electrcal

More information

Cod and climate: effect of the North Atlantic Oscillation on recruitment in the North Atlantic

Cod and climate: effect of the North Atlantic Oscillation on recruitment in the North Atlantic Ths appendx accompanes the artcle Cod and clmate: effect of the North Atlantc Oscllaton on recrutment n the North Atlantc Lef Chrstan Stge 1, Ger Ottersen 2,3, Keth Brander 3, Kung-Sk Chan 4, Nls Chr.

More information

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors

Source Localization by TDOA with Random Sensor Position Errors - Part II: Mobile sensors Source Localzaton by TDOA wth Random Sensor Poston Errors - Part II: Moble sensors Xaome Qu,, Lhua Xe EXOUISITUS, Center for E-Cty, School of Electrcal and Electronc Engneerng, Nanyang Technologcal Unversty,

More information

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

STRUCTURE ANALYSIS OF NEURAL NETWORKS

STRUCTURE ANALYSIS OF NEURAL NETWORKS STRUCTURE ANALYSIS OF NEURAL NETWORKS DING SHENQIANG NATIONAL UNIVERSITY OF SINGAPORE 004 STRUCTURE ANALYSIS OF NEURAL NETWORKS DING SHENQIANG 004 STRUCTURE ANANLYSIS OF NEURAL NETWORKS DING SHENQIANG

More information

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION

ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION 7th European Sgnal Processng Conference (EUSIPCO 9 Glasgow, Scotland, August 4-8, 9 ROBUST IDENTIFICATION AND PREDICTION USING WILCOXON NORM AND PARTICLE SWARM OPTIMIZATION Babta Majh, G. Panda and B.

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Robot Docking Based on Omnidirectional Vision and Reinforcement Learning

Robot Docking Based on Omnidirectional Vision and Reinforcement Learning Robot Dockng Based on Omndrectonal Vson and Renforcement Learnng Davd Muse, Cornelus Weber and Stefan Wermter Hybrd Intellgent Systems, School of Computng and Technology Unversty of Sunderland, UK. Web:

More information

Markov Chain Monte Carlo Detection for Underwater Acoustic Channels

Markov Chain Monte Carlo Detection for Underwater Acoustic Channels Markov Chan Monte Carlo Detecton for Underwater Acoustc Channels Hong Wan, Rong-Rong Chen, Jun Won Cho, Andrew Snger, James Presg, and Behrouz Farhang-Boroujeny Dept. of ECE, Unversty of Utah Dept. of

More information

Performance Analysis of Power Line Communication Using DS-CDMA Technique with Adaptive Laguerre Filters

Performance Analysis of Power Line Communication Using DS-CDMA Technique with Adaptive Laguerre Filters Internatonal Conference on Informaton and Electroncs Engneerng IPCSIT vol.6 ( ( IACSIT Press, Sngapore Performance Analyss of Power Lne Communcaton Usng DS-CDMA Technque wth Adaptve Laguerre Flters S.

More information

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features

Recognition of Low-Resolution Face Images using Sparse Coding of Local Features Recognton of Low-Resoluton Face Images usng Sparse Codng of Local Features M. Saad Shakeel and Kn-Man-Lam Centre for Sgnal Processng, Department of Electronc and Informaton Engneerng he Hong Kong Polytechnc

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

Multi-transmitter aperture synthesis with Zernike based aberration correction

Multi-transmitter aperture synthesis with Zernike based aberration correction Mult-transmtter aperture synthess wth Zerne based aberraton correcton Bahadr Guntur,, Davd J Rabb, 2 and Douglas F Jameson 2 Lousana State Unversty, Dept of Electrcal & Computer Engneerng, Baton Rouge,

More information

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning

Comparison of Gradient descent method, Kalman Filtering and decoupled Kalman in training Neural Networks used for fingerprint-based positioning Comparson of Gradent descent method, Kalman lterng and decoupled Kalman n tranng Neural Networs used for fngerprnt-based postonng Claude Mbusa Taenga, Koteswara Rao Anne, K Kyamaya, Jean Chamberlan Chedou

More information

Wavelet and Neural Network Approach to Demand Forecasting based on Whole and Electric Sub-Control Center Area

Wavelet and Neural Network Approach to Demand Forecasting based on Whole and Electric Sub-Control Center Area Internatonal Journal of Soft Computng and Engneerng (IJSCE) ISSN: 2231-2307, Volume-1, Issue-6, January 2012 Wavelet and Neural Networ Approach to Demand Forecastng based on Whole and Electrc Sub-Control

More information

PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER. Chirala Engineering College, Chirala.

PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER. Chirala Engineering College, Chirala. PERFORMANCE EVALUATION OF BOOTH AND WALLACE MULTIPLIER USING FIR FILTER 1 H. RAGHUNATHA RAO, T. ASHOK KUMAR & 3 N.SURESH BABU 1,&3 Department of Electroncs and Communcaton Engneerng, Chrala Engneerng College,

More information

Yarn tenacity modeling using artificial neural networks and development of a decision support system based on genetic algorithms

Yarn tenacity modeling using artificial neural networks and development of a decision support system based on genetic algorithms Journal of AI and Data Mnng Vol 2, No, 204, 73-78 Yarn tenacty modelng usng artfcal neural networks and development of a decson support system based on genetc algorthms M Dasht, V Derham 2*, E Ekhtyar

More information

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources POLYTECHNIC UNIERSITY Electrcal Engneerng Department EE SOPHOMORE LABORATORY Experment 1 Laboratory Energy Sources Modfed for Physcs 18, Brooklyn College I. Oerew of the Experment Ths experment has three

More information

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator

Evaluate the Effective of Annular Aperture on the OTF for Fractal Optical Modulator Global Advanced Research Journal of Management and Busness Studes (ISSN: 2315-5086) Vol. 4(3) pp. 082-086, March, 2015 Avalable onlne http://garj.org/garjmbs/ndex.htm Copyrght 2015 Global Advanced Research

More information

MIMO-OFDM Systems. Team Telecommunication and Computer Networks, FSSM, University Cadi Ayyad, P.O. Box 2390, Marrakech, Morocco.

MIMO-OFDM Systems. Team Telecommunication and Computer Networks, FSSM, University Cadi Ayyad, P.O. Box 2390, Marrakech, Morocco. IJCSI Internatonal Journal of Computer Scence Issues, Vol. 8, Issue 3, ay 2011 ISSN (Onlne: 1694-0814 A Low-complexty Power and Bt Allocaton Algorthm for ultuser IO-OFD Systems Ayad Habb 1, Khald El Baamran

More information

Lecture 3: Multi-layer perceptron

Lecture 3: Multi-layer perceptron x Fundamental Theores and Applcatons of Neural Netors Lecture 3: Mult-laer perceptron Contents of ths lecture Ree of sngle laer neural ors. Formulaton of the delta learnng rule of sngle laer neural ors.

More information

Uplink User Selection Scheme for Multiuser MIMO Systems in a Multicell Environment

Uplink User Selection Scheme for Multiuser MIMO Systems in a Multicell Environment Uplnk User Selecton Scheme for Multuser MIMO Systems n a Multcell Envronment Byong Ok Lee School of Electrcal Engneerng and Computer Scence and INMC Seoul Natonal Unversty leebo@moble.snu.ac.kr Oh-Soon

More information

Optimization of an Oil Production System using Neural Networks and Genetic Algorithms

Optimization of an Oil Production System using Neural Networks and Genetic Algorithms IFSA-EUSFLAT 9 Optmzaton of an Ol Producton System usng Neural Networks and Genetc Algorthms Gullermo Jmenez de la C, Jose A. Ruz-Hernandez Evgen Shelomov Ruben Salazar M., Unversdad Autonoma del Carmen,

More information

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks Mult-sensor optmal nformaton fuson Kalman flter wth moble agents n rng sensor networs Behrouz Safarneadan *, Kazem asanpoor ** *Shraz Unversty of echnology, safarnead@sutech.ac.r ** Shraz Unversty of echnology,.hasanpor@gmal.com

More information

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis

New Parallel Radial Basis Function Neural Network for Voltage Security Analysis New Parallel Radal Bass Functon Neural Network for Voltage Securty Analyss T. Jan, L. Srvastava, S.N. Sngh and I. Erlch Abstract: On-lne montorng of power system voltage securty has become a very demandng

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

@IJMTER-2015, All rights Reserved 383

@IJMTER-2015, All rights Reserved 383 SIL of a Safety Fuzzy Logc Controller 1oo usng Fault Tree Analyss (FAT and realablty Block agram (RB r.-ing Mohammed Bsss 1, Fatma Ezzahra Nadr, Prof. Amam Benassa 3 1,,3 Faculty of Scence and Technology,

More information

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization

Servo Actuating System Control Using Optimal Fuzzy Approach Based on Particle Swarm Optimization Servo Actuatng System Control Usng Optmal Fuzzy Approach Based on Partcle Swarm Optmzaton Dev Patel, L Jun Heng, Abesh Rahman, Deepka Bhart Sngh Abstract Ths paper presents a new optmal fuzzy approach

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

A Novel UWB Imaging System Setup for Computer- Aided Breast Cancer Diagnosis

A Novel UWB Imaging System Setup for Computer- Aided Breast Cancer Diagnosis A Novel UWB Imagng System Setup for Computer- Aded Breast Cancer Dagnoss Xang He, Ja L, Chenxng Wu Electrcal and Computer Engneerng Oakland Unversty, OU Rochester, I 48309, U.S.A xhe2@oakland.edu, l4@oakland.edu,

More information

On the Feasibility of Receive Collaboration in Wireless Sensor Networks

On the Feasibility of Receive Collaboration in Wireless Sensor Networks On the Feasblty of Receve Collaboraton n Wreless Sensor Networs B. Bantaleb, S. Sgg and M. Begl Computer Scence Department Insttute of Operatng System and Computer Networs (IBR) Braunschweg, Germany {behnam,

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

NEURO-FUZZY TECHNIQUES FOR SYSTEM MODELLING AND CONTROL

NEURO-FUZZY TECHNIQUES FOR SYSTEM MODELLING AND CONTROL Paper presented at FAE Symposum, European Unversty of Lefke, Nov 22 NEURO-FUZZY ECHNIQUES FOR SYSEM MODELLING AND CONROL Mohandas K P Faculty of Archtecture and Engneerng European Unversty of Lefke urksh

More information

A Heuristic Speech De-noising with the aid of Dual Tree Complex Wavelet Transform using Teaching-Learning Based Optimization

A Heuristic Speech De-noising with the aid of Dual Tree Complex Wavelet Transform using Teaching-Learning Based Optimization ISSN (Prnt) : 39-863 ISSN (Onlne) : 975-44 D. Yugandhar et al. / Internatonal Journal of Engneerng and Technology (IJET) A Heurstc Speech De-nosng wth the ad of Dual Tree Complex Wavelet Transform usng

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems APSIPA ASC 2011 X an Throughput Maxmzaton by Adaptve Threshold Adjustment for AMC Systems We-Shun Lao and Hsuan-Jung Su Graduate Insttute of Communcaton Engneerng Department of Electrcal Engneerng Natonal

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Behavior-Based Autonomous Robot Navigation on Challenging Terrain: A Dual Fuzzy Logic Approach

Behavior-Based Autonomous Robot Navigation on Challenging Terrain: A Dual Fuzzy Logic Approach Behavor-Based Autonomous Robot Navgaton on Challengng Terran: A Dual Fuzzy Logc Approach 1 Kwon Park and 2 Nan Zhang South Dakota School of Mnes and Technology Department of Electrcal and Computer Engneerng

More information

Implementation of Adaptive Neuro Fuzzy Inference System in Speed Control of Induction Motor Drives

Implementation of Adaptive Neuro Fuzzy Inference System in Speed Control of Induction Motor Drives J. Intellgent Learnng Systems & Applcatons, 00, : 0-8 do:0.436/jlsa.00.04 Publshed Onlne May 00 (http://www.scrp.org/journal/jlsa) Implementaton of Adaptve Neuro Fuzzy Inference System n Speed Control

More information

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se

More information

Modeling the Properties of Core-Compact Spun Yarn Using Artificial Neural Network

Modeling the Properties of Core-Compact Spun Yarn Using Artificial Neural Network JOURNAL OF TEXTILES AND POLYMERS, VOL. 4, NO. 2, JUNE 2016 101 Modelng the Propertes of Core-Compact Spun Yarn Usng Artfcal Neural Network Parvaneh Kherkhah Barzok, Morteza Vadood, and Majd Safar Johar

More information

Optimization Frequency Design of Eddy Current Testing

Optimization Frequency Design of Eddy Current Testing Optmzaton Frequency Desgn of Eddy Current Testng NAONG MUNGKUNG 1, KOMKIT CHOMSUWAN 1, NAONG PIMPU 2 AND TOSHIFUMI YUJI 3 1 Department of Electrcal Technology Educaton Kng Mongkut s Unversty of Technology

More information

Revision of Lecture Twenty-One

Revision of Lecture Twenty-One Revson of Lecture Twenty-One FFT / IFFT most wdely found operatons n communcaton systems Important to know what are gong on nsde a FFT / IFFT algorthm Wth the ad of FFT / IFFT, ths lecture looks nto OFDM

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Application of Self Organizing Map Approach to Partial Discharge Pattern Recognition of Cast-Resin Current Transformers

Application of Self Organizing Map Approach to Partial Discharge Pattern Recognition of Cast-Resin Current Transformers Applcaton of Self Organzng Map Approach to Partal Dscharge Pattern Recognton of Cast-Resn Current Transformers WEN-YEAU CHANG HONG-TZER YANG * Department of Electrcal Engneerng * Department of Electrcal

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game

The Spectrum Sharing in Cognitive Radio Networks Based on Competitive Price Game 8 Y. B. LI, R. YAG, Y. LI, F. YE, THE SPECTRUM SHARIG I COGITIVE RADIO ETWORKS BASED O COMPETITIVE The Spectrum Sharng n Cogntve Rado etworks Based on Compettve Prce Game Y-bng LI, Ru YAG., Yun LI, Fang

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information