SlideShare a Scribd company logo
International Journal of Research in Advent Technology, Vol.2, No.6, June 2014 
E-ISSN: 2321-9637 
230 
Optimization of a System with Weight Equalization 
Using Steepest Gradient Method 
Priya1, Yogesh Juneja2 
Electronics and communication1, 2, PDM college of Engg1, 2 
Email: priyavashist13@gmail.com1, yogeshjunejaer@gmail.com2 
Abstract— This paper is concerned with Performance of Adaptive Equalizer Using Steepest Gradient 
Algorithm. In this paper, the performance of adaptive equalizer with weight equalization using steepest 
Gradient algorithm is evaluated. The method of steepest descent (Weight Equalization Using Steepest Gradient 
Method) is a celebrated optimization procedure for minimizing the value of a cost function J(n) with respect to 
a set of adjustable parameters W(n). The actual and estimated weight using steepest gradient method, depicts the 
True and estimated output signal and demonstrates error estimation at every sample. 
Index Terms: RLS, LMS, Optimization, Adaptive Algorithm. 
1. INTRODUCTION 
There are two main types of digital filtering: the 
Finite Impulse Response (FIR) and the Infinite 
Impulse Response (IIR). IIR can normally achieve 
similar performance as FIR, with smaller amount of 
coefficients and less computation. However, as the 
complexity of the filter grows, the order of the IIR 
filter increases a lot and the computational advantages 
is less dominant. Also, IIR suffers from the instability 
problem. 
Adaptive Algorithm 
The adaptive algorithm is a linear adaptive filter 
algorithm, which in general consists of two basic 
processes. 
1. A filter process, which involves: 
a. Computing the output of a linear 
filter in response to an input signal. 
b. Generating an estimation error by 
comparing this output with a desired 
response. 
2. An adaptive process, which involves the 
automatic adjustment of the parameters of 
the filter in accordance with the estimation 
error. 
Factor affecting the performance of adaptive 
Filters 
In adaptive filtering a number of decisions have to be 
made concerning the filter model and the adaptation 
algorithm [1]. Factor affecting the performance of 
adaptive Filter are 
 Filter type: This can be a finite impulse 
response (FIR) filter, or an infinite impulse 
response (IIR) filter. In this chapter we only 
consider FIR filters, since they have good 
stability and convergence properties and for 
these reasons are the type often used in 
practice. 
 Filter order: Often the correct number of 
filter taps is unknown. The filter order is 
either set using a priori knowledge of the 
input and the desired signals, or it may be 
obtained by monitoring the changes in the 
error signal as a function of the increasing 
filter order. 
 Adaptation algorithm: The two commonly 
used adaptation algorithms are the recursive 
least square (RLS) error and the least mean 
square error (LMS) methods. The factors that 
influence the choice of the adaptation 
algorithm are the computational complexity, 
the speed of convergence to optimal 
operating conditions, the minimum error at 
convergence, the numerical stability and the 
robustness of the algorithm to initial 
parameter states [2-3]. 
 Optimisation criteria: In this section two 
