SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal For Research & Development in Technology
Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585
29 Copyright 2014- IJRDT www.ijrdt.org
Performance Comparison of LMS and RLS in
Adaptive Equalization for Different Channel
Conditions
Korhan Cengiz1
1
Electrical-Electronics Engineering
1
Trakya University
Edirne, Turkey
1
korhancengiz@trakya.edu.tr
Abstract:-The Least Mean Squares (LMS) algorithm is an
important member of the family of stochastic gradient
algorithms. A significant feature of the LMS algorithm is its
simplicity. The recursive least squares (RLS) algorithm
recursively finds the filter coefficients for minimizing linear
least squares cost function. Adaptive equalization is capable
of tracking a slowly time-varying channel response. For
given channel models the LMS and RLS algorithms’
performance is simulated by using MATLAB and it is clearly
obtained that the RLS algorithm is better than LMS
algorithm because it provides faster and better convergence.
It seems more stable than LMS algorithm.
Index Terms—LMS, RLS, channel equalization.
I. INTRODUCTION
The LMS algorithm is an important member of the family of
stochastic gradient algorithms. The term „stochastic gradient‟ is
intended to distinguish the LMS algorithm from the method of
steepest descent which uses a deterministic gradient in a
recursive computation of the Wiener filter for stochastic inputs
[1]. Significant features of the LMS algorithm are its simplicity
and robust performance against different channel conditions
[4]. However, it has slow convergence and does not have
robustness for high channel changes [8]. The LMS algorithm is
a linear adaptive filtering algorithm, which in general consists
of two basic processes [9]:
A filtering process, which involves computing the output of
a linear filter in response to an input signal and generating an
estimation error by comparing this output with a desired
response. An adaptive process which involves the automatic
adjustment of the parameters of the filter in accordance with
the estimation error. The LMS algorithm performs the
following operations to update the coefficients of an adaptive
filter:
1- Calculates the output signal y(n) from the adaptive
filter.
2- Calculates the error signal e(n) by using the following
equation:
� 𝑛 = � 𝑛 − 𝑦(𝑛)
3.Updates the filter coefficients by using the following
equation:
𝑤 𝑛+ 1 = 𝑤 𝑛 + � � 𝑛 𝑢(𝑛)
The RLS algorithm recursively finds the filter coefficients
that minimize a weighted linear least squares cost
function relating to the input signals. It has fast convergence
and it considers channel changes but it comprises complex
processes and it is costly in engineering point of view [13]. In
contrast to other algorithms such as LMS that aim to reduce
the mean square error. In the derivation of the RLS, the input
signals are considered deterministic on the other hand in LMS
they are considered stochastic [15]. All necessary equations
for RLS algorithm are given below:
1- � 𝑛 = � 𝑛 − 𝑢 𝑛 𝑇 𝑤 𝑛− 1
2- 𝑘 𝑛 =
� −1
𝑃 𝑛−1 𝑢(𝑛)
1+� −1 𝑢 𝑇 𝑛 𝑃 𝑛−1 𝑢(𝑛)
3- 𝛼 𝑛 = � 𝑛 − 𝑢 𝑛 𝑇
𝑤(𝑛 − 1)
4- 𝑤 𝑛 = 𝑤 𝑛− 1 + 𝑘 𝑛 𝛼(𝑛)
5- 𝑃 𝑛 = � −1
𝑃 𝑛 − 1 − � −1
𝑘 𝑛 𝑢𝑇
𝑛 𝑃(𝑛 − 1)
Equalization, capable of tracking a slowly time-varying
channel response [5], is known as adaptive equalization. It can
be implemented to perform tap-weight adjustments periodically
or continually. Periodic adjustments are accomplished by
periodically transmitting a preamble or short training sequence
of digital data known by the receiver. Continual adjustment is
accomplished by replacing the known training sequence with a
sequence of data symbols estimated from the equalizer output
and treated as known data. When performed continually and
automatically in this way, the adaptive procedure is referred to
as decision directed. If the probability of error exceeds one
percent, the decision directed equalizer might not converge. A
common solution to this problem is to initialize the equalizer
with an alternate process, such as a preamble to provide good
channel-error performance, and then switch to decision-
directed mode [19]. To obtain a stable solution to the filter
weights, it is necessary that the data be averaged to obtain the
International Journal For Research & Development in Technology
Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585
30 Copyright 2014- IJRDT www.ijrdt.org
Fig. Simulation Parameters
No Trial � # ofiterations delay taps
1 100 0.001 2000 11 21
2 100 0.1 2000 11 21
3 100 0.000001 2000 11 21
4 100 0.001 10000 11 21
stable signal statistic, or the noisy solution obtained from the
noisy data must be averaged. The most robust algorithm that
average noisy solution is the LMS algorithm. Each iteration of
this algorithm uses a noisy estimate of the error gradient to
adjust the weights in the direction to decrease the average
mean-square error [20].
II. PERFORMANCE EVOLUTION
For the given channel models, The LMS and RLS
algorithm results are obtained. Simulations are achieved for
LMS algorithm with different values of step size parameter „� ‟.
The optimum value of delay which minimizes the mean square
error at the equalizer output is determined. According to the
optimum delay, the learning curve of the equalizer for different
step-size parameters and iteration numbers are plotted.
For given channel models the RLS algorithm with the
different values of regularization parameter (� ) is implemented.
The optimum value of delay which minimizes the mean square
error at the equalizer output is also determined for RLS
algorithm. The learning curve of the equalizer for different
regularization parameters and iteration numbers is achieved for
optimum delay which is determined. The input signal is
random bipolar sequence ([−1,1]). The noise is Additive
White Gaussian Noise (AWGN) [2] with mean 0 and variance
is 0.001. The channel models are determined below:
ℎ1 = [0.25 1 − 0.25]
ℎ2 = [0.3887 1 0.3887]
ℎ3 = [0.0125 0.5 0.9875]
For channel 1, the impulse response is symmetric around
𝑛 = 1 so this channel introduces group delay of 1 unit. Second
channel and third channel is obtained from linear channel
models with cosines and sinus functions which are shown
below [3].
Table 1: LMS Simulation Parameters
Figure 1
1
ℎ 𝑛 =
2
1 + cos⁡(
2𝜋
𝑊
(𝑛 − 2))
Figure 2
III) RESULTS AND ANALYSIS
For different simulation parameters the LMS and RLS
results are obtained separately in terms of three channel
conditions. For determining an effects of the simulation
parameters, different step-size, iteration numbers, delay and
number of taps are taken into consideration. Figure 1,2,3 and 4
show the simulation results of LMS algorithm. In figures, red
line corresponds first channel, green line is for second channel
and blue line is for third channel. Table 1 shows the parameter
values for Figures 1 to 4 for LMS algorithm.
Figure 3
International Journal For Research & Development in Technology
Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585
31 Copyright 2014- IJRDT www.ijrdt.org
Figure 4
Figures 5-8 show the simulation results of RLS algorithm
and simulation parameters for these figures are shown in Table
2.
Fig. Simulation Parameters
No Trial � # ofiterations delay taps
1 100 0.005 2000 11 21
2 100 0.5 2000 11 21
3 100 0.000005 2000 11 21
4 100 0.005 10000 11 21
Table 2: RLS Simulation Parameters
Figure 5
Figure 6
Figure 7
Figure 8
It is clearly seen from the results that the channel forms,
step-size parameter and iteration number affects the LMS
results of simulation. If step–size parameter is very high, the
LMS algorithm does not provide good convergence as seen
from Figure 2. If the step-size parameter is very low, as seen
from the Figure 3, the LMS algorithm does not have good
convergence too. The best convergence is taken when the step–
size parameter is optimum and iteration number is very high
(10000) as seen from Figure 4. If the step–size parameter is
chosen low it causes very small changes on weight vector. If
the step–size parameter is chosen high, it may cause instability.
So the key point in LMS algorithm is choosing step-size
parameter properly.
The channel forms, regularization parameter and iteration
number affects the RLS results of simulation. If the
regularization parameter is very low, the convergence of RLS
is not acceptable where it can be seen in Figure 7. If the
iteration number is very high, the RLS convergence will not be
affected countless as seen from Figure 8. The best convergence
is taken when the regularization parameter is high (0.5) which
is obtained from Figure 8.
As seen from the simulation results below, RLS algorithm
is more successful than LMS algorithm in channel 1 because
the error value is slower and its convergence is better. For the
second and third channel forms in terms of same trial numbers
and the same iteration numbers, LMS algorithm provides better
convergence. Also the best convergence of LMS is taken from
high iteration number but RLS does not require very high
iteration number as seen from the Figures above. The step size
parameter of LMS is 0.001 and regularization parameter of
RLS is 0.005, and the other parameters are same. The joint
results of the LMS and RLS are shown in Figures 9, 10 and 11
International Journal For Research & Development in Technology
Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585
32 Copyright 2014- IJRDT www.ijrdt.org
for channels 1, 2 and 3 respectively. RLS is blue line, LMS is
red line. For 3 Figures the number of iterations is 4000.
Figure 9: Joint LMS-RLS for channel 1
Figure 10: Joint LMS-RLS for channel 2
Figure 11: Joint LMS-RLS for channel 3
IV CONCLUSIONS
In this study the LMS and RLS algorithms for Adaptive
Equalization for three different channel conditions is presented
by using MATLAB. The simulation results of LMS and RLS
algorithms are obtained for different channel forms, step-size
parameters, regularization parameters and iteration numbers.
The affects of these parameters are analyzed. Advantages and
disadvantages of algorithms are discussed. The performance of
LMS and RLS algorithms are compared in terms of three
different channel conditions. Simulation results are generally
shows that the RLS algorithm outperforms LMS algorithm
because it provides faster and better convergence and also it
seems more stable than LMS algorithm. However RLS
algorithm is more complex than LMS algorithm because LMS
algorithm does not include matrix inversion operations, thus
RLS algorithm brings additional costs to computational
operations. In addition it is also obtained from the simulation
results that the step–size and regularization parameters must be
chosen carefully for providing stability.
REFERENCES
[1] B. Widrow and S.D. Sterns, Adaptive Signal Processing, Prentice
Hall, New York, 1985.
[2] J.G. Proakis, Digital Communications, McGraw Hill, New York,
2001.
[3] Haykin, S. (2002) Adaptive Filter Theory, 4th
Ed., Prentice-Hall,
Upper Saddle River, New Jersey.
[4] Haykin, S., Widrow, B. (editors). (2003) Least-Mean-Square
Adaptive Filters, Wiley-Interscience, New Jersey.
[5] W. Wang, T. Jost, U. Fiebig, and W. Koch, “Time-variant
channel modeling with application to mobile radio based
positioning,” Proc. IEEE GLOBECOM ‟12, pp. 5038–5043,
2012.
[6] K. Bakowski and K. Wesolowski, “Change the channel,” IEEE
Veh.Technol. Mag., vol. 6, pp. 82–91, 2011.
[7] G Gui, Q Wan, W Peng, F Adachi,Sparse multipath channel
estimation using compressive sampling matching pursuit
algorithm. The 7th IEEE Vehicular Technology Society Asia
Pacific Wireless Communications Symposium (APWCS),
Kaohsiung, 20–21 May 2010pp. 1–5.
[8] GL Su, J Jin, YT Gu, J Wang, Performance analysis ofℓ0norm
constraint least mean square algorithm. IEEE Trans. Signal
Process.60(5), 2223–2235 (2012).
[9] G Gui, W Peng, F Adachi,Improved adaptive sparse channel
estimation based on the least mean square algorithm. IEEE
Wireless Communications and Networking Conference
(WCNC), Shanghai, 7–10 April 2013pp. 3130–3134.
[10] G Gui, A Mehbodniya, F Adachi,Least mean square/fourth
algorithm for adaptive sparse channel estimation. IEEE
International Symposium on Personal, Indoor and Mobile Radio
Communications (PIMRC), London, 8–11 September 2013.
[11] Z Huang, G Gui, A Huang, D Xiang, F Adachi,Regularization
selection method for LMS-type sparse multipath channel
estimation, in 19th Asia-Pacific Conference on Communications
(APCC), Bali, 29–31 August 2013.
[12] Babadi B, Kalouptsidis N, Tarokh V. SPARLS: The sparse RLS
algorithm. IEEE Trans. Signal Process. Aug 2010; 58(8):4013
4025, doi:10.1109/TSP.2010.2048103.
[13] Eksioglu EM, Tanc AK. RLS algorithm with convex
regularization. IEEE Signal Process. Lett. Aug 2011;
18(8):470473, doi: 10.1109/LSP.2011.2159373.
[14] Eksioglu EM. Sparsity regularised recursive least squares
adaptive ltering. IET Signal Processing Aug 2011; 5(5):480487,
doi:10.1049/ietspr.2010.0083.
[15] Huang Quanzhen, Gao Zhiyuan, Gao Shouwei, Shao Yong, Zhu
Xiaojin, “Comparison of LMS and RLS Algorithm for active
vibration control of smart structures” 3 rd International
International Journal For Research & Development in Technology
Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585
33 Copyright 2014- IJRDT www.ijrdt.org
Conference on Measuring Technology and Mechatronics
Automation, IEEE , pp. 745-748, 2011
[16] Salman, M.S. , Yilmaz, M.F., “Adaptive filtering for incident
plane wave estimation” Technological Advances in Electrical,
Electronics and Computer Engineering (TAEECE), 2013
International Conference, p.p. 162 – 165, May 2013.
[17] Soumya, R.G., Naveen, N., Lal, M.J., “Application of Adaptive
Filter Using Adaptive Line Enhancer Techniques” Advances in
Computing and Communications (ICACC), 2013 Third
International Conference, p.p. 165 – 168, Aug. 2013
[18] Djigan, V.I., “Adaptive filtering algorithms with quatratized cost
function for Linearly Constrained arrays”, Antenna Theory and
Techniques (ICATT), 2013 IX International Conference, p.p.
214 – 216, Sep. 2013
[19] Rana Liaqat Ali, Shahid A. Khan, Anum Ali, Anis-ur-Rehman,
Shahzad A. Malik, “A Robust Least Mean Square Algorithm for
Adaptive Array Signal Processing”, February 10, 2012, wireless
personal communication Springer.
[20] Krishna, E.H.; Raghuram, M.; Madhav, K.V; Reddy, K.A;
“Acoustic echo cancellation using a computationally efficient
transform domain LMS adaptive filter,” 2010 10th
International
Conference on Information sciences signal processing and their
applications (ISSPA), pp. 409-412, May 2010.
[21] Jun Xu; Wei-ping Zhou; Yong Guo; “A Simplified RLS
Algorithm and Its Application in Acoustic Echo Cancellation,”
2nd International conference on Information Engineering and
Computer Science, pp. 1 4, Dec.2010.
[22] R. Martinek and J. Zidek, “The Real Implementation of NLMS
Channel Equalizer into the System of Software Defined Radio,”
In Journal: Advances in Electrical and Electronic Engineering,
Vol. 10, No. 5, 2012, pp. 330-336.

