Chapter - 7. Adaptive Channel Equalization

Size: px
Start display at page:

Download "Chapter - 7. Adaptive Channel Equalization"

Transcription

1 Chapter - 7 Adaptive Channel Equalization

2 Chapter - 7 Adaptive Channel Equalization 7.1 Introduction The transmission o f digital information over a communication channel causes Inter Symbol Interference (ISI)[1] among the data symbols. In other words the channel distorts the signal and the ISI causes error when we attempt to recover the data. It is well known that the channel characteristics cause the disturbance very considerably. Therefore it is appropriate to assume that the channel, which is modeled as a nonlinear system, is unknown to the receiver, that must recover the digital information. In such a case, the problem is to design a correcting system which, when cascaded with the original system, produces an output which is almost free from distortion caused by the channel. Thus a replica of the desired transmitted signal is yielded. In digital communication system, such a corrective system is called an adaptive equalizer. In the general context o f linear system theory, the corrective system is called an inverse system because the corrective system has a frequency response which is basically reciprocal of the frequency response of the system that caused the distortion. Further more, since the distorted system yields an output x(n) that is the convolution of the binary input s(n) with the nonlinear impulse response plus the additive noise q(n), the inverse system operation that takes x(n) and produces s(n) is called deconvolution. Adaptive equalizers find extensive use in all types of communication systems. In telephone lines operating at speeds of 16.8 K bits/sec and in the voice band modem based communication equalizers are used [2,3]. In overseas channel ISI is caused due to multipath transmission. In this system also equalizers are used for multipath compensation [4]. In radio communication channels arrays o f equalizers are used [5,6] to compensate the effects o f multipath transmission. In this chapter we have undertaken the problem o f adaptive channel equalization specifically for nonlinear channels. The conventional equalizers reported in the literature assume the channel to be linear. The equalizers o f a linear channel are

3 relatively easy to be implemented by linear adaptive algorithms such as LMS, RLS etc [7,8]. If the channel happens to be nonlinear, a linear equalizer model can not completely compensate the ISI generated due to the channel. In recent years ANN technology has played an impressive role in design of nonlinear systems using BP algorithm [9-11]. The solution o f nonlinear problems becomes easy by ANN technology due to the inherent nonlinear property present in each neuron. In a recent paper [12] multilayer ANN has been used to develop an adaptive equalizer for nonlinear channels. It has been reported that the performance o f such an equalizer is superior to other adaptive equalizers. Based on this notion we have extended use of ANN to design and develop digital channel equalizers of nonlinear channels using single layer functional expansion based adaptive neural network. In recent years single layer functional expansion based neural networks have gained popularity in many practical situations [13] because of reduced complexity and low cost compared to multilayer perceptron technique. 7.2 Adaptive Channel Equalizers The schematic o f an adaptive channel equalizer has been depicted in Fig The input binary message s(n) is passed through the nonlinear channel whose output is added with white additive noise q(n) to produce the received signal x(n). The communication channel has been modeled as a nonlinear system followed by an additive white noise. The received signal x(n) is a distorted version o f the transmitted signal s(n) which is affected due to ISI and the additive noise. The purpose of the equalizer is to reconstruct the transmitted message faithfully at the receiver. The received message is passed through a tap delay filter to produce the input vector values x(n), x(n-l), x(n-2),..., x(n-m+l) for an M -tap delay filter, to be used as input to the equalizer. The equalizer produces an output y a(n) which is then compared with the delayed version of the transmitted signal s(n). The resulting difference is known as the error e(n). The training signal is generated by delaying the message by some clock cycles which are half the order o f the equalizer. The knowledge of the

4 error signal and the input received signal vector to the equalizer is used to adjust the equalizer weights with the help of some training algorithm. The training of the equalizer weights continues by the application o f the received signal samples. The training is stopped when the mean square error (MSE) of the error attains a value below a prescribed error. The design of the equalizer is achieved, when the MSE settles to some steady state as the steady state weights remain constant. In Fig. 7.2 schematic of an ANN based equalizer is shown. q(n) Fig. 7.1 An Adaptive Equalizer Fig. 7.2 An ANN based channel equalizer

5 This figure is identical to Fig. 7.1 except that the additive equalizer of Fig. 7.1 is replaced by an ANN structure and the learning algorithm is either a BP algorithm or a variation of it. In the paper [9], adaptive equalization using ANN technique has been reported. The structure used here is a multilayer ANN. 7.3 The proposed efficient ANN equalizer structures In this chapter we have proposed three different adaptive equalizers of nonlinear channels using ANN technique and have compared the relative performances (i) Multilayer ANN based equalizer (ii) Single layer single neuron based equalizer (iii) Single layer functional expansion based equalizer M ultilayer ANN based equalizer Fig, 7.3 depicts a multilayer based ANN equalizer. As the nonlinearity is attached with every node of a multilayer network, the entire network is capable of forming arbitrary complex decision regions in the pattern space. However increasing number o f layers and number of neurons also enhances the complexity o f the overall network.