optimality criteria are used. One is based on 
the minimization of the mean of squared 
error (used in LMS, RLS) and the other is 
based on constrained minimisation of the 
norm of the incremental change in the filter 
coefficients which results in normalised 
LMS (NLMS) [4]. 
2. Adaptation Method 
Fig. 1 shows the block diagram for the adaptive filter 
method utilized in this work . Here ‘w’ represents the 
coefficients of the FIR filter tap weight vector, ‘ x(n)’ 
is the input vector samples, ‘z-1’ is a delay of one 
sample period, ‘y(n)’ is the adaptive filter output,
International Journal of Research in Advent Technology, Vol.2, No.6, June 2014 
E-ISSN: 2321-9637 
231 
‘d(n)’ is the desired echoed signal and ‘e(n)’ is the 
estimation error at time n. 
The aim of an adaptive filter is to calculate the 
difference between the desired signal and the adaptive 
filter output, ‘e(n)’. This error signal is fed back into 
the adaptive filter and its coefficients are changed 
algorithmically in order to minimise a function of this 
difference, known as the cost function. When the 
adaptive filter output is equal to desired signal, the 
error signal goes to zero [5]. 
The method used can be divided into two groups 
based on their cost functions. First is known as Mean 
Square Error (MSE) adaptive filters, they aim to 
minimise a cost function equal to the expectation of 
the square of the difference between the desired signal 
d(n) and the actual output of the adaptive filter y(n). 
ξ(n) = E[e2(n)] = E[(d(n) − y(n))2] 
… (1) 
Fig. 1 Block Diagram for the adaptive algorithm 
Second is known as Recursive Least Squares (RLS) 
adaptive filters and they aim to minimise a cost 
function equal to the weighted sum of the squares of 
the difference between the desired and the actual 
output of the adaptive filter for different time 
instances. The cost function is recursive in the sense 
that unlike the MSE cost function, weighted previous 
values of the estimation error are also considered. The 
cost function is shown below in equation (2), the 
parameter λ is in the range of 0λ1. It is known as 
the forgetting factor as for λ1 it causes the previous 
values to have an increasingly negligible effect on 
updating of the filter tap weights. The value of 1/(1- 
λ) is a measure of the memory of the algorithm, i.e. λ 
=1. The cost function for RLS algorithm, ζ(n), is 
stated in equation. 
ζ (n) 
= λn-k 
… (2) 
Where k=1, 2, 3,…, n, k=1 corresponds to the time at 
which the RLS algorithm commences. Later it will be 
seen that in practice not all previous values are 
considered; rather only the previous N (corresponding 
to the filter order) error signals are considered [6]. 
3. SIMULATION SET UP AND 
RESULTS 
Weight Equalization using steepest gradient 
method 
Fig. 2 shows the actual and estimated weight using 
steepest gradient method. Fig. 3 depicts the True and 
estimated output signal using steepest gradient 
method. Fig. 4 demonstrates error estimation at every 
sample using steepest gradient method. 
Fig. 2 Actual and estimated weight
International Journal of Research in Advent Technology, Vol.2, No.6, June 2014 
E-ISSN: 2321-9637 
232 
Fig. 3 True and estimated output signal 
Fig. 4 Error estimation at every sample 
4. CONCLUSION 
Here, we focus on the performance we evaluate the 
performance adaptive equalizer using steepest 
gradient algorithm is presented. The weighted cost 
function based adaptive algorithm for equalization. Is 
used. Other adaptive algorithm such as RLS, NLMS, 
BLMS can also be used for the channel equalization. 
Equalization techniques compensate for the time 
dispersion introduced by communication channels and 
combat the resulting inter-symbol interference (ISI) 
effect. The weigth equalization steepest descent 
method provide the better approach to remove the 
such limitations of the system. 
REFERENCE 
[1]. S. Qureshi, Adaptive equalization, IEEE 
Communications Magazine, vol. 73, no. 9, pp. 
1349-1387, Sept 1985. 
[2]. S. Haykin, Adaptive Filter Theory, Prentice- 
Hall, 3rd Ed., 1996. 
[3]. Thomas Drumright, Adaptive Filtering, Spring 
1998. 
[4]. Weerackody, V. ; Kassam, S.A. ; Laker, K.R., 
“Convergence analysis of an algorithm for blind 
equalization”, IEEE Transactions on 
Communications, Vol. 39 , Issue: 6, Pag: 856 – 
865, 1991. 
[5]. Mathew, G. ; Farhang-Boroujeny, B. ; Wood, 
R.W., Design of multilevel decision feedback 
equalizers”, IEEE Transactions on Magnetics, 
Vol. 33, Issue: 6, Pag: 4528 – 4542, 1997. 
[6]. Bakhtiar Qutub Ali,” A New Blind Equalization 
Scheme based on Principle of Minimal 
Disturbance”, king fahd university of petroleum 
and minerals, May 2004.

More Related Content

What's hot

Time domain analysis and synthesis using Pth norm filter design
Time domain analysis and synthesis using Pth norm filter designTime domain analysis and synthesis using Pth norm filter design
Time domain analysis and synthesis using Pth norm filter design
CSCJournals
 