More Related Content

What's hot

Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...IOSR Journals
 
Pertemuan 05. SFG (Signal Flow Graph)
Pertemuan 05. SFG (Signal Flow Graph)Pertemuan 05. SFG (Signal Flow Graph)
Pertemuan 05. SFG (Signal Flow Graph)Aprianti Putri
 
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...IRJET Journal
 
76201979
7620197976201979
76201979IJRAT
 
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeA new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeIAEME Publication
 
A Novel Cosine Approximation for High-Speed Evaluation of DCT
A Novel Cosine Approximation for High-Speed Evaluation of DCTA Novel Cosine Approximation for High-Speed Evaluation of DCT
A Novel Cosine Approximation for High-Speed Evaluation of DCTCSCJournals
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmEfficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmCemal Ardil
 
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...VLSICS Design
 
CMAC Neural Networks
CMAC Neural NetworksCMAC Neural Networks
CMAC Neural NetworksIJMREMJournal
 
Cerebellar Model Articulation Controller
Cerebellar Model Articulation ControllerCerebellar Model Articulation Controller
Cerebellar Model Articulation ControllerZahra Sadeghi
 
Optimum Network Reconfiguration using Grey Wolf Optimizer
Optimum Network Reconfiguration using Grey Wolf OptimizerOptimum Network Reconfiguration using Grey Wolf Optimizer
Optimum Network Reconfiguration using Grey Wolf OptimizerTELKOMNIKA JOURNAL
 