6 s(n) Fig. 7.3 A m ultilayer based adaptive channel equalizer Consider a multilayer network with two layer having M nodes in the input layer, N nodes in the hidden layer and one in the output layer. At time n the input vector to the ANN be given by Eq.(7.1) X(n) = [x(n),x{n - 1 ),...*(*...(7.1) The input layer consists o f the feedforward as well as the feedback taps as shown in Fig Corresponding to the Ni nodes o f the hidden layer, the output vector o f the hidden layer can be given as...(7.2)

7 M x) = / (!» ( «- ( + 1) + w.)...(7.3) 1= 1 Wbj is the bias weight with a unity input magnitude, f(m) is the sigmoidal function. The final output o f the network is given as A'I y jn ) = / ( X» W + w> -(7.4) * = l This output is in non binary form. To reconstruct the binary form of the transmitted message,.v(/?). the output o f the equalizer is passed through a hard limiter. The training sequence ya(n), is derived from the transmitted message s{n) by delaying d samples. Thus ya(n) = s(n-d) The delay d is usually set to half of the number o f input taps. Here y a {ri) is the estimated output at the instant n. The learning o f the connecting weights o f different layers as well as bias weights is based on the sequential BP learning described in Section o f Chapter 2. The learning characteristics and the Bit Error Rate (BER) are two important features o f the equalization which describe its characteristics and performance. The training and BER evaluation are dealt under computer simulation studies Single Layer and Single neuron Network based channel equalizers A Single Layer and Single neuron Network based channel equalizer is shown in Fig In this type o f equalizers only one neuron is used. By comparing with standard LMS based equalizer, we may observe that except the presence o f a sigmoidal

8 nonlmearity, both the equalizers are same. Compared with the multilayer ANN base equalizer, it is seen that the single neuron based equalizer is structurally very simple [14], and cost wise very economical. The received signal is passed through M taps feed forward filter. There is also one feedback tap at the input along with the bias input. These inputs are weighted by connecting weights and the bias weight and passed through a single neuron., to produce the output of the equalizer. The learning of the weights are based on adaptive learning algorithm, meant for single layer outlined in Section o f Chapter 2. Fig. 7.4 A Single layer Single Neuron N etw ork based adaptive channel equalizer Single layer with functional expansion based equalizer A Single layer with functional expansion based equalizer is shown in Fig The input to this equalizer is identical to that of Fig In this case also there is one neuron but all the inputs are fimctionally expanded by trigonometric expansions to increase the number of inputs from M+l to 2.(M+1) [15-17], The output o f the equalizer is compared with the training signal to generate the error signal

9 e(n). The ANN algorithm described in Section 2,5.4 is used to train the connecting and the bias weights. After learning is complete, the transmitted signal is reconstructed by passing output o f equalizer through the hard limiter as shown in Fig The training o f this equalizer and its performance are assessed in next section. Fig. 7.5 An ANN based functional expansion adaptive channel equalizer 7.4 Computer Simulation The computer simulation study has been carried out in this section, to assess the performances of the three proposed structures described in the previous section. Three typical nonlinear channels as mentioned in Eqs.(7.5), (7.6 ) and (7.7) are used in the simulation study. x(n) = s(n) + [tanh2 s(w)] + [>(«)]' +?(*)...(7.5) x(n) = O.U(n) + 0.3[s(n)]2 + 0fls(ii)]3 + q(n)...(7.6) x(«) = 0Jj(fl) + *'"(") q(n) -(7-7)

10 Where s(n) is the transmitted binary signal at the n-th iteration and q(n) is the additive noise. (a) G eneration of input data and additive noise Zero mean binary random inputs are generated and used as serial inputs to the nonlinear channels. The output of the channel is estimated from the channel characteristics mentioned in Eqs. (7.5),(7.6) and (7.7), The input signal power to the channel is unity since the input o f the channel is binary in nature. The channel parameters are suitably normalized in such a way that the signal power of the output o f the channel is also maintained at unity. To this unity signal power, zero mean white noise o f different decibels strengths are added to generate the received signal. The additive noise used for channel -1 and channel - 3 is -20 db each, whereas for channel - 2 it is >30 db for all three types of equalizers proposed. (b) M ultilayer ANN based equalizer Fig 7.3 was simulated with five feedforward and one feedback tap. The proposed structure is a 3-layer structure with six inputs ( five forward and one feedback), one neuron each in first and second hidden layer and one in the output layer. The learning characteristics showing relationship between the MSE in db and iterations for channels 3,2,3 are plotted in Figs. 7.6(a), (b) and (c) respectively, from observation o f these curves it is noted that MSE settles at -30 db, -30 db and -40 db at around 200, 1200 and 200 iterations for channels 1,2 and 3 respectively. (c) Single layer and single neuron based equalizer The equalizer o f Fig. 7.4 was used for simulation. This structure also contains five feedforward and one feedback tap at the input layer. There is only one neuron in this structure. The learning characteristics obtained from the simulation of channels 1,2 and 3 are shown in Figs. 7.7 (a), (b) and (c) respectively. It is observed

11 that the MSE reaches to the steady state with -28 db, -25 db, -40 db at about 300,800 and 300 iterations for channels 1,2 and 3 respectively. (d) Single layer and functional expansion based equalizers The scheme o f Fig. 7.5 was used for simulation. Like the other equalizer structures six input taps ( five feedforward and one feedback) were considered. They were further expanded to twelve points such as { x(, smnxu X2,sin7TX2,,x6,simrx6 }. The learning characteristics for three channels are displayed in Figs.7.8 (a),(b) and (c) respectively. MSE floor is achieved at about -35dB, -30 db, -60 db at around 200,200 and 300 iterations for channels 1,2 and 3 respectively. Table 7.1 provides a comprehensive simulation study of learning characteristics for the three equalizers for three channels. In this table MSE floor of each equalizer for each o f the three nonlinear channels is given in db. No. of iterations means the number o f iterations taken in reaching the MSE floor. Table 7.1 A comparative study o f learning characteristics for three equalizers for three channels Channel -1 Channel -2 Channel -3 Type o f proposed MSE No. of MSE No. of MSE No. of Equalizer floor iterations floor iterations floor iterations M ultilayer Single layer single neuron Single layer functional expansion

12 (a) Cl»aone' <b) Cba»n '

13 Iterations (c) Channel - 3 Fig. 7.6 Learning characteristics of three channels using multilayer based equalizer Iterations (a) Channel -1

14 MSE in db MSE in db 20 Iterations (b) Channel I Iterations (c) Channel - 3 Fig. 7.7 Learning characteristics o f three channels using single layer - single neuron based equalizer

15 MSE in db MSE in db Iterations (a) Channel -1 Iterations (b) Channel -2

16 0-20 m -40 ill $ -60 s u 500 Iterations (c) Channel -3 Fig. 7.8 L earning characteristics of three channels using single layer - functional expansion based equalizer (e) Perform ance study of three equalizers For comparing the relative performances o f different equalizer structures, the Bit Error Rate (BER) characteristics are plotted. This study proceeds as follows. After the learning is complete, the magnitude o f different connecting weights and bias weights were fixed at the last values i.e. the steady state values and the equalizer models were constructed. Binary test patterns were generated and passed sequentially through the channels as well as the equalizers. Atleast 105 random bits were passed through channels. Corresponding to each transmitted bit, the output of the equalizer was estimated by passing through the constructed equalizer model. Both the transmitted and the constructed equalizer outputs were compared from all the 105 transmitted bits. The number o f mismatched bits were computed and logio o f the probability o f error was estimated for a given signal to noise ratio SNR. The relation between the probability o f error in db and SNR in db were plotted for three different equalizer structures and for the different nonlinear channels. The BER graphs are shown in Figs.7.9 (a), (b) and (c) for channels 1,2 and 3 respectively. The BER is an important characteristic o f a channel equalizer which reveals its performance. On

17 comparing the BER graphs displayed in Fig. 7.9 (a), for channel -1, it is observed thal the function expansion based equalizer offers superior performance. The same trend is observed for channel -2 also. However for channel 3, the BER performance o f single neuron based equalizer offers superior performance. Signal to noise ratio (db) (a) Bit Error Rates (BER) o f three equalizers for channel >1 Signal to noise ratio (db) (b) Bit Error Rates (BER) o f three equalizers for channel -2

18 Signal to noise ratio (db) (c) Bit Error Rates (BER) o f three equalizers for channe Fig. 7.9 A comparison of performances of three equalizers for three channels 7.5 Conclusion From the performance comparison, it is in general observed that ANN based equalizers offer encouraging performance for nonlinear channels as all the three structures offer low BER for different SNR conditions. On comparison of performances o f individual equalizer, it is further observed that for two channels, the performance o f single layer functional expansion based equalizer is better whereas for the third case single layer single neuron structure offers better performance. On comparing the computational and structural complexity, it is noticed that single layer single neuron is the best. Thus comparing complexity, cost and performance, the present study reveals that the single neuron based equalizer is recommended for use for different nonlinear channels.

19 References [1.]G.Panda, J.K.Satpathy and S.K.Patra, Development of new neural adaptive equalizers and their performance comparison with existing techniques, Journal o f 1ETE, vol.42, No.4&5, pp , July-October [2.JG.J.Prokis,D igital Communication, mcgraw-hill New York, [3.]C.A.Siller Jr., Multipath propagation",ieee Communication Magazine,vol 22,pp 6-15, February [4.]G.D.Forney,Jr. R G Gallger, G RLang, F M Longstaff & S U Quereshi, "Effiecient modulation for band limited channels", IEEE Trans. Selected Areas Communication, vol SAC 2, pp , September [5.] D M B rady, "An adaptive coherent diversity receiver for data transmission through dispersive media",proc IEEE Int. Conf. Communication, pp to 21-39, June [6.JP M onsen/'m SE equalization for interference on fading diversity channels, IEEE Trans. Commun., vol COM 32, pp 5-12, January [7.] W idrow,m E Hoff, Jr. Adaptive Switching circuits, IRE WESCON Conv Rec. Pt4, pp , August [8.]S.U.H.Quereshi, "Adaptive equalization", Proc. IEEE, vol 73, No. 9. September 1985, pp [9.]D.R.Hush and B.G.Horne,"Progress in supervised neural networks", IEEE Signal Process. Mag., January 1993, pp [10.] R.P.Lippm ann," An introduction to computing with neural networks", IEEE ASSP Mag., April 1987 pp [1 l.jd.e.r um elhart and J.L.McCIeUand, Parallel Distributed Processing: Explorations in the Microstructure o f cognition, vol. 1, Foundation MIT Press, Cambridge, MA, [12.] G.J.G ibson, S Siu and C.F.N. Cowan, Multilayer perceptron structure applied to Adaptive equalizers for data communication, IEEE Proceedings, ICASSP, Glasgow, May 1989, pp

20 [13.]Y.H.Pao, Adaptive pattern Recognition and Neural Networks, Addison-Wesley, reading, MA, 1989, chapter 8, pp [14.]S.Siu, G.J.G ibson «&C.F.N.Cown & P.M.Grant,"Decision feedback equalization using neural network structures and performance comparison with standard architecture", JEE Proc. Pt 1. Vol 137, No.4, pp , August [15.]C.L.GiIes and T.Maxwell,"Learning, Invariance and generalization in higher order neural networks",. Appl. Optics, Vol. 26, 1987, pp [16.]Jagdish C.P atra and Ranendra N. Pal, A functional link artificial neural network for adaptive channel equalization IEEE Trans, on Signal Processing, voi.43,no.2, pp , May [17]B.W idrow and M.A.Lehr, 30 years o f adaptive neural networks: Perceptron, madaline and backpropagation. Proc. IEEE, vol. 78, No. 9, September 1990, pp

A Radial Basis Function Network for Adaptive Channel Equalization in Coherent Optical OFDM Systems

A Radial Basis Function Network for Adaptive Channel Equalization in Coherent Optical OFDM Systems 121 A Radial Basis Function Network for Adaptive Channel Equalization in Coherent Optical OFDM Systems Gurpreet Kaur 1, Gurmeet Kaur 2 1 Department of Electronics and Communication Engineering, Punjabi

More information

Performance Analysis of Equalizer Techniques for Modulated Signals

Performance Analysis of Equalizer Techniques for Modulated Signals Vol. 3, Issue 4, Jul-Aug 213, pp.1191-1195 Performance Analysis of Equalizer Techniques for Modulated Signals Gunjan Verma, Prof. Jaspal Bagga (M.E in VLSI, SSGI University, Bhilai (C.G). Associate Professor

More information

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 8 (211), pp. 929-938 International Research Publication House http://www.irphouse.com Performance Evaluation of Nonlinear

More information

Artificial Neural Network Channel Estimation for OFDM System

Artificial Neural Network Channel Estimation for OFDM System International Journal of Electronics and Computer Science Engineering 1686 Available Online at www.ijecse.org ISSN- 2277-1956 Artificial Neural Network Channel Estimation for OFDM System 1 Kanchan Sharma,

More information

Multiple-Layer Networks. and. Backpropagation Algorithms

Multiple-Layer Networks. and. Backpropagation Algorithms Multiple-Layer Networks and Algorithms Multiple-Layer Networks and Algorithms is the generalization of the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions.

More information

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS

COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS COMPARISON OF CHANNEL ESTIMATION AND EQUALIZATION TECHNIQUES FOR OFDM SYSTEMS Sanjana T and Suma M N Department of Electronics and communication, BMS College of Engineering, Bangalore, India ABSTRACT In

More information

Proceedings of the 6th WSEAS International Conference on Multimedia Systems & Signal Processing, Hangzhou, China, April 16-18, 2006 (pp )

Proceedings of the 6th WSEAS International Conference on Multimedia Systems & Signal Processing, Hangzhou, China, April 16-18, 2006 (pp ) Proceedings of the 6th WSEAS International Conference on Multimedia Systems & Signal Processing, Hangzhou, China, April 16-18, 26 (pp137-141) Multi-Input Multi-Output MLP/BP-based Decision Feedbac Equalizers

More information

Performance Comparison of ZF, LMS and RLS Algorithms for Linear Adaptive Equalizer

Performance Comparison of ZF, LMS and RLS Algorithms for Linear Adaptive Equalizer Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 6 (2014), pp. 587-592 Research India Publications http://www.ripublication.com/aeee.htm Performance Comparison of ZF, LMS

More information

Performance Optimization in Wireless Channel Using Adaptive Fractional Space CMA

Performance Optimization in Wireless Channel Using Adaptive Fractional Space CMA Communication Technology, Vol 3, Issue 9, September - ISSN (Online) 78-58 ISSN (Print) 3-556 Performance Optimization in Wireless Channel Using Adaptive Fractional Space CMA Pradyumna Ku. Mohapatra, Prabhat

More information

Frequency-Domain Channel Estimation for Single- Carrier Transmission in Fast Fading Channels

Frequency-Domain Channel Estimation for Single- Carrier Transmission in Fast Fading Channels Wireless Signal Processing & Networking Workshop Advanced Wireless Technologies II @Tohoku University 18 February, 2013 Frequency-Domain Channel Estimation for Single- Carrier Transmission in Fast Fading

More information

MLP/BP-based MIMO DFEs for Suppressing ISI and ACI in Non-minimum Phase Channels

MLP/BP-based MIMO DFEs for Suppressing ISI and ACI in Non-minimum Phase Channels MLP/BP-based MIMO DFEs for Suppressing ISI and ACI in Non-minimum Phase Channels Terng-Ren Hsu ( 許騰仁 ) and Kuan-Chieh Chao Department of Microelectronics Engineering, Chung Hua University No.77, Sec. 2,

More information

Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India; is the corr-esponding author.

Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India; is the corr-esponding author. Performance Analysis of Constant Modulus Algorithm and Multi Modulus Algorithm for Quadrature Amplitude Modulation Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T,

More information

Decision Feedback Equalizer A Nobel Approch and a Comparitive Study with Decision Directed Equalizer

Decision Feedback Equalizer A Nobel Approch and a Comparitive Study with Decision Directed Equalizer International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume, Issue 2, May 24, PP 4-46 ISSN 2349-442 (Print) & ISSN 2349-45 (Online) www.arcjournals.org Decision Feedback

More information

Adaptive Kalman Filter based Channel Equalizer

Adaptive Kalman Filter based Channel Equalizer Adaptive Kalman Filter based Bharti Kaushal, Agya Mishra Department of Electronics & Communication Jabalpur Engineering College, Jabalpur (M.P.), India Abstract- Equalization is a necessity of the communication

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

TCM-coded OFDM assisted by ANN in Wireless Channels

TCM-coded OFDM assisted by ANN in Wireless Channels 1 Aradhana Misra & 2 Kandarpa Kumar Sarma Dept. of Electronics and Communication Technology Gauhati University Guwahati-781014. Assam, India Email: aradhana66@yahoo.co.in, kandarpaks@gmail.com Abstract

More information

Power Efficiency of LDPC Codes under Hard and Soft Decision QAM Modulated OFDM

Power Efficiency of LDPC Codes under Hard and Soft Decision QAM Modulated OFDM Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 4, Number 5 (2014), pp. 463-468 Research India Publications http://www.ripublication.com/aeee.htm Power Efficiency of LDPC Codes under

More information

Development of Novel Digital Equalizers for Noisy Nonlinear Channel using Artificial Immune System

Development of Novel Digital Equalizers for Noisy Nonlinear Channel using Artificial Immune System Development of Novel Digital Equalizers for Noisy Nonlinear Channel using Artificial Immune System Satyasai Jagannath Nanda, Ganapati Panda, Babita Majhi Dept. of Electronics and Communication Engineering

More information

Chapter 2 Channel Equalization

Chapter 2 Channel Equalization Chapter 2 Channel Equalization 2.1 Introduction In wireless communication systems signal experiences distortion due to fading [17]. As signal propagates, it follows multiple paths between transmitter and

More information

THE EFFECT of multipath fading in wireless systems can

THE EFFECT of multipath fading in wireless systems can IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 47, NO. 1, FEBRUARY 1998 119 The Diversity Gain of Transmit Diversity in Wireless Systems with Rayleigh Fading Jack H. Winters, Fellow, IEEE Abstract In

More information

Neural Network based Digital Receiver for Radio Communications

Neural Network based Digital Receiver for Radio Communications Neural Network based Digital Receiver for Radio Communications G. LIODAKIS, D. ARVANITIS, and I.O. VARDIAMBASIS Microwave Communications & Electromagnetic Applications Laboratory, Department of Electronics,

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

Adaptive Channel Equalization Using Multiplicative Neural Network for Rayleigh Faded Channel

Adaptive Channel Equalization Using Multiplicative Neural Network for Rayleigh Faded Channel Journal of Computer Science 7 (11: 1646-1651, 2011 ISSN 1549-3636 2011 Science Publications Adaptive Channel Equalization Using Multiplicative Neural Networ for Rayleigh Faded Channel 1,2 P. Sivaumar,

More information

Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation

Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation Multi Modulus Blind Equalizations for Quadrature Amplitude Modulation Arivukkarasu S, Malar R UG Student, Dept. of ECE, IFET College of Engineering, Villupuram, TN, India Associate Professor, Dept. of

More information

SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS

SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS SPLIT MLSE ADAPTIVE EQUALIZATION IN SEVERELY FADED RAYLEIGH MIMO CHANNELS RASHMI SABNUAM GUPTA 1 & KANDARPA KUMAR SARMA 2 1 Department of Electronics and Communication Engineering, Tezpur University-784028,

More information

[Dobriyal, 4(9): September, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Dobriyal, 4(9): September, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY A REVIEW ON CHANNEL ESTIMATION USING BP NEURAL NETWORK FOR OFDM Bandana Dobriyal* *Department of Electronics and Communication,

More information

1 Introduction. w k x k (1.1)

1 Introduction. w k x k (1.1) Neural Smithing 1 Introduction Artificial neural networks are nonlinear mapping systems whose structure is loosely based on principles observed in the nervous systems of humans and animals. The major

More information

Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques

Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques International Journal of Scientific & Engineering Research Volume3, Issue 1, January 2012 1 Channel Estimation in Multipath fading Environment using Combined Equalizer and Diversity Techniques Deepmala

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

Study of Turbo Coded OFDM over Fading Channel

Study of Turbo Coded OFDM over Fading Channel International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 3, Issue 2 (August 2012), PP. 54-58 Study of Turbo Coded OFDM over Fading Channel

More information

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies

Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Perceptron Learning Strategies Journal of Electrical Engineering 5 (27) 29-23 doi:.7265/2328-2223/27.5. D DAVID PUBLISHING Current Harmonic Estimation in Power Transmission Lines Using Multi-layer Patrice Wira and Thien Minh Nguyen

More information

Acoustic Echo Cancellation using LMS Algorithm

Acoustic Echo Cancellation using LMS Algorithm Acoustic Echo Cancellation using LMS Algorithm Nitika Gulbadhar M.Tech Student, Deptt. of Electronics Technology, GNDU, Amritsar Shalini Bahel Professor, Deptt. of Electronics Technology,GNDU,Amritsar

More information

ADAPTIVE channel equalization without a training

ADAPTIVE channel equalization without a training IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 53, NO. 9, SEPTEMBER 2005 1427 Analysis of the Multimodulus Blind Equalization Algorithm in QAM Communication Systems Jenq-Tay Yuan, Senior Member, IEEE, Kun-Da

More information

-lg BER. samples. samples lg BER. samples. samples

-lg BER. samples. samples lg BER. samples. samples 6 8 6 8 6 8 6 8 (a) DFE (b) DFE + SOM 6 8 6 8 6 8 6 8 (c) DFE (d) DFE + SOM 6 8 6 8 6 8 6 8 (e) DFE (f) DFE + SOM Figure 6: The start-up behaviour under moderate noise (S=N = db) conditions: undistorted

More information

A Technique for Pulse RADAR Detection Using RRBF Neural Network

A Technique for Pulse RADAR Detection Using RRBF Neural Network Proceedings of the World Congress on Engineering 22 Vol II WCE 22, July 4-6, 22, London, U.K. A Technique for Pulse RADAR Detection Using RRBF Neural Network Ajit Kumar Sahoo, Ganapati Panda and Babita

More information

A Three-Microphone Adaptive Noise Canceller for Minimizing Reverberation and Signal Distortion

A Three-Microphone Adaptive Noise Canceller for Minimizing Reverberation and Signal Distortion American Journal of Applied Sciences 5 (4): 30-37, 008 ISSN 1546-939 008 Science Publications A Three-Microphone Adaptive Noise Canceller for Minimizing Reverberation and Signal Distortion Zayed M. Ramadan

More information

Blind Equalization Using Constant Modulus Algorithm and Multi-Modulus Algorithm in Wireless Communication Systems

Blind Equalization Using Constant Modulus Algorithm and Multi-Modulus Algorithm in Wireless Communication Systems Blind Equalization Using Constant Modulus Algorithm and Multi-Modulus Algorithm in Wireless Communication Systems Ram Babu. T Electronics and Communication Department Rao and Naidu Engineering College

More information

Neural Filters: MLP VIS-A-VIS RBF Network

Neural Filters: MLP VIS-A-VIS RBF Network 6th WSEAS International Conference on CIRCUITS, SYSTEMS, ELECTRONICS,CONTROL & SIGNAL PROCESSING, Cairo, Egypt, Dec 29-31, 2007 432 Neural Filters: MLP VIS-A-VIS RBF Network V. R. MANKAR, DR. A. A. GHATOL,

More information

Pulse Compression Techniques of Phase Coded Waveforms in Radar

Pulse Compression Techniques of Phase Coded Waveforms in Radar International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 Pulse Compression Techniques of Phase d Waveforms in Radar Mohammed Umar Shaik, V.Venkata Rao Abstract Matched

More information

Kalman Filter Channel Estimation Based Inter Carrier Interference Cancellation techniques In OFDM System

Kalman Filter Channel Estimation Based Inter Carrier Interference Cancellation techniques In OFDM System ISSN (Online) : 239-8753 ISSN (Print) : 2347-670 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 204 204 International Conference on

More information

Shweta Kumari, 2 Priyanka Jaiswal, 3 Dr. Manish Jain 1,2

Shweta Kumari, 2 Priyanka Jaiswal, 3 Dr. Manish Jain 1,2 ADAPTIVE NOISE SUPPRESSION IN VOICE COMMUNICATION USING ANFIS SYSTEM 1 Shweta Kumari, 2 Priyanka Jaiswal, 3 Dr. Manish Jain 1,2 M.Tech, 3 H.O.D 1,2,3 ECE., RKDF Institute of Science & Technology, Bhopal,

More information

Parallel Digital Architectures for High-Speed Adaptive DSSS Receivers

Parallel Digital Architectures for High-Speed Adaptive DSSS Receivers Parallel Digital Architectures for High-Speed Adaptive DSSS Receivers Stephan Berner and Phillip De Leon New Mexico State University Klipsch School of Electrical and Computer Engineering Las Cruces, New

More information

Architecture design for Adaptive Noise Cancellation

Architecture design for Adaptive Noise Cancellation Architecture design for Adaptive Noise Cancellation M.RADHIKA, O.UMA MAHESHWARI, Dr.J.RAJA PAUL PERINBAM Department of Electronics and Communication Engineering Anna University College of Engineering,

More information

The Hamming Code Performance Analysis using RBF Neural Network

The Hamming Code Performance Analysis using RBF Neural Network , 22-24 October, 2014, San Francisco, USA The Hamming Code Performance Analysis using RBF Neural Network Omid Haddadi, Zahra Abbasi, and Hossein TooToonchy, Member, IAENG Abstract In this paper the Hamming

More information

filter, followed by a second mixerdownconverter,

filter, followed by a second mixerdownconverter, G DECT Receiver for Frequency Selective Channels G. Ramesh Kumar K.Giridhar Telecommunications and Computer Networks (TeNeT) Group Department of Electrical Engineering Indian Institute of Technology, Madras

More information

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron Proc. National Conference on Recent Trends in Intelligent Computing (2006) 86-92 A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

More information

Neural Networks and Antenna Arrays

Neural Networks and Antenna Arrays Neural Networks and Antenna Arrays MAJA SAREVSKA 1, NIKOS MASTORAKIS 2 1 Istanbul Technical University, Istanbul, TURKEY 2 Hellenic Naval Academy, Athens, GREECE sarevska@itu.edu.tr mastor@wseas.org Abstract:

More information

Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing

Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing 16.548 Notes 15: Concatenated Codes, Turbo Codes and Iterative Processing Outline! Introduction " Pushing the Bounds on Channel Capacity " Theory of Iterative Decoding " Recursive Convolutional Coding

More information

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS Puneetha R 1, Dr.S.Akhila 2 1 M. Tech in Digital Communication B M S College Of Engineering Karnataka, India 2 Professor Department of

More information

C th NATIONAL RADIO SCIENCE CONFERENCE (NRSC 2011) April 26 28, 2011, National Telecommunication Institute, Egypt

C th NATIONAL RADIO SCIENCE CONFERENCE (NRSC 2011) April 26 28, 2011, National Telecommunication Institute, Egypt New Trends Towards Speedy IR-UWB Techniques Marwa M.El-Gamal #1, Shawki Shaaban *2, Moustafa H. Aly #3, # College of Engineering and Technology, Arab Academy for Science & Technology & Maritime Transport

More information

Performance Comparison of RAKE and Hypothesis Feedback Direct Sequence Spread Spectrum Techniques for Underwater Communication Applications

Performance Comparison of RAKE and Hypothesis Feedback Direct Sequence Spread Spectrum Techniques for Underwater Communication Applications Performance Comparison of RAKE and Hypothesis Feedback Direct Sequence Spread Spectrum Techniques for Underwater Communication Applications F. Blackmon, E. Sozer, M. Stojanovic J. Proakis, Naval Undersea

More information

THE computational complexity of optimum equalization of

THE computational complexity of optimum equalization of 214 IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 53, NO. 2, FEBRUARY 2005 BAD: Bidirectional Arbitrated Decision-Feedback Equalization J. K. Nelson, Student Member, IEEE, A. C. Singer, Member, IEEE, U. Madhow,

More information

ADAPTIVE NOISE SUPPRESSION IN VOICE COMMUNICATION USING ASSNFIS SYSTEM

ADAPTIVE NOISE SUPPRESSION IN VOICE COMMUNICATION USING ASSNFIS SYSTEM ADAPTIVE NOISE SUPPRESSION IN VOICE COMMUNICATION USING ASSNFIS SYSTEM 1 ANKUR KUMAR, 2 GK CHOUDHARY & 3 AMRITA SINHA 1 (M.Tech ) Electrical Engg., (N.I.T Patna) India; 2 Head of Department, Electrical

More information

An Effective Implementation of Noise Cancellation for Audio Enhancement using Adaptive Filtering Algorithm

An Effective Implementation of Noise Cancellation for Audio Enhancement using Adaptive Filtering Algorithm An Effective Implementation of Noise Cancellation for Audio Enhancement using Adaptive Filtering Algorithm Hazel Alwin Philbert Department of Electronics and Communication Engineering Gogte Institute of

More information

A Comparison of MLP, RNN and ESN in Determining Harmonic Contributions from Nonlinear Loads

A Comparison of MLP, RNN and ESN in Determining Harmonic Contributions from Nonlinear Loads A Comparison of MLP, RNN and ESN in Determining Harmonic Contributions from Nonlinear Loads Jing Dai, Pinjia Zhang, Joy Mazumdar, Ronald G Harley and G K Venayagamoorthy 3 School of Electrical and Computer

More information

Application of Generalised Regression Neural Networks in Lossless Data Compression

Application of Generalised Regression Neural Networks in Lossless Data Compression Application of Generalised Regression Neural Networks in Lossless Data Compression R. LOGESWARAN Centre for Multimedia Communications, Faculty of Engineering, Multimedia University, 63100 Cyberjaya MALAYSIA

More information

A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP

A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP 7 3rd International Conference on Computational Systems and Communications (ICCSC 7) A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP Hongyu Chen College of Information

More information

NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH

NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH FIFTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION DECEMBER 15-18, 1997 ADELAIDE, SOUTH AUSTRALIA NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH M. O. Tokhi and R. Wood

More information

Department of Electronics and Communication Engineering 1

Department of Electronics and Communication Engineering 1 UNIT I SAMPLING AND QUANTIZATION Pulse Modulation 1. Explain in detail the generation of PWM and PPM signals (16) (M/J 2011) 2. Explain in detail the concept of PWM and PAM (16) (N/D 2012) 3. What is the

More information

A 10Gbps Analog Adaptive Equalizer and Pulse Shaping Circuit for Backplane Interface

A 10Gbps Analog Adaptive Equalizer and Pulse Shaping Circuit for Backplane Interface Proceedings of the 5th WSEAS Int. Conf. on CIRCUITS, SYSTEMS, ELECTRONICS, CONTROL & SIGNAL PROCESSING, Dallas, USA, November 1-3, 2006 225 A 10Gbps Analog Adaptive Equalizer and Pulse Shaping Circuit

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

Advanced Architectures for Self- Interference Cancellation in Full-Duplex Radios: Algorithms and Measurements

Advanced Architectures for Self- Interference Cancellation in Full-Duplex Radios: Algorithms and Measurements Advanced Architectures for Self- Interference Cancellation in Full-Duplex Radios: Algorithms and Measurements Dani Korpi, Mona AghababaeeTafreshi, Mauno Piililä, Lauri Anttila, Mikko Valkama Department

More information

Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung

Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung-Nam Kim Dept. of Electronics Engineering Pusan National

More information

COMBINED BLIND EQUALIZATION AND AUTOMATIC MODULATION CLASSIFICATION FOR COGNITIVE RADIOS UNDER MIMO ENVIRONMENT

COMBINED BLIND EQUALIZATION AND AUTOMATIC MODULATION CLASSIFICATION FOR COGNITIVE RADIOS UNDER MIMO ENVIRONMENT COBINED BLIND EQUALIZATION AND AUTOATIC ODULATION CLASSIFICATION FOR COGNITIVE RADIOS UNDER IO ENVIRONENT Barathram Ramkumar (Wireless@VT, Bradley Department of Electrical Computer Engineering, Virginia

More information

DC Motor Speed Control using Artificial Neural Network

DC Motor Speed Control using Artificial Neural Network International Journal of Modern Communication Technologies & Research (IJMCTR) ISSN: 2321-0850, Volume-2, Issue-2, February 2014 DC Motor Speed Control using Artificial Neural Network Yogesh, Swati Gupta,

More information

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM)

NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) NEURAL NETWORK DEMODULATOR FOR QUADRATURE AMPLITUDE MODULATION (QAM) Ahmed Nasraden Milad M. Aziz M Rahmadwati Artificial neural network (ANN) is one of the most advanced technology fields, which allows

More information

An Equalization Technique for Orthogonal Frequency-Division Multiplexing Systems in Time-Variant Multipath Channels

An Equalization Technique for Orthogonal Frequency-Division Multiplexing Systems in Time-Variant Multipath Channels IEEE TRANSACTIONS ON COMMUNICATIONS, VOL 47, NO 1, JANUARY 1999 27 An Equalization Technique for Orthogonal Frequency-Division Multiplexing Systems in Time-Variant Multipath Channels Won Gi Jeon, Student

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

EECS 122: Introduction to Computer Networks Encoding and Framing. Questions

EECS 122: Introduction to Computer Networks Encoding and Framing. Questions EECS 122: Introduction to Computer Networks Encoding and Framing Computer Science Division Department of Electrical Engineering and Computer Sciences University of California, Berkeley Berkeley, CA 94720-1776

More information

Blind Equalization using Constant Modulus Algorithm and Multi-Modulus Algorithm in Wireless Communication Systems

Blind Equalization using Constant Modulus Algorithm and Multi-Modulus Algorithm in Wireless Communication Systems Blind Equalization using Constant Modulus Algorithm and Multi-Modulus Algorithm in Wireless Communication Systems Ram Babu. T Electronics and Communication Department Rao and Naidu Engineering College,

More information

Near-Optimal Low Complexity MLSE Equalization

Near-Optimal Low Complexity MLSE Equalization Near-Optimal Low Complexity MLSE Equalization Abstract An iterative Maximum Likelihood Sequence Estimation (MLSE) equalizer (detector) with hard outputs, that has a computational complexity quadratic in

More information

Design & Development of Graphical User Interface (GUI) for Communication Link with PSK Modulation using Adaptive Equalization

Design & Development of Graphical User Interface (GUI) for Communication Link with PSK Modulation using Adaptive Equalization Design & Development of Graphical User Interface (GUI) for Communication Link with PSK Modulation using Adaptive Equalization Shalini Garg 1, Pragati Kapoor 2 Lingaya s University, Faridabad, Haryana 1,2

More information

Detection and Estimation of Signals in Noise. Dr. Robert Schober Department of Electrical and Computer Engineering University of British Columbia

Detection and Estimation of Signals in Noise. Dr. Robert Schober Department of Electrical and Computer Engineering University of British Columbia Detection and Estimation of Signals in Noise Dr. Robert Schober Department of Electrical and Computer Engineering University of British Columbia Vancouver, August 24, 2010 2 Contents 1 Basic Elements

More information

CHAPTER 5 DIVERSITY. Xijun Wang

CHAPTER 5 DIVERSITY. Xijun Wang CHAPTER 5 DIVERSITY Xijun Wang WEEKLY READING 1. Goldsmith, Wireless Communications, Chapters 7 2. Tse, Fundamentals of Wireless Communication, Chapter 3 2 FADING HURTS THE RELIABILITY n The detection

More information

Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wireless Applications

Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wireless Applications RESEARCH ARTICLE OPEN ACCESS Design of Continuous Time Multibit Sigma Delta ADC for Next Generation Wireless Applications Sharon Theresa George*, J. Mangaiyarkarasi** *(Department of Information and Communication

More information

Learning New Articulator Trajectories for a Speech Production Model using Artificial Neural Networks

Learning New Articulator Trajectories for a Speech Production Model using Artificial Neural Networks Learning New Articulator Trajectories for a Speech Production Model using Artificial Neural Networks C. S. Blackburn and S. J. Young Cambridge University Engineering Department (CUED), England email: csb@eng.cam.ac.uk

More information

J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE).

J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE). ANALYSIS, SYNTHESIS AND DIAGNOSTICS OF ANTENNA ARRAYS THROUGH COMPLEX-VALUED NEURAL NETWORKS. J. C. Brégains (Student Member, IEEE), and F. Ares (Senior Member, IEEE). Radiating Systems Group, Department

More information

Combined Phase Compensation and Power Allocation Scheme for OFDM Systems

Combined Phase Compensation and Power Allocation Scheme for OFDM Systems Combined Phase Compensation and Power Allocation Scheme for OFDM Systems Wladimir Bocquet France Telecom R&D Tokyo 3--3 Shinjuku, 60-0022 Tokyo, Japan Email: bocquet@francetelecom.co.jp Kazunori Hayashi

More information

Variable Step-Size LMS Adaptive Filters for CDMA Multiuser Detection

Variable Step-Size LMS Adaptive Filters for CDMA Multiuser Detection FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 7, April 4, -3 Variable Step-Size LMS Adaptive Filters for CDMA Multiuser Detection Karen Egiazarian, Pauli Kuosmanen, and Radu Ciprian Bilcu Abstract:

More information

Neural Network Synthesis Beamforming Model For Adaptive Antenna Arrays

Neural Network Synthesis Beamforming Model For Adaptive Antenna Arrays Neural Network Synthesis Beamforming Model For Adaptive Antenna Arrays FADLALLAH Najib 1, RAMMAL Mohamad 2, Kobeissi Majed 1, VAUDON Patrick 1 IRCOM- Equipe Electromagnétisme 1 Limoges University 123,

More information

Keywords: Adaptive filtering, LMS algorithm, Noise cancellation, VHDL Design, Signal to noise ratio (SNR), Convergence Speed.

Keywords: Adaptive filtering, LMS algorithm, Noise cancellation, VHDL Design, Signal to noise ratio (SNR), Convergence Speed. Implementation of Efficient Adaptive Noise Canceller using Least Mean Square Algorithm Mr.A.R. Bokey, Dr M.M.Khanapurkar (Electronics and Telecommunication Department, G.H.Raisoni Autonomous College, India)

More information

IN A TYPICAL indoor wireless environment, a transmitted

IN A TYPICAL indoor wireless environment, a transmitted 126 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 48, NO. 1, JANUARY 1999 Adaptive Channel Equalization for Wireless Personal Communications Weihua Zhuang, Member, IEEE Abstract In this paper, a new

More information

Harmonic detection by using different artificial neural network topologies

Harmonic detection by using different artificial neural network topologies Harmonic detection by using different artificial neural network topologies J.L. Flores Garrido y P. Salmerón Revuelta Department of Electrical Engineering E. P. S., Huelva University Ctra de Palos de la

More information

Bit error rate simulation using 16 qam technique in matlab

Bit error rate simulation using 16 qam technique in matlab Volume :2, Issue :5, 59-64 May 2015 www.allsubjectjournal.com e-issn: 2349-4182 p-issn: 2349-5979 Impact Factor: 3.762 Ravi Kant Gupta M.Tech. Scholar, Department of Electronics & Communication, Bhagwant

More information

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies

Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Volume 2, Issue 9, September 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online at: www.ijarcsms.com

More information

Performance Comparison of MIMO Systems over AWGN and Rayleigh Channels with Zero Forcing Receivers

Performance Comparison of MIMO Systems over AWGN and Rayleigh Channels with Zero Forcing Receivers Global Journal of Researches in Engineering Electrical and Electronics Engineering Volume 13 Issue 1 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS

DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS DIAGNOSIS OF STATOR FAULT IN ASYNCHRONOUS MACHINE USING SOFT COMPUTING METHODS K. Vinoth Kumar 1, S. Suresh Kumar 2, A. Immanuel Selvakumar 1 and Vicky Jose 1 1 Department of EEE, School of Electrical

More information

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary M.Tech Scholar, ECE Department,SKIT, Jaipur, Abstract Orthogonal Frequency Division

More information

Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India. IJRASET: All Rights are Reserved

Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India. IJRASET: All Rights are Reserved Performance Analysis and Coding of Blind Adaptive Fractional Space Constant Modulus Algorithm Jaswant 1, Sanjeev Dhull 2 1 Research Scholar, Electronics and Communication, GJUS & T, Hisar, Haryana, India

More information

A moment-preserving approach for depth from defocus

A moment-preserving approach for depth from defocus A moment-preserving approach for depth from defocus D. M. Tsai and C. T. Lin Machine Vision Lab. Department of Industrial Engineering and Management Yuan-Ze University, Chung-Li, Taiwan, R.O.C. E-mail:

More information

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Chapter 3 Application of Multi Layer Perceptron (MLP) for Shower Size Prediction 3.1 Basic considerations of the ANN Artificial Neural Network (ANN)s are non- parametric prediction tools that can be used

More information

Nonlinear System Identification Using Recurrent Networks

Nonlinear System Identification Using Recurrent Networks Syracuse University SURFACE Electrical Engineering and Computer Science Technical Reports College of Engineering and Computer Science 7-1991 Nonlinear System Identification Using Recurrent Networks Hyungkeun

More information

Analysis of maximal-ratio transmit and combining spatial diversity

Analysis of maximal-ratio transmit and combining spatial diversity This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. Analysis of maximal-ratio transmit and combining spatial diversity Fumiyuki Adachi a),

More information

Fundamentals of RF Design RF Back to Basics 2015

Fundamentals of RF Design RF Back to Basics 2015 Fundamentals of RF Design 2015 Updated January 1, 2015 Keysight EEsof EDA Objectives Review Simulation Types Understand fundamentals on S-Parameter Simulation Additional Linear and Non-Linear Simulators

More information

Encoding and Framing

Encoding and Framing Encoding and Framing EECS 489 Computer Networks http://www.eecs.umich.edu/~zmao/eecs489 Z. Morley Mao Tuesday Nov 2, 2004 Acknowledgement: Some slides taken from Kurose&Ross and Katz&Stoica 1 Questions

More information

VOL. 3, NO.11 Nov, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

VOL. 3, NO.11 Nov, 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Effect of Fading Correlation on the Performance of Spatial Multiplexed MIMO systems with circular antennas M. A. Mangoud Department of Electrical and Electronics Engineering, University of Bahrain P. O.

More information

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING

NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING NEURAL NETWORK BASED MAXIMUM POWER POINT TRACKING 3.1 Introduction This chapter introduces concept of neural networks, it also deals with a novel approach to track the maximum power continuously from PV

More information

Artificial Neural Network Engine: Parallel and Parameterized Architecture Implemented in FPGA

Artificial Neural Network Engine: Parallel and Parameterized Architecture Implemented in FPGA Artificial Neural Network Engine: Parallel and Parameterized Architecture Implemented in FPGA Milene Barbosa Carvalho 1, Alexandre Marques Amaral 1, Luiz Eduardo da Silva Ramos 1,2, Carlos Augusto Paiva

More information

Shunt active filter algorithms for a three phase system fed to adjustable speed drive

Shunt active filter algorithms for a three phase system fed to adjustable speed drive Shunt active filter algorithms for a three phase system fed to adjustable speed drive Sujatha.CH(Assoc.prof) Department of Electrical and Electronic Engineering, Gudlavalleru Engineering College, Gudlavalleru,

More information