Time Truncated Chain Sampling Plans for Inverse Rayleigh Distribution
Time Truncated Chain Sampling Plans for Inverse Rayleigh  Distribution Time Truncated Chain Sampling Plans for Inverse Rayleigh  Distribution
Time Truncated Chain Sampling Plans for Inverse Rayleigh Distribution
International Journal of Engineering Inventions www.ijeijournal.com
 
13 r1-transient analysis methodology
13 r1-transient analysis methodology13 r1-transient analysis methodology
13 r1-transient analysis methodology
chowdavaramsaiprasad
 
11 (l)random vibrations methodology
11 (l)random vibrations  methodology11 (l)random vibrations  methodology
11 (l)random vibrations methodology
chowdavaramsaiprasad
 
12 transient analysis theory
12 transient analysis theory12 transient analysis theory
12 transient analysis theory
chowdavaramsaiprasad
 
ADVANCED OPTIMIZATION TECHNIQUES META-HEURISTIC ALGORITHMS FOR ENGINEERING AP...
ADVANCED OPTIMIZATION TECHNIQUES META-HEURISTIC ALGORITHMS FOR ENGINEERING AP...ADVANCED OPTIMIZATION TECHNIQUES META-HEURISTIC ALGORITHMS FOR ENGINEERING AP...
ADVANCED OPTIMIZATION TECHNIQUES META-HEURISTIC ALGORITHMS FOR ENGINEERING AP...
Ajay Kumar
 
Memory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital PredistorterMemory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital Predistorter
IJERA Editor
 
Sensor Fusion Study - Ch7. Kalman Filter Generalizations [김영범]
Sensor Fusion Study - Ch7. Kalman Filter Generalizations [김영범]Sensor Fusion Study - Ch7. Kalman Filter Generalizations [김영범]
Sensor Fusion Study - Ch7. Kalman Filter Generalizations [김영범]
AI Robotics KR
 
Efficient reduction of PLI in ECG signal using new variable step size least m...
Efficient reduction of PLI in ECG signal using new variable step size least m...Efficient reduction of PLI in ECG signal using new variable step size least m...
Efficient reduction of PLI in ECG signal using new variable step size least m...
IJECEIAES
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
IRJET Journal
 
Sensor Fusion Study - Ch5. The discrete-time Kalman filter [박정은]
Sensor Fusion Study - Ch5. The discrete-time Kalman filter  [박정은]Sensor Fusion Study - Ch5. The discrete-time Kalman filter  [박정은]
Sensor Fusion Study - Ch5. The discrete-time Kalman filter [박정은]
AI Robotics KR
 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
IJERA Editor
 
Discrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identificationDiscrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identification
IJECEIAES
 
YAK
YAKYAK
YAKiwdf
 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
iosrjce
 
Hc3413121317
Hc3413121317Hc3413121317
Hc3413121317
IJERA Editor
 
A novel adaptive algorithm for removal of power line interference from ecg si...
A novel adaptive algorithm for removal of power line interference from ecg si...A novel adaptive algorithm for removal of power line interference from ecg si...
A novel adaptive algorithm for removal of power line interference from ecg si...
International Journal of Computer and Communication System Engineering
 
A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...
eSAT Journals
 

What's hot (20)

Time domain analysis and synthesis using Pth norm filter design
Time domain analysis and synthesis using Pth norm filter designTime domain analysis and synthesis using Pth norm filter design
Time domain analysis and synthesis using Pth norm filter design
 
Time Truncated Chain Sampling Plans for Inverse Rayleigh Distribution
Time Truncated Chain Sampling Plans for Inverse Rayleigh  Distribution Time Truncated Chain Sampling Plans for Inverse Rayleigh  Distribution
Time Truncated Chain Sampling Plans for Inverse Rayleigh Distribution
 
13 r1-transient analysis methodology
13 r1-transient analysis methodology13 r1-transient analysis methodology
13 r1-transient analysis methodology
 
11 (l)random vibrations methodology
11 (l)random vibrations  methodology11 (l)random vibrations  methodology
11 (l)random vibrations methodology
 