Gradient Based Adaptive Beamforming
Gradient Based Adaptive BeamformingGradient Based Adaptive Beamforming
Gradient Based Adaptive BeamformingIRJET Journal
 
Control engineering module 2 18ME71 (PPT Cum Notes)
Control engineering  module 2 18ME71 (PPT Cum Notes)Control engineering  module 2 18ME71 (PPT Cum Notes)
Control engineering module 2 18ME71 (PPT Cum Notes)Mohammed Imran
 
Time series analysis use E-views programer
Time series analysis use E-views programerTime series analysis use E-views programer
Time series analysis use E-views programerAl-Qadisiya University
 
An Efficient Reconfigurable Filter Design for Reducing Dynamic Power
An Efficient Reconfigurable Filter Design for Reducing Dynamic PowerAn Efficient Reconfigurable Filter Design for Reducing Dynamic Power
An Efficient Reconfigurable Filter Design for Reducing Dynamic PowerEditor IJCATR
 
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...mathsjournal
 

What's hot (18)

Kalman filter
Kalman filterKalman filter
Kalman filter
 
Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...
 
Pertemuan 05. SFG (Signal Flow Graph)
Pertemuan 05. SFG (Signal Flow Graph)Pertemuan 05. SFG (Signal Flow Graph)
Pertemuan 05. SFG (Signal Flow Graph)
 
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
Compensator Design for Speed Control of DC Motor by Root Locus Approach using...
 