12 transient analysis theory
12 transient analysis theory12 transient analysis theory
12 transient analysis theory
 
ADVANCED OPTIMIZATION TECHNIQUES META-HEURISTIC ALGORITHMS FOR ENGINEERING AP...
ADVANCED OPTIMIZATION TECHNIQUES META-HEURISTIC ALGORITHMS FOR ENGINEERING AP...ADVANCED OPTIMIZATION TECHNIQUES META-HEURISTIC ALGORITHMS FOR ENGINEERING AP...
ADVANCED OPTIMIZATION TECHNIQUES META-HEURISTIC ALGORITHMS FOR ENGINEERING AP...
 
Memory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital PredistorterMemory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital Predistorter
 
Sensor Fusion Study - Ch7. Kalman Filter Generalizations [김영범]
Sensor Fusion Study - Ch7. Kalman Filter Generalizations [김영범]Sensor Fusion Study - Ch7. Kalman Filter Generalizations [김영범]
Sensor Fusion Study - Ch7. Kalman Filter Generalizations [김영범]
 
Efficient reduction of PLI in ECG signal using new variable step size least m...
Efficient reduction of PLI in ECG signal using new variable step size least m...Efficient reduction of PLI in ECG signal using new variable step size least m...
Efficient reduction of PLI in ECG signal using new variable step size least m...
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
 
Sensor Fusion Study - Ch5. The discrete-time Kalman filter [박정은]
Sensor Fusion Study - Ch5. The discrete-time Kalman filter  [박정은]Sensor Fusion Study - Ch5. The discrete-time Kalman filter  [박정은]
Sensor Fusion Study - Ch5. The discrete-time Kalman filter [박정은]
 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
 
Discrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identificationDiscrete wavelet transform-based RI adaptive algorithm for system identification
Discrete wavelet transform-based RI adaptive algorithm for system identification
 
Cu24631635
Cu24631635Cu24631635
Cu24631635
 
YAK
YAKYAK
YAK
 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
 
TO_EDIT
TO_EDITTO_EDIT
TO_EDIT
 
Hc3413121317
Hc3413121317Hc3413121317
Hc3413121317
 
A novel adaptive algorithm for removal of power line interference from ecg si...
A novel adaptive algorithm for removal of power line interference from ecg si...A novel adaptive algorithm for removal of power line interference from ecg si...
A novel adaptive algorithm for removal of power line interference from ecg si...
 
A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...A vm scheduling algorithm for reducing power consumption of a virtual machine...
A vm scheduling algorithm for reducing power consumption of a virtual machine...
 

Viewers also liked

Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482IJRAT
 
Benjamin medina Slideshow
Benjamin medina SlideshowBenjamin medina Slideshow
Benjamin medina Slideshow
BenjiMedina
 
Paper id 252014107
Paper id 252014107Paper id 252014107
Paper id 252014107IJRAT
 
Những điều cần biết về an cung ngưu hoàng đồng nhân đường
Những điều cần biết về an cung ngưu hoàng đồng nhân đườngNhững điều cần biết về an cung ngưu hoàng đồng nhân đường
Những điều cần biết về an cung ngưu hoàng đồng nhân đườngMẹ Thiên Nhiên
 
Paper id 27201423
Paper id 27201423Paper id 27201423
Paper id 27201423
IJRAT
 
Paper id 25201492
Paper id 25201492Paper id 25201492
Paper id 25201492IJRAT
 
Paper id 2520148 (2)
Paper id 2520148 (2)Paper id 2520148 (2)
Paper id 2520148 (2)IJRAT
 
Paper id 24201494
Paper id 24201494Paper id 24201494
Paper id 24201494IJRAT
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
IJRAT
 
Paper id 252014136
Paper id 252014136Paper id 252014136
Paper id 252014136IJRAT
 
140827 texto 2-ethics and the rough gorund of the everyday
140827 texto 2-ethics and the rough gorund of the everyday140827 texto 2-ethics and the rough gorund of the everyday
140827 texto 2-ethics and the rough gorund of the everyday
Alejandro Munévar Salazar
 