76201979
7620197976201979
76201979
 
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroeA new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
A new adaptive step size mcma blind equalizer algorithm based on absoulate erroe
 
A Novel Cosine Approximation for High-Speed Evaluation of DCT
A Novel Cosine Approximation for High-Speed Evaluation of DCTA Novel Cosine Approximation for High-Speed Evaluation of DCT
A Novel Cosine Approximation for High-Speed Evaluation of DCT
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmEfficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
 
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
FOLDED ARCHITECTURE FOR NON CANONICAL LEAST MEAN SQUARE ADAPTIVE DIGITAL FILT...
 
CMAC Neural Networks
CMAC Neural NetworksCMAC Neural Networks
CMAC Neural Networks
 
Cerebellar Model Articulation Controller
Cerebellar Model Articulation ControllerCerebellar Model Articulation Controller
Cerebellar Model Articulation Controller
 
Optimum Network Reconfiguration using Grey Wolf Optimizer
Optimum Network Reconfiguration using Grey Wolf OptimizerOptimum Network Reconfiguration using Grey Wolf Optimizer
Optimum Network Reconfiguration using Grey Wolf Optimizer
 
Gradient Based Adaptive Beamforming
Gradient Based Adaptive BeamformingGradient Based Adaptive Beamforming
Gradient Based Adaptive Beamforming
 
Control engineering module 2 18ME71 (PPT Cum Notes)
Control engineering  module 2 18ME71 (PPT Cum Notes)Control engineering  module 2 18ME71 (PPT Cum Notes)
Control engineering module 2 18ME71 (PPT Cum Notes)
 
Time series analysis use E-views programer
Time series analysis use E-views programerTime series analysis use E-views programer
Time series analysis use E-views programer
 
PK_MTP_PPT
PK_MTP_PPTPK_MTP_PPT
PK_MTP_PPT
 
An Efficient Reconfigurable Filter Design for Reducing Dynamic Power
An Efficient Reconfigurable Filter Design for Reducing Dynamic PowerAn Efficient Reconfigurable Filter Design for Reducing Dynamic Power
An Efficient Reconfigurable Filter Design for Reducing Dynamic Power
 
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
MODIFIED ALPHA-ROOTING COLOR IMAGE ENHANCEMENT METHOD ON THE TWO-SIDE 2-DQUAT...
 

Viewers also liked

Instant elelectrocardiogram monitoring in android smart phones
Instant elelectrocardiogram monitoring in android smart phonesInstant elelectrocardiogram monitoring in android smart phones
Instant elelectrocardiogram monitoring in android smart phonesIjrdt Journal
 
Segmentation of medical images using metric topology – a region growing approach
Segmentation of medical images using metric topology – a region growing approachSegmentation of medical images using metric topology – a region growing approach
Segmentation of medical images using metric topology – a region growing approachIjrdt Journal
 
Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...Ijrdt Journal
 
Large scale grid amalgamation of renewable energy sources in indian power system
Large scale grid amalgamation of renewable energy sources in indian power systemLarge scale grid amalgamation of renewable energy sources in indian power system
Large scale grid amalgamation of renewable energy sources in indian power systemIjrdt Journal
 
Numerical modeling and analysis of slabs
Numerical modeling and analysis of slabsNumerical modeling and analysis of slabs
Numerical modeling and analysis of slabsIjrdt Journal
 
History and development of permanent magnets
History and development of permanent magnetsHistory and development of permanent magnets
History and development of permanent magnetsIjrdt Journal
 
An approach to parallel parking and zero turning radius in automobiles
An approach to parallel parking and zero turning radius in automobilesAn approach to parallel parking and zero turning radius in automobiles
An approach to parallel parking and zero turning radius in automobilesIjrdt Journal
 
Waste management drum sieve segregator
Waste management drum sieve segregatorWaste management drum sieve segregator
Waste management drum sieve segregatorIjrdt Journal
 
Enhancement of heat transfer in tube in-tube heat exchangers using twisted in...
Enhancement of heat transfer in tube in-tube heat exchangers using twisted in...Enhancement of heat transfer in tube in-tube heat exchangers using twisted in...
Enhancement of heat transfer in tube in-tube heat exchangers using twisted in...Ijrdt Journal
 
Lan based intelligent traffic light system with emergency service identification
Lan based intelligent traffic light system with emergency service identificationLan based intelligent traffic light system with emergency service identification
Lan based intelligent traffic light system with emergency service identificationIjrdt Journal
 

Viewers also liked (18)

Instant elelectrocardiogram monitoring in android smart phones
Instant elelectrocardiogram monitoring in android smart phonesInstant elelectrocardiogram monitoring in android smart phones
Instant elelectrocardiogram monitoring in android smart phones
 
Ijrdtvlis26 1426106
Ijrdtvlis26 1426106Ijrdtvlis26 1426106
Ijrdtvlis26 1426106
 
Segmentation of medical images using metric topology – a region growing approach
Segmentation of medical images using metric topology – a region growing approachSegmentation of medical images using metric topology – a region growing approach
Segmentation of medical images using metric topology – a region growing approach
 
Ijrdtvlis31 1501
Ijrdtvlis31 1501Ijrdtvlis31 1501
Ijrdtvlis31 1501
 
Ijrdtvlis26 1426106
Ijrdtvlis26 1426106Ijrdtvlis26 1426106
Ijrdtvlis26 1426106
 
Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...Performance analysis of adaptive beamforming at receiver side by using lms an...
Performance analysis of adaptive beamforming at receiver side by using lms an...
 
Ijrdt11 140002
Ijrdt11 140002Ijrdt11 140002
Ijrdt11 140002
 
Ijrdt12 140002
Ijrdt12 140002Ijrdt12 140002
Ijrdt12 140002
 
Large scale grid amalgamation of renewable energy sources in indian power system
Large scale grid amalgamation of renewable energy sources in indian power systemLarge scale grid amalgamation of renewable energy sources in indian power system
Large scale grid amalgamation of renewable energy sources in indian power system
 
Ijrdtvlis26 1426102
Ijrdtvlis26 1426102Ijrdtvlis26 1426102
Ijrdtvlis26 1426102
 
Ijrdt11 140003
Ijrdt11 140003Ijrdt11 140003
Ijrdt11 140003
 
Numerical modeling and analysis of slabs
Numerical modeling and analysis of slabsNumerical modeling and analysis of slabs
Numerical modeling and analysis of slabs
 
Ijrdtvlis11 140006
Ijrdtvlis11 140006Ijrdtvlis11 140006
Ijrdtvlis11 140006
 
History and development of permanent magnets
History and development of permanent magnetsHistory and development of permanent magnets
History and development of permanent magnets
 
An approach to parallel parking and zero turning radius in automobiles
An approach to parallel parking and zero turning radius in automobilesAn approach to parallel parking and zero turning radius in automobiles
An approach to parallel parking and zero turning radius in automobiles
 
Waste management drum sieve segregator
Waste management drum sieve segregatorWaste management drum sieve segregator
Waste management drum sieve segregator
 
Enhancement of heat transfer in tube in-tube heat exchangers using twisted in...
Enhancement of heat transfer in tube in-tube heat exchangers using twisted in...Enhancement of heat transfer in tube in-tube heat exchangers using twisted in...
Enhancement of heat transfer in tube in-tube heat exchangers using twisted in...
 
Lan based intelligent traffic light system with emergency service identification
Lan based intelligent traffic light system with emergency service identificationLan based intelligent traffic light system with emergency service identification
Lan based intelligent traffic light system with emergency service identification
 

Similar to Ijrdt11 140004

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
 
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&RLSiosrjce
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKPERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKcsijjournal
 
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay NetworkPerformance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Networkcsijjournal
 
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay NetworkPerformance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Networkcsijjournal
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK csijjournal
 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithmsijsrd.com
 
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...TELKOMNIKA JOURNAL
 
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Raj Kumar Thenua
 
Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation...
Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation...Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation...
Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation...IJERA 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
 
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
 
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 ALGORITHMSEditor IJMTER
 
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...IRJET Journal
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Paper id 26201481
Paper id 26201481Paper id 26201481
Paper id 26201481IJRAT
 

Similar to Ijrdt11 140004 (20)

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...
 
I017325055
I017325055I017325055
I017325055
 
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
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKPERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
 
E0812730
E0812730E0812730
E0812730
 
Efficient very large-scale integration architecture design of proportionate-...
Efficient very large-scale integration architecture design of  proportionate-...Efficient very large-scale integration architecture design of  proportionate-...
Efficient very large-scale integration architecture design of proportionate-...
 
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay NetworkPerformance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
 
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay NetworkPerformance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithms
 
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
 
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
Simulation and hardware implementation of Adaptive algorithms on tms320 c6713...
 
Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation...
Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation...Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation...
Comparison of Stable NLMF and NLMS Algorithms for Adaptive Noise Cancellation...
 
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...
 
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...
 
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
 
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Paper id 26201481
Paper id 26201481Paper id 26201481
Paper id 26201481
 
Gn3411911195
Gn3411911195Gn3411911195
Gn3411911195
 

More from Ijrdt Journal

SEASONAL VARIATION IN PHYSICO-CHEMICAL PARAMETERS OF SURFACE WATER AND GROUND...
SEASONAL VARIATION IN PHYSICO-CHEMICAL PARAMETERS OF SURFACE WATER AND GROUND...SEASONAL VARIATION IN PHYSICO-CHEMICAL PARAMETERS OF SURFACE WATER AND GROUND...
SEASONAL VARIATION IN PHYSICO-CHEMICAL PARAMETERS OF SURFACE WATER AND GROUND...Ijrdt Journal
 
Literature review on need of composite additives for s.i engine
Literature review on need of composite additives for s.i engineLiterature review on need of composite additives for s.i engine
Literature review on need of composite additives for s.i engineIjrdt Journal
 
A mobile agent based approach for data management to support 3 d emergency pr...
A mobile agent based approach for data management to support 3 d emergency pr...A mobile agent based approach for data management to support 3 d emergency pr...
A mobile agent based approach for data management to support 3 d emergency pr...Ijrdt Journal
 
Thickener waste management in mineral processing to prevent environmental pol...
Thickener waste management in mineral processing to prevent environmental pol...Thickener waste management in mineral processing to prevent environmental pol...
Thickener waste management in mineral processing to prevent environmental pol...Ijrdt Journal
 
Multi turbine micro hydro power generation
Multi turbine micro hydro power generationMulti turbine micro hydro power generation
Multi turbine micro hydro power generationIjrdt Journal
 
Improvement of signal coverage using wcdma signal repeater for 3 g systems
Improvement of signal coverage using wcdma signal repeater for 3 g systemsImprovement of signal coverage using wcdma signal repeater for 3 g systems
Improvement of signal coverage using wcdma signal repeater for 3 g systemsIjrdt Journal
 
Improved performance through carbon aware green cloud policy
Improved performance through carbon aware green cloud policyImproved performance through carbon aware green cloud policy
Improved performance through carbon aware green cloud policyIjrdt Journal
 
Heat Recovery System in Domestic Refrigerator
Heat Recovery System in Domestic RefrigeratorHeat Recovery System in Domestic Refrigerator
Heat Recovery System in Domestic RefrigeratorIjrdt Journal
 
Design and implementation of uart on soc
Design and implementation of uart on socDesign and implementation of uart on soc
Design and implementation of uart on socIjrdt Journal
 
Cam actuated rotary pump
Cam actuated rotary pumpCam actuated rotary pump
Cam actuated rotary pumpIjrdt Journal
 
Basic ingredients selector
Basic ingredients selectorBasic ingredients selector
Basic ingredients selectorIjrdt Journal
 

More from Ijrdt Journal (17)