Paper id 25201441
Paper id 25201441Paper id 25201441
Paper id 25201441IJRAT
 
Paper id 27201448
Paper id 27201448Paper id 27201448
Paper id 27201448
IJRAT
 
Paper id 28201413
Paper id 28201413Paper id 28201413
Paper id 28201413
IJRAT
 
Paper id 21201481
Paper id 21201481Paper id 21201481
Paper id 21201481IJRAT
 
Cardiologi acr7 (1)
Cardiologi acr7 (1)Cardiologi acr7 (1)
Cardiologi acr7 (1)
John Rodriguez Aguilar
 
Paper id 25201466
Paper id 25201466Paper id 25201466
Paper id 25201466IJRAT
 
Paper id 21201470
Paper id 21201470Paper id 21201470
Paper id 21201470IJRAT
 
Executive Recruiter at the University of California, Berkeley!
Executive Recruiter at the University of California, Berkeley! Executive Recruiter at the University of California, Berkeley!
Executive Recruiter at the University of California, Berkeley!
Alex Gomez
 
Paper id 2320143
Paper id 2320143Paper id 2320143
Paper id 2320143IJRAT
 

Viewers also liked (20)

Paper id 25201482
Paper id 25201482Paper id 25201482
Paper id 25201482
 
Benjamin medina Slideshow
Benjamin medina SlideshowBenjamin medina Slideshow
Benjamin medina Slideshow
 
Paper id 252014107
Paper id 252014107Paper id 252014107
Paper id 252014107
 
Những điều cần biết về an cung ngưu hoàng đồng nhân đường
Những điều cần biết về an cung ngưu hoàng đồng nhân đườngNhững điều cần biết về an cung ngưu hoàng đồng nhân đường
Những điều cần biết về an cung ngưu hoàng đồng nhân đường
 
Paper id 27201423
Paper id 27201423Paper id 27201423
Paper id 27201423
 
Paper id 25201492
Paper id 25201492Paper id 25201492
Paper id 25201492
 
Paper id 2520148 (2)
Paper id 2520148 (2)Paper id 2520148 (2)
Paper id 2520148 (2)
 
Paper id 24201494
Paper id 24201494Paper id 24201494
Paper id 24201494
 
Paper id 28201452
Paper id 28201452Paper id 28201452
Paper id 28201452
 
Paper id 252014136
Paper id 252014136Paper id 252014136
Paper id 252014136
 
140827 texto 2-ethics and the rough gorund of the everyday
140827 texto 2-ethics and the rough gorund of the everyday140827 texto 2-ethics and the rough gorund of the everyday
140827 texto 2-ethics and the rough gorund of the everyday
 
Paper id 25201441
Paper id 25201441Paper id 25201441
Paper id 25201441
 
Paper id 27201448
Paper id 27201448Paper id 27201448
Paper id 27201448
 
Paper id 28201413
Paper id 28201413Paper id 28201413
Paper id 28201413
 
Paper id 21201481
Paper id 21201481Paper id 21201481
Paper id 21201481
 
Cardiologi acr7 (1)
Cardiologi acr7 (1)Cardiologi acr7 (1)
Cardiologi acr7 (1)
 
Paper id 25201466
Paper id 25201466Paper id 25201466
Paper id 25201466
 
Paper id 21201470
Paper id 21201470Paper id 21201470
Paper id 21201470
 
Executive Recruiter at the University of California, Berkeley!
Executive Recruiter at the University of California, Berkeley! Executive Recruiter at the University of California, Berkeley!
Executive Recruiter at the University of California, Berkeley!
 
Paper id 2320143
Paper id 2320143Paper id 2320143
Paper id 2320143
 

Similar to Paper id 26201481

FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSFPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
Editor IJMTER
 
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
sipij
 
journal paper publication
journal paper publicationjournal paper publication
journal paper publication
chaitanya451336
 
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLSComparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
ijsrd.com
 
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisSimulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
IDES Editor
 
Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...
eSAT Journals
 
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative StudyEcho Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
idescitation
 
Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...
eSAT Publishing House
 
Low complexity algorithm for updating the coefficients of adaptive 2
Low complexity algorithm for updating the coefficients of adaptive 2Low complexity algorithm for updating the coefficients of adaptive 2
Low complexity algorithm for updating the coefficients of adaptive 2IAEME Publication
 
Reducting Power Dissipation in Fir Filter: an Analysis
Reducting Power Dissipation in Fir Filter: an AnalysisReducting Power Dissipation in Fir Filter: an Analysis
Reducting Power Dissipation in Fir Filter: an Analysis
CSCJournals
 
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
ijwmn
 
Performance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signalPerformance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signal
Raj Kumar Thenua
 
Paper id 2720147
Paper id 2720147Paper id 2720147
Paper id 2720147
IJRAT
 
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
IJARIIT
 
Design of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree Multiplier
Design of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree MultiplierDesign of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree Multiplier
Design of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree Multiplier
Waqas Tariq
 
I017325055
I017325055I017325055
I017325055
IOSR Journals
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Comparative Analysis of Different Wavelet Functions using Modified Adaptive F...
Comparative Analysis of Different Wavelet Functions using Modified Adaptive F...Comparative Analysis of Different Wavelet Functions using Modified Adaptive F...
Comparative Analysis of Different Wavelet Functions using Modified Adaptive F...
IJERA Editor
 

Similar to Paper id 26201481 (20)

FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMSFPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
FPGA IMPLEMENTATION OF NOISE CANCELLATION USING ADAPTIVE ALGORITHMS
 
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
PERFORMANCE ANALYIS OF LMS ADAPTIVE FIR FILTER AND RLS ADAPTIVE FIR FILTER FO...
 
journal paper publication
journal paper publicationjournal paper publication
journal paper publication
 
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLSComparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
Comparison of different Sub-Band Adaptive Noise Canceller with LMS and RLS
 
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal AnalysisSimulation of Adaptive Noise Canceller for an ECG signal Analysis
Simulation of Adaptive Noise Canceller for an ECG signal Analysis
 
Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...
 
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative StudyEcho Cancellation Algorithms using Adaptive Filters: A Comparative Study
Echo Cancellation Algorithms using Adaptive Filters: A Comparative Study
 
Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...Fpga implementation of optimal step size nlms algorithm and its performance a...
Fpga implementation of optimal step size nlms algorithm and its performance a...
 
Low complexity algorithm for updating the coefficients of adaptive 2
Low complexity algorithm for updating the coefficients of adaptive 2Low complexity algorithm for updating the coefficients of adaptive 2
Low complexity algorithm for updating the coefficients of adaptive 2
 
Reducting Power Dissipation in Fir Filter: an Analysis
Reducting Power Dissipation in Fir Filter: an AnalysisReducting Power Dissipation in Fir Filter: an Analysis
Reducting Power Dissipation in Fir Filter: an Analysis
 
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...P ERFORMANCE A NALYSIS  O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
P ERFORMANCE A NALYSIS O F A DAPTIVE N OISE C ANCELLER E MPLOYING N LMS A LG...
 
Performance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signalPerformance analysis of adaptive noise canceller for an ecg signal
Performance analysis of adaptive noise canceller for an ecg signal
 
Paper id 2720147
Paper id 2720147Paper id 2720147
Paper id 2720147
 
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
Comparison of fx lms and n fxlms algorithms in matlab using active vibration ...
 
Design of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree Multiplier
Design of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree MultiplierDesign of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree Multiplier
Design of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree Multiplier
 
I017325055
I017325055I017325055
I017325055
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Ijrdt11 140004
Ijrdt11 140004Ijrdt11 140004
Ijrdt11 140004
 
Comparative Analysis of Different Wavelet Functions using Modified Adaptive F...
Comparative Analysis of Different Wavelet Functions using Modified Adaptive F...Comparative Analysis of Different Wavelet Functions using Modified Adaptive F...
Comparative Analysis of Different Wavelet Functions using Modified Adaptive F...
 

More from IJRAT

96202108
9620210896202108
96202108
IJRAT
 
97202107
9720210797202107
97202107
IJRAT
 