Ijrdtvlis31 1502
Ijrdtvlis31 1502Ijrdtvlis31 1502
Ijrdtvlis31 1502
 
Ijrdtvlis26 1426108
Ijrdtvlis26 1426108Ijrdtvlis26 1426108
Ijrdtvlis26 1426108
 
Ijrdtvlis26 1426105
Ijrdtvlis26 1426105Ijrdtvlis26 1426105
Ijrdtvlis26 1426105
 
Ijrdtvlis26 1426104
Ijrdtvlis26 1426104Ijrdtvlis26 1426104
Ijrdtvlis26 1426104
 
Ijrdtvlis26 1426104
Ijrdtvlis26 1426104Ijrdtvlis26 1426104
Ijrdtvlis26 1426104
 
Ijrdtvlis26 1426101
Ijrdtvlis26 1426101Ijrdtvlis26 1426101
Ijrdtvlis26 1426101
 
SEASONAL VARIATION IN PHYSICO-CHEMICAL PARAMETERS OF SURFACE WATER AND GROUND...
SEASONAL VARIATION IN PHYSICO-CHEMICAL PARAMETERS OF SURFACE WATER AND GROUND...SEASONAL VARIATION IN PHYSICO-CHEMICAL PARAMETERS OF SURFACE WATER AND GROUND...
SEASONAL VARIATION IN PHYSICO-CHEMICAL PARAMETERS OF SURFACE WATER AND GROUND...
 
Literature review on need of composite additives for s.i engine
Literature review on need of composite additives for s.i engineLiterature review on need of composite additives for s.i engine
Literature review on need of composite additives for s.i engine
 
A mobile agent based approach for data management to support 3 d emergency pr...
A mobile agent based approach for data management to support 3 d emergency pr...A mobile agent based approach for data management to support 3 d emergency pr...
A mobile agent based approach for data management to support 3 d emergency pr...
 
Thickener waste management in mineral processing to prevent environmental pol...
Thickener waste management in mineral processing to prevent environmental pol...Thickener waste management in mineral processing to prevent environmental pol...
Thickener waste management in mineral processing to prevent environmental pol...
 
Multi turbine micro hydro power generation
Multi turbine micro hydro power generationMulti turbine micro hydro power generation
Multi turbine micro hydro power generation
 
Improvement of signal coverage using wcdma signal repeater for 3 g systems
Improvement of signal coverage using wcdma signal repeater for 3 g systemsImprovement of signal coverage using wcdma signal repeater for 3 g systems
Improvement of signal coverage using wcdma signal repeater for 3 g systems
 
Improved performance through carbon aware green cloud policy
Improved performance through carbon aware green cloud policyImproved performance through carbon aware green cloud policy
Improved performance through carbon aware green cloud policy
 
Heat Recovery System in Domestic Refrigerator
Heat Recovery System in Domestic RefrigeratorHeat Recovery System in Domestic Refrigerator
Heat Recovery System in Domestic Refrigerator
 
Design and implementation of uart on soc
Design and implementation of uart on socDesign and implementation of uart on soc
Design and implementation of uart on soc
 
Cam actuated rotary pump
Cam actuated rotary pumpCam actuated rotary pump
Cam actuated rotary pump
 
Basic ingredients selector
Basic ingredients selectorBasic ingredients selector
Basic ingredients selector
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 

Ijrdt11 140004

  • 1. International Journal For Research & Development in Technology Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585 29 Copyright 2014- IJRDT www.ijrdt.org Performance Comparison of LMS and RLS in Adaptive Equalization for Different Channel Conditions Korhan Cengiz1 1 Electrical-Electronics Engineering 1 Trakya University Edirne, Turkey 1 korhancengiz@trakya.edu.tr Abstract:-The Least Mean Squares (LMS) algorithm is an important member of the family of stochastic gradient algorithms. A significant feature of the LMS algorithm is its simplicity. The recursive least squares (RLS) algorithm recursively finds the filter coefficients for minimizing linear least squares cost function. Adaptive equalization is capable of tracking a slowly time-varying channel response. For given channel models the LMS and RLS algorithms’ performance is simulated by using MATLAB and it is clearly obtained that the RLS algorithm is better than LMS algorithm because it provides faster and better convergence. It seems more stable than LMS algorithm. Index Terms—LMS, RLS, channel equalization. I. INTRODUCTION The LMS algorithm is an important member of the family of stochastic gradient algorithms. The term „stochastic gradient‟ is intended to distinguish the LMS algorithm from the method of steepest descent which uses a deterministic gradient in a recursive computation of the Wiener filter for stochastic inputs [1]. Significant features of the LMS algorithm are its simplicity and robust performance against different channel conditions [4]. However, it has slow convergence and does not have robustness for high channel changes [8]. The LMS algorithm is a linear adaptive filtering algorithm, which in general consists of two basic processes [9]: A filtering process, which involves computing the output of a linear filter in response to an input signal and generating an estimation error by comparing this output with a desired response. An adaptive process which involves the automatic adjustment of the parameters of the filter in accordance with the estimation error. The LMS algorithm performs the following operations to update the coefficients of an adaptive filter: 1- Calculates the output signal y(n) from the adaptive filter. 2- Calculates the error signal e(n) by using the following equation: � 𝑛 = � 𝑛 − 𝑦(𝑛) 3.Updates the filter coefficients by using the following equation: 𝑤 𝑛+ 1 = 𝑤 𝑛 + � � 𝑛 𝑢(𝑛) The RLS algorithm recursively finds the filter coefficients that minimize a weighted linear least squares cost function relating to the input signals. It has fast convergence and it considers channel changes but it comprises complex processes and it is costly in engineering point of view [13]. In contrast to other algorithms such as LMS that aim to reduce the mean square error. In the derivation of the RLS, the input signals are considered deterministic on the other hand in LMS they are considered stochastic [15]. All necessary equations for RLS algorithm are given below: 1- � 𝑛 = � 𝑛 − 𝑢 𝑛 𝑇 𝑤 𝑛− 1 2- 𝑘 𝑛 = � −1 𝑃 𝑛−1 𝑢(𝑛) 1+� −1 𝑢 𝑇 𝑛 𝑃 𝑛−1 𝑢(𝑛) 3- 𝛼 𝑛 = � 𝑛 − 𝑢 𝑛 𝑇 𝑤(𝑛 − 1) 4- 𝑤 𝑛 = 𝑤 𝑛− 1 + 𝑘 𝑛 𝛼(𝑛) 5- 𝑃 𝑛 = � −1 𝑃 𝑛 − 1 − � −1 𝑘 𝑛 𝑢𝑇 𝑛 𝑃(𝑛 − 1) Equalization, capable of tracking a slowly time-varying channel response [5], is known as adaptive equalization. It can be implemented to perform tap-weight adjustments periodically or continually. Periodic adjustments are accomplished by periodically transmitting a preamble or short training sequence of digital data known by the receiver. Continual adjustment is accomplished by replacing the known training sequence with a sequence of data symbols estimated from the equalizer output and treated as known data. When performed continually and automatically in this way, the adaptive procedure is referred to as decision directed. If the probability of error exceeds one percent, the decision directed equalizer might not converge. A common solution to this problem is to initialize the equalizer with an alternate process, such as a preamble to provide good channel-error performance, and then switch to decision- directed mode [19]. To obtain a stable solution to the filter weights, it is necessary that the data be averaged to obtain the
  • 2. International Journal For Research & Development in Technology Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585 30 Copyright 2014- IJRDT www.ijrdt.org Fig. Simulation Parameters No Trial � # ofiterations delay taps 1 100 0.001 2000 11 21 2 100 0.1 2000 11 21 3 100 0.000001 2000 11 21 4 100 0.001 10000 11 21 stable signal statistic, or the noisy solution obtained from the noisy data must be averaged. The most robust algorithm that average noisy solution is the LMS algorithm. Each iteration of this algorithm uses a noisy estimate of the error gradient to adjust the weights in the direction to decrease the average mean-square error [20]. II. PERFORMANCE EVOLUTION For the given channel models, The LMS and RLS algorithm results are obtained. Simulations are achieved for LMS algorithm with different values of step size parameter „� ‟. The optimum value of delay which minimizes the mean square error at the equalizer output is determined. According to the optimum delay, the learning curve of the equalizer for different step-size parameters and iteration numbers are plotted. For given channel models the RLS algorithm with the different values of regularization parameter (� ) is implemented. The optimum value of delay which minimizes the mean square error at the equalizer output is also determined for RLS algorithm. The learning curve of the equalizer for different regularization parameters and iteration numbers is achieved for optimum delay which is determined. The input signal is random bipolar sequence ([−1,1]). The noise is Additive White Gaussian Noise (AWGN) [2] with mean 0 and variance is 0.001. The channel models are determined below: ℎ1 = [0.25 1 − 0.25] ℎ2 = [0.3887 1 0.3887] ℎ3 = [0.0125 0.5 0.9875] For channel 1, the impulse response is symmetric around 𝑛 = 1 so this channel introduces group delay of 1 unit. Second channel and third channel is obtained from linear channel models with cosines and sinus functions which are shown below [3]. Table 1: LMS Simulation Parameters Figure 1 1 ℎ 𝑛 = 2 1 + cos⁡( 2𝜋 𝑊 (𝑛 − 2)) Figure 2 III) RESULTS AND ANALYSIS For different simulation parameters the LMS and RLS results are obtained separately in terms of three channel conditions. For determining an effects of the simulation parameters, different step-size, iteration numbers, delay and number of taps are taken into consideration. Figure 1,2,3 and 4 show the simulation results of LMS algorithm. In figures, red line corresponds first channel, green line is for second channel and blue line is for third channel. Table 1 shows the parameter values for Figures 1 to 4 for LMS algorithm. Figure 3
  • 3. International Journal For Research & Development in Technology Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585 31 Copyright 2014- IJRDT www.ijrdt.org Figure 4 Figures 5-8 show the simulation results of RLS algorithm and simulation parameters for these figures are shown in Table 2. Fig. Simulation Parameters No Trial � # ofiterations delay taps 1 100 0.005 2000 11 21 2 100 0.5 2000 11 21 3 100 0.000005 2000 11 21 4 100 0.005 10000 11 21 Table 2: RLS Simulation Parameters Figure 5 Figure 6 Figure 7 Figure 8 It is clearly seen from the results that the channel forms, step-size parameter and iteration number affects the LMS results of simulation. If step–size parameter is very high, the LMS algorithm does not provide good convergence as seen from Figure 2. If the step-size parameter is very low, as seen from the Figure 3, the LMS algorithm does not have good convergence too. The best convergence is taken when the step– size parameter is optimum and iteration number is very high (10000) as seen from Figure 4. If the step–size parameter is chosen low it causes very small changes on weight vector. If the step–size parameter is chosen high, it may cause instability. So the key point in LMS algorithm is choosing step-size parameter properly. The channel forms, regularization parameter and iteration number affects the RLS results of simulation. If the regularization parameter is very low, the convergence of RLS is not acceptable where it can be seen in Figure 7. If the iteration number is very high, the RLS convergence will not be affected countless as seen from Figure 8. The best convergence is taken when the regularization parameter is high (0.5) which is obtained from Figure 8. As seen from the simulation results below, RLS algorithm is more successful than LMS algorithm in channel 1 because the error value is slower and its convergence is better. For the second and third channel forms in terms of same trial numbers and the same iteration numbers, LMS algorithm provides better convergence. Also the best convergence of LMS is taken from high iteration number but RLS does not require very high iteration number as seen from the Figures above. The step size parameter of LMS is 0.001 and regularization parameter of RLS is 0.005, and the other parameters are same. The joint results of the LMS and RLS are shown in Figures 9, 10 and 11
  • 4. International Journal For Research & Development in Technology Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585 32 Copyright 2014- IJRDT www.ijrdt.org for channels 1, 2 and 3 respectively. RLS is blue line, LMS is red line. For 3 Figures the number of iterations is 4000. Figure 9: Joint LMS-RLS for channel 1 Figure 10: Joint LMS-RLS for channel 2 Figure 11: Joint LMS-RLS for channel 3 IV CONCLUSIONS In this study the LMS and RLS algorithms for Adaptive Equalization for three different channel conditions is presented by using MATLAB. The simulation results of LMS and RLS algorithms are obtained for different channel forms, step-size parameters, regularization parameters and iteration numbers. The affects of these parameters are analyzed. Advantages and disadvantages of algorithms are discussed. The performance of LMS and RLS algorithms are compared in terms of three different channel conditions. Simulation results are generally shows that the RLS algorithm outperforms LMS algorithm because it provides faster and better convergence and also it seems more stable than LMS algorithm. However RLS algorithm is more complex than LMS algorithm because LMS algorithm does not include matrix inversion operations, thus RLS algorithm brings additional costs to computational operations. In addition it is also obtained from the simulation results that the step–size and regularization parameters must be chosen carefully for providing stability. REFERENCES [1] B. Widrow and S.D. Sterns, Adaptive Signal Processing, Prentice Hall, New York, 1985. [2] J.G. Proakis, Digital Communications, McGraw Hill, New York, 2001. [3] Haykin, S. (2002) Adaptive Filter Theory, 4th Ed., Prentice-Hall, Upper Saddle River, New Jersey. [4] Haykin, S., Widrow, B. (editors). (2003) Least-Mean-Square Adaptive Filters, Wiley-Interscience, New Jersey. [5] W. Wang, T. Jost, U. Fiebig, and W. Koch, “Time-variant channel modeling with application to mobile radio based positioning,” Proc. IEEE GLOBECOM ‟12, pp. 5038–5043, 2012. [6] K. Bakowski and K. Wesolowski, “Change the channel,” IEEE Veh.Technol. Mag., vol. 6, pp. 82–91, 2011. [7] G Gui, Q Wan, W Peng, F Adachi,Sparse multipath channel estimation using compressive sampling matching pursuit algorithm. The 7th IEEE Vehicular Technology Society Asia Pacific Wireless Communications Symposium (APWCS), Kaohsiung, 20–21 May 2010pp. 1–5. [8] GL Su, J Jin, YT Gu, J Wang, Performance analysis ofℓ0norm constraint least mean square algorithm. IEEE Trans. Signal Process.60(5), 2223–2235 (2012). [9] G Gui, W Peng, F Adachi,Improved adaptive sparse channel estimation based on the least mean square algorithm. IEEE Wireless Communications and Networking Conference (WCNC), Shanghai, 7–10 April 2013pp. 3130–3134. [10] G Gui, A Mehbodniya, F Adachi,Least mean square/fourth algorithm for adaptive sparse channel estimation. IEEE International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC), London, 8–11 September 2013. [11] Z Huang, G Gui, A Huang, D Xiang, F Adachi,Regularization selection method for LMS-type sparse multipath channel estimation, in 19th Asia-Pacific Conference on Communications (APCC), Bali, 29–31 August 2013. [12] Babadi B, Kalouptsidis N, Tarokh V. SPARLS: The sparse RLS algorithm. IEEE Trans. Signal Process. Aug 2010; 58(8):4013 4025, doi:10.1109/TSP.2010.2048103. [13] Eksioglu EM, Tanc AK. RLS algorithm with convex regularization. IEEE Signal Process. Lett. Aug 2011; 18(8):470473, doi: 10.1109/LSP.2011.2159373. [14] Eksioglu EM. Sparsity regularised recursive least squares adaptive ltering. IET Signal Processing Aug 2011; 5(5):480487, doi:10.1049/ietspr.2010.0083. [15] Huang Quanzhen, Gao Zhiyuan, Gao Shouwei, Shao Yong, Zhu Xiaojin, “Comparison of LMS and RLS Algorithm for active vibration control of smart structures” 3 rd International
  • 5. International Journal For Research & Development in Technology Volume: 1, Issue: 1 May 2014 ISSN (Online):-2349-3585 33 Copyright 2014- IJRDT www.ijrdt.org Conference on Measuring Technology and Mechatronics Automation, IEEE , pp. 745-748, 2011 [16] Salman, M.S. , Yilmaz, M.F., “Adaptive filtering for incident plane wave estimation” Technological Advances in Electrical, Electronics and Computer Engineering (TAEECE), 2013 International Conference, p.p. 162 – 165, May 2013. [17] Soumya, R.G., Naveen, N., Lal, M.J., “Application of Adaptive Filter Using Adaptive Line Enhancer Techniques” Advances in Computing and Communications (ICACC), 2013 Third International Conference, p.p. 165 – 168, Aug. 2013 [18] Djigan, V.I., “Adaptive filtering algorithms with quatratized cost function for Linearly Constrained arrays”, Antenna Theory and Techniques (ICATT), 2013 IX International Conference, p.p. 214 – 216, Sep. 2013 [19] Rana Liaqat Ali, Shahid A. Khan, Anum Ali, Anis-ur-Rehman, Shahzad A. Malik, “A Robust Least Mean Square Algorithm for Adaptive Array Signal Processing”, February 10, 2012, wireless personal communication Springer. [20] Krishna, E.H.; Raghuram, M.; Madhav, K.V; Reddy, K.A; “Acoustic echo cancellation using a computationally efficient transform domain LMS adaptive filter,” 2010 10th International Conference on Information sciences signal processing and their applications (ISSPA), pp. 409-412, May 2010. [21] Jun Xu; Wei-ping Zhou; Yong Guo; “A Simplified RLS Algorithm and Its Application in Acoustic Echo Cancellation,” 2nd International conference on Information Engineering and Computer Science, pp. 1 4, Dec.2010. [22] R. Martinek and J. Zidek, “The Real Implementation of NLMS Channel Equalizer into the System of Software Defined Radio,” In Journal: Advances in Electrical and Electronic Engineering, Vol. 10, No. 5, 2012, pp. 330-336.