93202101
9320210193202101
93202101
IJRAT
 
92202102
9220210292202102
92202102
IJRAT
 
91202104
9120210491202104
91202104
IJRAT
 
87202003
8720200387202003
87202003
IJRAT
 
87202001
8720200187202001
87202001
IJRAT
 
86202013
8620201386202013
86202013
IJRAT
 
86202008
8620200886202008
86202008
IJRAT
 
86202005
8620200586202005
86202005
IJRAT
 
86202004
8620200486202004
86202004
IJRAT
 
85202026
8520202685202026
85202026
IJRAT
 
711201940
711201940711201940
711201940
IJRAT
 
711201939
711201939711201939
711201939
IJRAT
 
711201935
711201935711201935
711201935
IJRAT
 
711201927
711201927711201927
711201927
IJRAT
 
711201905
711201905711201905
711201905
IJRAT
 
710201947
710201947710201947
710201947
IJRAT
 
712201907
712201907712201907
712201907
IJRAT
 
712201903
712201903712201903
712201903
IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 

Recently uploaded (20)

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 

Paper id 26201481

  • 1. International Journal of Research in Advent Technology, Vol.2, No.6, June 2014 E-ISSN: 2321-9637 230 Optimization of a System with Weight Equalization Using Steepest Gradient Method Priya1, Yogesh Juneja2 Electronics and communication1, 2, PDM college of Engg1, 2 Email: priyavashist13@gmail.com1, yogeshjunejaer@gmail.com2 Abstract— This paper is concerned with Performance of Adaptive Equalizer Using Steepest Gradient Algorithm. In this paper, the performance of adaptive equalizer with weight equalization using steepest Gradient algorithm is evaluated. The method of steepest descent (Weight Equalization Using Steepest Gradient Method) is a celebrated optimization procedure for minimizing the value of a cost function J(n) with respect to a set of adjustable parameters W(n). The actual and estimated weight using steepest gradient method, depicts the True and estimated output signal and demonstrates error estimation at every sample. Index Terms: RLS, LMS, Optimization, Adaptive Algorithm. 1. INTRODUCTION There are two main types of digital filtering: the Finite Impulse Response (FIR) and the Infinite Impulse Response (IIR). IIR can normally achieve similar performance as FIR, with smaller amount of coefficients and less computation. However, as the complexity of the filter grows, the order of the IIR filter increases a lot and the computational advantages is less dominant. Also, IIR suffers from the instability problem. Adaptive Algorithm The adaptive algorithm is a linear adaptive filter algorithm, which in general consists of two basic processes. 1. A filter process, which involves: a. Computing the output of a linear filter in response to an input signal. b. Generating an estimation error by comparing this output with a desired response. 2. An adaptive process, which involves the automatic adjustment of the parameters of the filter in accordance with the estimation error. Factor affecting the performance of adaptive Filters In adaptive filtering a number of decisions have to be made concerning the filter model and the adaptation algorithm [1]. Factor affecting the performance of adaptive Filter are Filter type: This can be a finite impulse response (FIR) filter, or an infinite impulse response (IIR) filter. In this chapter we only consider FIR filters, since they have good stability and convergence properties and for these reasons are the type often used in practice. Filter order: Often the correct number of filter taps is unknown. The filter order is either set using a priori knowledge of the input and the desired signals, or it may be obtained by monitoring the changes in the error signal as a function of the increasing filter order. Adaptation algorithm: The two commonly used adaptation algorithms are the recursive least square (RLS) error and the least mean square error (LMS) methods. The factors that influence the choice of the adaptation algorithm are the computational complexity, the speed of convergence to optimal operating conditions, the minimum error at convergence, the numerical stability and the robustness of the algorithm to initial parameter states [2-3]. Optimisation criteria: In this section two optimality criteria are used. One is based on the minimization of the mean of squared error (used in LMS, RLS) and the other is based on constrained minimisation of the norm of the incremental change in the filter coefficients which results in normalised LMS (NLMS) [4]. 2. Adaptation Method Fig. 1 shows the block diagram for the adaptive filter method utilized in this work . Here ‘w’ represents the coefficients of the FIR filter tap weight vector, ‘ x(n)’ is the input vector samples, ‘z-1’ is a delay of one sample period, ‘y(n)’ is the adaptive filter output,
  • 2. International Journal of Research in Advent Technology, Vol.2, No.6, June 2014 E-ISSN: 2321-9637 231 ‘d(n)’ is the desired echoed signal and ‘e(n)’ is the estimation error at time n. The aim of an adaptive filter is to calculate the difference between the desired signal and the adaptive filter output, ‘e(n)’. This error signal is fed back into the adaptive filter and its coefficients are changed algorithmically in order to minimise a function of this difference, known as the cost function. When the adaptive filter output is equal to desired signal, the error signal goes to zero [5]. The method used can be divided into two groups based on their cost functions. First is known as Mean Square Error (MSE) adaptive filters, they aim to minimise a cost function equal to the expectation of the square of the difference between the desired signal d(n) and the actual output of the adaptive filter y(n). ξ(n) = E[e2(n)] = E[(d(n) − y(n))2] … (1) Fig. 1 Block Diagram for the adaptive algorithm Second is known as Recursive Least Squares (RLS) adaptive filters and they aim to minimise a cost function equal to the weighted sum of the squares of the difference between the desired and the actual output of the adaptive filter for different time instances. The cost function is recursive in the sense that unlike the MSE cost function, weighted previous values of the estimation error are also considered. The cost function is shown below in equation (2), the parameter λ is in the range of 0λ1. It is known as the forgetting factor as for λ1 it causes the previous values to have an increasingly negligible effect on updating of the filter tap weights. The value of 1/(1- λ) is a measure of the memory of the algorithm, i.e. λ =1. The cost function for RLS algorithm, ζ(n), is stated in equation. ζ (n) = λn-k … (2) Where k=1, 2, 3,…, n, k=1 corresponds to the time at which the RLS algorithm commences. Later it will be seen that in practice not all previous values are considered; rather only the previous N (corresponding to the filter order) error signals are considered [6]. 3. SIMULATION SET UP AND RESULTS Weight Equalization using steepest gradient method Fig. 2 shows the actual and estimated weight using steepest gradient method. Fig. 3 depicts the True and estimated output signal using steepest gradient method. Fig. 4 demonstrates error estimation at every sample using steepest gradient method. Fig. 2 Actual and estimated weight
  • 3. International Journal of Research in Advent Technology, Vol.2, No.6, June 2014 E-ISSN: 2321-9637 232 Fig. 3 True and estimated output signal Fig. 4 Error estimation at every sample 4. CONCLUSION Here, we focus on the performance we evaluate the performance adaptive equalizer using steepest gradient algorithm is presented. The weighted cost function based adaptive algorithm for equalization. Is used. Other adaptive algorithm such as RLS, NLMS, BLMS can also be used for the channel equalization. Equalization techniques compensate for the time dispersion introduced by communication channels and combat the resulting inter-symbol interference (ISI) effect. The weigth equalization steepest descent method provide the better approach to remove the such limitations of the system. REFERENCE [1]. S. Qureshi, Adaptive equalization, IEEE Communications Magazine, vol. 73, no. 9, pp. 1349-1387, Sept 1985. [2]. S. Haykin, Adaptive Filter Theory, Prentice- Hall, 3rd Ed., 1996. [3]. Thomas Drumright, Adaptive Filtering, Spring 1998. [4]. Weerackody, V. ; Kassam, S.A. ; Laker, K.R., “Convergence analysis of an algorithm for blind equalization”, IEEE Transactions on Communications, Vol. 39 , Issue: 6, Pag: 856 – 865, 1991. [5]. Mathew, G. ; Farhang-Boroujeny, B. ; Wood, R.W., Design of multilevel decision feedback equalizers”, IEEE Transactions on Magnetics, Vol. 33, Issue: 6, Pag: 4528 – 4542, 1997. [6]. Bakhtiar Qutub Ali,” A New Blind Equalization Scheme based on Principle of Minimal Disturbance”, king fahd university of petroleum and minerals, May 2004.