SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 324
VARIABLE STEP SIZE OF LMS ALGORITHEM USING PARTICAL
SWARM OPTIMIZATION
Ajjaiah H.B.M 1
, Prabhakar V. Hunagund2
1
PhD Scholars, Dept. of PG Studies and Research in Applied Electronics, Gulbarga University, Karnataka, India
2
Professors, Dept. of PG Studies and Research in Applied Electronics, Gulbarga University, Karnataka, India
Abstract
In this paper a novel method using both Particle Swarm Optimization (PSO) and least mean Square algorithm (LMS) is proposed. The
main parameters tap-length and tap-weight are updated using the PSO and the LMS algorithm respectively according to the value of
mean square error (MSE).By utilizing such an approach, both a fast convergence rate and a small steady-state MSE can be obtained.
Although many LMS algorithmic methods perform well under certain conditions, performance can be degrade by noise and having
performance sensitivity over parameter setting. In this paper, a new concept is introduced to vary the step size based upon
evolutionary programming (SSLMSEV) algorithm is described. It has shown that the performance generated by this method is robust
and does not require any pre-setting of involved parameters in solution based upon statistical characteristics of signal.
Keywords: KEYWORDS: PSO, tap-length, tap-weight, LMS, SSLMSEV.
-----------------------------------------------------------------------***-----------------------------------------------------------------------
1. INTRODUCTION
Adaptive filters are more useful in practical cases because it
can adjust the system automatically with respect to time-
varying environment. Two things are to be considered if for
more than one objective system such as: (a) errors in optimal
cases and (b) the convergence speed. Due to over ages both
tap-length and weight get changed overtime and these are the
key parameters to control, and hence it is required to be
updated over times. So, the duo adaptation procedure is
proposed in this paper. In the proposed algorithm tap-length
and tap-weights are adapted using the EP and the LMS
respectively, according to the MSE of corresponding tap-
lengths and tap-weights of the linear FIR filter. The LMS
based adaptation procedures and its probable demerits are
discussed and thereafter the duo adaptation technique is used
for simulation. Various LMS style algorithms have been
introduced to update tap-weights, tap-length, and step-size.
The LMS based algorithm is more famous. Because of its
simplicity and robustness with moderate convergence rate
towards optimal solutions whereas RLS is complex enough
but has good convergence rate. The conventional LMS follows
the following equation to update tap-weight vector.
W k =Tap - Weight vector in Kth
iteration, μ=Step-size, ek =
error in kth
iteration and Xk = Input vector.
The main drawback of the LMS algorithm is that it is sensitive
to the scaling of its input u(n). This makes it very hard to
choose a learning rate μ that guarantees stability of the
algorithm. Although LMS restrict itself in many applications.
The essence of LMS algorithm is to update the adaptive filter
coefficients recursively along the negative gradient of estimate
error surface as shown in Fig-1. Conventional algorithm uses a
fixed step-size to perform the iteration, and to get a
compromise between the conflict of fast convergence and
small steady-state MSE.A small step-size could ensure small
MSE with a slow convergence, where as a large step-size will
provide a faster convergence and better tracking capabilities at
the cost of higher steady-state MSE. Therefore, fixed step-
size. LMS algorithm definitely cannot settle this contradiction.
Consequently, many variable step-size algorithms were
proposed to solve the problem. Though these algorithms could
accelerate convergence and deduce steady-state MSE to some
extent. For convergence rate, variable step-size LMS
(VSLMS) and Variable length LMS (VLLMS) have been
proposed [3], where step-size and tap-length are updated after
a predetermined time constant. Here step-size is updated using
the following equation.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 325
Fig-1 Block diagram of adaptive structure.
2. RELATED WORK
In this work we introduced a novel method to obtain an
optimal step-size and an algorithm for LMS. The algorithm
runs iteratively and convergence to the equalizer coefficients
by finding the optimal step-size which minimizes the steady-
state error rate at each iteration. No initialization for the step-
size value is required. Efficiency of the proposed algorithm is
shown by making a performance comparison between some of
the other LMS based algorithms and optimal step-size LMS
algorithm [1] .A variations of gradient adaptive step-size LMS
algorithms are presented. They propose a simplification to a
class of the studied algorithms [2]. Adaption in the variable
step size LMS proposed by [3] based on weighting
coefficients bias/variance trade off. Authors in [4] examine the
stability of VSLMS with uncorrelated stationary Gaussian
data. Most VSLMS described in the literature use a data-
dependent step-size, where the step-size either depends on the
data before the current time (prior step-size rule) or through
the current time (posterior step size rule).It has often been
assumed that VSLMS algorithms are stable (in the sense of
mean square bounded weights), provided that the step-size is
constrained to lie within the corresponding stability region for
the LMS algorithm.
The analysis of these VSLMS algorithms in the literature
typically proceeds in two steps [5], [6], [7].Block diagram of
the basic adaptive structure which is FIR in nature, is shown in
Fig. 1. Here depending on the error signal adaptive algorithm
controls the tap-length and tap-weights as well and determine
the fittest one. This tap-length is updated using PSO style
algorithm and for every individual tap-length, tap-weights are
updated using LMS algorithm. Generally both these
parameters of a system are affected in a time varying
environment. The proposed technique updates both parameters
efficiently. In conventional PSO, crossover and mutation are
performed among fittest parent and new population always
replace current population. Typical values of PSO parameters
are: population size=50, crossover rate=0.9, mutation
rate=0.05. But in the proposed technique the conventional
PSO is modified as shown in the flow chart chart 1. To
achieve better convergence and therefore named as PSO style.
The flow chart of PSO style algorithm for tap-length
adaptation is shown in chart 1.Here initially a pool of tap-
lengths which are integers within a specific range is taken
randomly. From the pool of tap-lengths two are taken
randomly and encoded them into binary strings in
representation phase. As the length of every decimal number
in binary is not same, zero-padding is done to obtain equal
length. First two point crossovers are performed in which the
point is randomly determined. Mutation with probability 0.25
is then executed where the points are also randomly chosen.
Crossover and mutation operation on the parent pair produce
two offspring. Crossover does exchange the information of
parent strings while mutation introduces randomness to obtain
diversity in the offspring. Two child tap-lengths are then
added to the parent pool. All the tap-lengths including the
offspring are sorted in ascending order of their MSE. Last two
tap-lengths are discarded as they are not fit and thereby
population of tap-lengths is same throughout the generations.
In every generation, it keeps the record of the best suited tap-
length having low MSE. After production of predetermined
number of generation, the execution of algorithm is stopped.
Weights are updated here using the conventional LMS
algorithm as per equation (1).
Chart -1: PSO algorithm for tap-length adaptation.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 326
3. SIMULATION SETUP AND DISCUSSIONS
From the tap-length adaptation point of view, after several
generations, the optimal tap-length is achieved and it gets the
constant value. The performance of the proposed technique is
validated by considering the unknown system function, h = [1
- 2.5 5.25 - 2.5 1 0.9 - 1 0.5 1.5], input samples(taken as
random vector)= 800, generations= 100. From each of these
generations, one tap-length having least MSE is recorded.
After hundred generations, hundred best suited tap-lengths
have been plotted with corresponding MSE. While tap-length
getting updated tap-weights also get updated by the LMS
algorithm with step-size, μ=0.005 and for every individual
tap-length the MSE is estimated taking the mean of MSE from
last five hundred samples.
Fig-2: Tap-Length learning curve generations.
Tap-lengths having least MSE from first generation to 100 th
generation are plotted in Fig.2. It shows that after 8th
generation tap-length gets constant value i.e. 9 which is
exactly the same as that of the unknown system. It implies that
the realized system with the proposed adaptation technique
can work well in changing environments. The simulation
result also implies that there is the most probability of getting
optimal tap-length very fast that is convergence is good in
terms of tap-length adaptation.
Fig-3: MSE learning curve with corresponding generations
Mean of MSE taking from last five hundred samples for every
individual tap-length are calculated and least MSE of every
generation has plotted here in Fig.3. After 8th generation it
gets least MSE i.e.0.002466 and Thereafter it does not change
until system is changed.Fig.4 shows the MSE learning curve
with corresponding tap-length. MSE is less when tap-length is
nine and elsewhere it increases. So, here optimum tap-length
is 9.
Fig-4: MSE learning curve with respect to corresponding Tap-
Length.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 327
Fig-5: MSE learning curve with respect to corresponding
samples using LMS when μ=0.005.
Fig. 5 shows the MSE learning curve with respect to input
samples when tap-length is 9 (optimum). Here tap weights are
updated using LMS with μ=0.005. This figure indicates that
error curve converges very fast by updating tap-weight vector
using LMS and it shows that MSEs are significantly less after
160 samples.
4. CONCLUSIONS
This technique of adaptation gives better performance over
only LMS based optimization as one of the important
parameter tap-length is updated using PSO while another
parameter weight-vector is updated using LMS. If both
parameters are updated using LMS, it will increase adaptive
noise, initialization problem and slow down the convergence
rate. Besides PSO style variable tap-length can be applied to
different engineering applications such as smart antenna,
channel equalizer, echo canceller etc. because it is easy to
understand, has low adaptation noise and simple fitness
function. These benefits may make it capable to lead recent
research areas (adaptive) like optimization, optimal tap-length
determination, control system design etc. In the LMS it
requires large numbers of iterations to find optimal tap-length
but using the PSO it is easy to get the same very fast. So, it
reduces the computational complexity which is desirable to be
minimized in time varying environment as training phase is
executed time to time. Also in LMS, tap-length learning curve
may gets stuck in a local minima so optimum tap-length
determination is not so easy. The PSO introduces the principle
of evolution that use “Good solution survives while bad one
dies” and does not depend on derivatives and based on natural
selection. Also, the PSO with small solution size and high
mutation rates give best solution. Hence proposed PSO style
algorithm for tap-length adaptation can take attention to
determine optimal solution in adaptive system.
ACKNOWLEDGEMENTS
The authors would thanks the Jyothy Institute of Tech,
Management, Principal of JIT for there support and reviewers
for their help in improving the document.
REFERENCES
[1]. Solmaz, C.O.; Oruc, O.; Kayran, A.H.; “ Optimal step-
size LMS equalizer algorithm “.Signal Processing and
Communications Applications (SIU), 2011 IEEE . April
2011,page no. 853 - 856 .
[2]. Wee-Peng Ang Farhang-Boroujeny, B,” A new class of
gradient adaptive step size LMS algorithm” “Signal
Processing, IEEE Transactions on,2001, Volume: U page(s):
805 – 810.
[3]. Krstajic, B. Stankovic, L.J. Uskokovic, Z. “an approach
to variable step size LMS algorithm”. : Electronics Letters ,
Aug 2002 ,Volume: 38 Issue: 16,On page(s): 927 - 928
[4]. Saul B. Gelfand, Yongbin Wei, James V. Krogmeier, ,”
The Stability of Variable Step-Size LMS Algorithms” IEEE
TRANSACTIONS ON SIGNAL PROCESSING, VOL. 47,
NO. 12, December 1999
[5]. R. Kwong and E. W. Johnston, “A variable step size LMS
algorithm,” IEEE Trans. Signal Processing, vol. 40, pp. 1633–
1642, July 1992.
[6]. [11] V. J. Mathews and Z. Xie, “A stochastic gradient
adaptive filter with gradient adaptive step size,” IEEE Trans.
Signal Processing, vol. 41,pp. 2075–2087, June 1993.
[7]. Tao Dai; Shahrrava, B.,” Variable step-size NLMS and
affine projection algorithms with variable smoothing factor
“Circuits and Systems, 2005. 48th Midwest Symposium on ,
Aug. 2005 , page(s): 1530 - 1532 Vol. 2.

More Related Content

What's hot

Brown’s Weighted Exponential Moving Average Implementation in Forex Forecasting
Brown’s Weighted Exponential Moving Average Implementation in Forex ForecastingBrown’s Weighted Exponential Moving Average Implementation in Forex Forecasting
Brown’s Weighted Exponential Moving Average Implementation in Forex ForecastingTELKOMNIKA JOURNAL
 
Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...eSAT Journals
 
From shortest path to all-path the routing continuum theory and its applications
From shortest path to all-path the routing continuum theory and its applicationsFrom shortest path to all-path the routing continuum theory and its applications
From shortest path to all-path the routing continuum theory and its applicationsNexgen Technology
 
A novel method for determining fixed running time in operating electric train...
A novel method for determining fixed running time in operating electric train...A novel method for determining fixed running time in operating electric train...
A novel method for determining fixed running time in operating electric train...IJECEIAES
 
Generalized optimal placement of PMUs considering power system observability,...
Generalized optimal placement of PMUs considering power system observability,...Generalized optimal placement of PMUs considering power system observability,...
Generalized optimal placement of PMUs considering power system observability,...IJECEIAES
 
Query processing strategies in distributed database
Query processing strategies in distributed databaseQuery processing strategies in distributed database
Query processing strategies in distributed databaseShreerajKhatiwada
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
An Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF WeightsAn Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF WeightsEM Legacy
 
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...IJECEIAES
 
Optimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generationOptimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generationeSAT Publishing House
 
Performance enhanced beamforming algorithms for mimo systems
Performance enhanced beamforming algorithms for mimo systemsPerformance enhanced beamforming algorithms for mimo systems
Performance enhanced beamforming algorithms for mimo systemsIAEME Publication
 
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
 
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...EM Legacy
 
Performance of Modified S-Transform for Power Quality Disturbance Detection a...
Performance of Modified S-Transform for Power Quality Disturbance Detection a...Performance of Modified S-Transform for Power Quality Disturbance Detection a...
Performance of Modified S-Transform for Power Quality Disturbance Detection a...TELKOMNIKA JOURNAL
 
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...TELKOMNIKA JOURNAL
 
A verification of periodogram technique for harmonic source diagnostic analyt...
A verification of periodogram technique for harmonic source diagnostic analyt...A verification of periodogram technique for harmonic source diagnostic analyt...
A verification of periodogram technique for harmonic source diagnostic analyt...TELKOMNIKA JOURNAL
 
A Research on Optimal Power Flow Solutions For Variable Loa
A Research on Optimal Power Flow Solutions For Variable LoaA Research on Optimal Power Flow Solutions For Variable Loa
A Research on Optimal Power Flow Solutions For Variable LoaIJERA Editor
 

What's hot (18)

Brown’s Weighted Exponential Moving Average Implementation in Forex Forecasting
Brown’s Weighted Exponential Moving Average Implementation in Forex ForecastingBrown’s Weighted Exponential Moving Average Implementation in Forex Forecasting
Brown’s Weighted Exponential Moving Average Implementation in Forex Forecasting
 
Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...Optimum capacity allocation of distributed generation units using parallel ps...
Optimum capacity allocation of distributed generation units using parallel ps...
 
From shortest path to all-path the routing continuum theory and its applications
From shortest path to all-path the routing continuum theory and its applicationsFrom shortest path to all-path the routing continuum theory and its applications
From shortest path to all-path the routing continuum theory and its applications
 
A novel method for determining fixed running time in operating electric train...
A novel method for determining fixed running time in operating electric train...A novel method for determining fixed running time in operating electric train...
A novel method for determining fixed running time in operating electric train...
 
Generalized optimal placement of PMUs considering power system observability,...
Generalized optimal placement of PMUs considering power system observability,...Generalized optimal placement of PMUs considering power system observability,...
Generalized optimal placement of PMUs considering power system observability,...
 
Query processing strategies in distributed database
Query processing strategies in distributed databaseQuery processing strategies in distributed database
Query processing strategies in distributed database
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
An Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF WeightsAn Alternative Genetic Algorithm to Optimize OSPF Weights
An Alternative Genetic Algorithm to Optimize OSPF Weights
 
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
Deep segmentation of the liver and the hepatic tumors from abdomen tomography...
 
Optimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generationOptimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generation
 
Performance enhanced beamforming algorithms for mimo systems
Performance enhanced beamforming algorithms for mimo systemsPerformance enhanced beamforming algorithms for mimo systems
Performance enhanced beamforming algorithms for mimo systems
 
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
 
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
 
Performance of Modified S-Transform for Power Quality Disturbance Detection a...
Performance of Modified S-Transform for Power Quality Disturbance Detection a...Performance of Modified S-Transform for Power Quality Disturbance Detection a...
Performance of Modified S-Transform for Power Quality Disturbance Detection a...
 
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
Maximum likelihood estimation-assisted ASVSF through state covariance-based 2...
 
Beamforming
BeamformingBeamforming
Beamforming
 
A verification of periodogram technique for harmonic source diagnostic analyt...
A verification of periodogram technique for harmonic source diagnostic analyt...A verification of periodogram technique for harmonic source diagnostic analyt...
A verification of periodogram technique for harmonic source diagnostic analyt...
 
A Research on Optimal Power Flow Solutions For Variable Loa
A Research on Optimal Power Flow Solutions For Variable LoaA Research on Optimal Power Flow Solutions For Variable Loa
A Research on Optimal Power Flow Solutions For Variable Loa
 

Viewers also liked

A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controleSAT Publishing House
 
Biochemical and molecular characterization of antagonistic bacteria against y...
Biochemical and molecular characterization of antagonistic bacteria against y...Biochemical and molecular characterization of antagonistic bacteria against y...
Biochemical and molecular characterization of antagonistic bacteria against y...eSAT Publishing House
 
Planning of intermediate transport system for bengaluru metropolitan city to ...
Planning of intermediate transport system for bengaluru metropolitan city to ...Planning of intermediate transport system for bengaluru metropolitan city to ...
Planning of intermediate transport system for bengaluru metropolitan city to ...eSAT Publishing House
 
Design and analysis of x y-q positioning stage based on
Design and analysis of x y-q positioning stage based onDesign and analysis of x y-q positioning stage based on
Design and analysis of x y-q positioning stage based oneSAT Publishing House
 
Behaviour of mine waste as reinforced soil
Behaviour of mine waste as reinforced soilBehaviour of mine waste as reinforced soil
Behaviour of mine waste as reinforced soileSAT Publishing House
 
Appraisal of airport roundabout on the antoa road,
Appraisal of airport roundabout on the antoa road,Appraisal of airport roundabout on the antoa road,
Appraisal of airport roundabout on the antoa road,eSAT Publishing House
 
Design of thin wall structures for energy absorption
Design of thin wall structures for energy absorptionDesign of thin wall structures for energy absorption
Design of thin wall structures for energy absorptioneSAT Publishing House
 
Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...eSAT Publishing House
 
A novel tool for stereo matching of images
A novel tool for stereo matching of imagesA novel tool for stereo matching of images
A novel tool for stereo matching of imageseSAT Publishing House
 
Mesoscopic simulation of incompressible fluid flow in
Mesoscopic simulation of incompressible fluid flow inMesoscopic simulation of incompressible fluid flow in
Mesoscopic simulation of incompressible fluid flow ineSAT Publishing House
 
Effect of fiber distance on various sac ocdma detection techniques
Effect of fiber distance on various sac ocdma detection techniquesEffect of fiber distance on various sac ocdma detection techniques
Effect of fiber distance on various sac ocdma detection techniqueseSAT Publishing House
 
Mathematical model for an area source and the point
Mathematical model for an area source and the pointMathematical model for an area source and the point
Mathematical model for an area source and the pointeSAT Publishing House
 
Humidity intrusion effects on the properties of sound
Humidity intrusion effects on the properties of soundHumidity intrusion effects on the properties of sound
Humidity intrusion effects on the properties of soundeSAT Publishing House
 
A review on glitch reduction techniques
A review on glitch reduction techniquesA review on glitch reduction techniques
A review on glitch reduction techniqueseSAT Publishing House
 
Effect of prism height on strength of reinforced hollow concrete block masonry
Effect of prism height on strength of reinforced hollow concrete block masonryEffect of prism height on strength of reinforced hollow concrete block masonry
Effect of prism height on strength of reinforced hollow concrete block masonryeSAT Publishing House
 
Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...eSAT Publishing House
 
A novel approach for high speed convolution of finite
A novel approach for high speed convolution of finiteA novel approach for high speed convolution of finite
A novel approach for high speed convolution of finiteeSAT Publishing House
 
Efficacy of overlying coarse aggregate and
Efficacy of overlying coarse aggregate andEfficacy of overlying coarse aggregate and
Efficacy of overlying coarse aggregate andeSAT Publishing House
 
Stegnography of high embedding efficiency by using an extended matrix encodin...
Stegnography of high embedding efficiency by using an extended matrix encodin...Stegnography of high embedding efficiency by using an extended matrix encodin...
Stegnography of high embedding efficiency by using an extended matrix encodin...eSAT Publishing House
 

Viewers also liked (20)

A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
 
Biochemical and molecular characterization of antagonistic bacteria against y...
Biochemical and molecular characterization of antagonistic bacteria against y...Biochemical and molecular characterization of antagonistic bacteria against y...
Biochemical and molecular characterization of antagonistic bacteria against y...
 
Planning of intermediate transport system for bengaluru metropolitan city to ...
Planning of intermediate transport system for bengaluru metropolitan city to ...Planning of intermediate transport system for bengaluru metropolitan city to ...
Planning of intermediate transport system for bengaluru metropolitan city to ...
 
Design and analysis of x y-q positioning stage based on
Design and analysis of x y-q positioning stage based onDesign and analysis of x y-q positioning stage based on
Design and analysis of x y-q positioning stage based on
 
Behaviour of mine waste as reinforced soil
Behaviour of mine waste as reinforced soilBehaviour of mine waste as reinforced soil
Behaviour of mine waste as reinforced soil
 
Appraisal of airport roundabout on the antoa road,
Appraisal of airport roundabout on the antoa road,Appraisal of airport roundabout on the antoa road,
Appraisal of airport roundabout on the antoa road,
 
Design of thin wall structures for energy absorption
Design of thin wall structures for energy absorptionDesign of thin wall structures for energy absorption
Design of thin wall structures for energy absorption
 
Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...Experimental investigation on halloysite nano tubes & clay an infilled compos...
Experimental investigation on halloysite nano tubes & clay an infilled compos...
 
A novel tool for stereo matching of images
A novel tool for stereo matching of imagesA novel tool for stereo matching of images
A novel tool for stereo matching of images
 
Mesoscopic simulation of incompressible fluid flow in
Mesoscopic simulation of incompressible fluid flow inMesoscopic simulation of incompressible fluid flow in
Mesoscopic simulation of incompressible fluid flow in
 
Effect of fiber distance on various sac ocdma detection techniques
Effect of fiber distance on various sac ocdma detection techniquesEffect of fiber distance on various sac ocdma detection techniques
Effect of fiber distance on various sac ocdma detection techniques
 
Mathematical model for an area source and the point
Mathematical model for an area source and the pointMathematical model for an area source and the point
Mathematical model for an area source and the point
 
Quality of service (qos) in wi max
Quality of service (qos) in wi maxQuality of service (qos) in wi max
Quality of service (qos) in wi max
 
Humidity intrusion effects on the properties of sound
Humidity intrusion effects on the properties of soundHumidity intrusion effects on the properties of sound
Humidity intrusion effects on the properties of sound
 
A review on glitch reduction techniques
A review on glitch reduction techniquesA review on glitch reduction techniques
A review on glitch reduction techniques
 
Effect of prism height on strength of reinforced hollow concrete block masonry
Effect of prism height on strength of reinforced hollow concrete block masonryEffect of prism height on strength of reinforced hollow concrete block masonry
Effect of prism height on strength of reinforced hollow concrete block masonry
 
Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...Natural and calcined clayey diatomite as cement replacement materials microst...
Natural and calcined clayey diatomite as cement replacement materials microst...
 
A novel approach for high speed convolution of finite
A novel approach for high speed convolution of finiteA novel approach for high speed convolution of finite
A novel approach for high speed convolution of finite
 
Efficacy of overlying coarse aggregate and
Efficacy of overlying coarse aggregate andEfficacy of overlying coarse aggregate and
Efficacy of overlying coarse aggregate and
 
Stegnography of high embedding efficiency by using an extended matrix encodin...
Stegnography of high embedding efficiency by using an extended matrix encodin...Stegnography of high embedding efficiency by using an extended matrix encodin...
Stegnography of high embedding efficiency by using an extended matrix encodin...
 

Similar to Variable step size of lms algorithem using partical swarm optimization

Gradient Based Adaptive Beamforming
Gradient Based Adaptive BeamformingGradient Based Adaptive Beamforming
Gradient Based Adaptive BeamformingIRJET Journal
 
Area And Power Efficient LMS Adaptive Filter With Low Adaptation Delay
Area And Power Efficient LMS Adaptive Filter With Low Adaptation DelayArea And Power Efficient LMS Adaptive Filter With Low Adaptation Delay
Area And Power Efficient LMS Adaptive Filter With Low Adaptation DelayEditor IJMTER
 
Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...IOSR Journals
 
Ijarcet vol-2-issue-2-471-476
Ijarcet vol-2-issue-2-471-476Ijarcet vol-2-issue-2-471-476
Ijarcet vol-2-issue-2-471-476Editor IJARCET
 
Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...eSAT Publishing House
 
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemsComparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemseSAT Journals
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...IJCNCJournal
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...IJCNCJournal
 
Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...eSAT Journals
 
Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2IAEME Publication
 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithmsijsrd.com
 
Optimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmOptimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmeSAT Journals
 
Optimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmOptimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmeSAT Publishing House
 
Ieee transactions 2018 topics on wireless communications for final year stude...
Ieee transactions 2018 topics on wireless communications for final year stude...Ieee transactions 2018 topics on wireless communications for final year stude...
Ieee transactions 2018 topics on wireless communications for final year stude...tsysglobalsolutions
 
A parsimonious SVM model selection criterion for classification of real-world ...
A parsimonious SVM model selection criterion for classification of real-world ...A parsimonious SVM model selection criterion for classification of real-world ...
A parsimonious SVM model selection criterion for classification of real-world ...o_almasi
 
Urban strategies to promote resilient cities The case of enhancing Historic C...
Urban strategies to promote resilient cities The case of enhancing Historic C...Urban strategies to promote resilient cities The case of enhancing Historic C...
Urban strategies to promote resilient cities The case of enhancing Historic C...inventionjournals
 
Ieee transactions 2018 on wireless communications Title and Abstract
Ieee transactions 2018 on wireless communications Title and AbstractIeee transactions 2018 on wireless communications Title and Abstract
Ieee transactions 2018 on wireless communications Title and Abstracttsysglobalsolutions
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...eSAT Publishing House
 

Similar to Variable step size of lms algorithem using partical swarm optimization (20)

Ijecet 06 10_004
Ijecet 06 10_004Ijecet 06 10_004
Ijecet 06 10_004
 
Gradient Based Adaptive Beamforming
Gradient Based Adaptive BeamformingGradient Based Adaptive Beamforming
Gradient Based Adaptive Beamforming
 
Area And Power Efficient LMS Adaptive Filter With Low Adaptation Delay
Area And Power Efficient LMS Adaptive Filter With Low Adaptation DelayArea And Power Efficient LMS Adaptive Filter With Low Adaptation Delay
Area And Power Efficient LMS Adaptive Filter With Low Adaptation Delay
 
Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...
 
Ijarcet vol-2-issue-2-471-476
Ijarcet vol-2-issue-2-471-476Ijarcet vol-2-issue-2-471-476
Ijarcet vol-2-issue-2-471-476
 
Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...
 
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemsComparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
 
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
Investigation of Ant Colony Optimization Algorithm for Efficient Energy Utili...
 
Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...Power quality improvement of grid interconnected distribution system using fs...
Power quality improvement of grid interconnected distribution system using fs...
 
Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2Fuzzy expert system based optimal capacitor allocation in distribution system-2
Fuzzy expert system based optimal capacitor allocation in distribution system-2
 
Analysis of Adaptive Algorithms
Analysis of Adaptive AlgorithmsAnalysis of Adaptive Algorithms
Analysis of Adaptive Algorithms
 
Jr3417541760
Jr3417541760Jr3417541760
Jr3417541760
 
Optimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmOptimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithm
 
Optimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithmOptimized sensor nodes by fault node recovery algorithm
Optimized sensor nodes by fault node recovery algorithm
 
Ieee transactions 2018 topics on wireless communications for final year stude...
Ieee transactions 2018 topics on wireless communications for final year stude...Ieee transactions 2018 topics on wireless communications for final year stude...
Ieee transactions 2018 topics on wireless communications for final year stude...
 
A parsimonious SVM model selection criterion for classification of real-world ...
A parsimonious SVM model selection criterion for classification of real-world ...A parsimonious SVM model selection criterion for classification of real-world ...
A parsimonious SVM model selection criterion for classification of real-world ...
 
Urban strategies to promote resilient cities The case of enhancing Historic C...
Urban strategies to promote resilient cities The case of enhancing Historic C...Urban strategies to promote resilient cities The case of enhancing Historic C...
Urban strategies to promote resilient cities The case of enhancing Historic C...
 
Ieee transactions 2018 on wireless communications Title and Abstract
Ieee transactions 2018 on wireless communications Title and AbstractIeee transactions 2018 on wireless communications Title and Abstract
Ieee transactions 2018 on wireless communications Title and Abstract
 
Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...Security constrained optimal load dispatch using hpso technique for thermal s...
Security constrained optimal load dispatch using hpso technique for thermal s...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha 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...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Variable step size of lms algorithem using partical swarm optimization

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 324 VARIABLE STEP SIZE OF LMS ALGORITHEM USING PARTICAL SWARM OPTIMIZATION Ajjaiah H.B.M 1 , Prabhakar V. Hunagund2 1 PhD Scholars, Dept. of PG Studies and Research in Applied Electronics, Gulbarga University, Karnataka, India 2 Professors, Dept. of PG Studies and Research in Applied Electronics, Gulbarga University, Karnataka, India Abstract In this paper a novel method using both Particle Swarm Optimization (PSO) and least mean Square algorithm (LMS) is proposed. The main parameters tap-length and tap-weight are updated using the PSO and the LMS algorithm respectively according to the value of mean square error (MSE).By utilizing such an approach, both a fast convergence rate and a small steady-state MSE can be obtained. Although many LMS algorithmic methods perform well under certain conditions, performance can be degrade by noise and having performance sensitivity over parameter setting. In this paper, a new concept is introduced to vary the step size based upon evolutionary programming (SSLMSEV) algorithm is described. It has shown that the performance generated by this method is robust and does not require any pre-setting of involved parameters in solution based upon statistical characteristics of signal. Keywords: KEYWORDS: PSO, tap-length, tap-weight, LMS, SSLMSEV. -----------------------------------------------------------------------***----------------------------------------------------------------------- 1. INTRODUCTION Adaptive filters are more useful in practical cases because it can adjust the system automatically with respect to time- varying environment. Two things are to be considered if for more than one objective system such as: (a) errors in optimal cases and (b) the convergence speed. Due to over ages both tap-length and weight get changed overtime and these are the key parameters to control, and hence it is required to be updated over times. So, the duo adaptation procedure is proposed in this paper. In the proposed algorithm tap-length and tap-weights are adapted using the EP and the LMS respectively, according to the MSE of corresponding tap- lengths and tap-weights of the linear FIR filter. The LMS based adaptation procedures and its probable demerits are discussed and thereafter the duo adaptation technique is used for simulation. Various LMS style algorithms have been introduced to update tap-weights, tap-length, and step-size. The LMS based algorithm is more famous. Because of its simplicity and robustness with moderate convergence rate towards optimal solutions whereas RLS is complex enough but has good convergence rate. The conventional LMS follows the following equation to update tap-weight vector. W k =Tap - Weight vector in Kth iteration, μ=Step-size, ek = error in kth iteration and Xk = Input vector. The main drawback of the LMS algorithm is that it is sensitive to the scaling of its input u(n). This makes it very hard to choose a learning rate μ that guarantees stability of the algorithm. Although LMS restrict itself in many applications. The essence of LMS algorithm is to update the adaptive filter coefficients recursively along the negative gradient of estimate error surface as shown in Fig-1. Conventional algorithm uses a fixed step-size to perform the iteration, and to get a compromise between the conflict of fast convergence and small steady-state MSE.A small step-size could ensure small MSE with a slow convergence, where as a large step-size will provide a faster convergence and better tracking capabilities at the cost of higher steady-state MSE. Therefore, fixed step- size. LMS algorithm definitely cannot settle this contradiction. Consequently, many variable step-size algorithms were proposed to solve the problem. Though these algorithms could accelerate convergence and deduce steady-state MSE to some extent. For convergence rate, variable step-size LMS (VSLMS) and Variable length LMS (VLLMS) have been proposed [3], where step-size and tap-length are updated after a predetermined time constant. Here step-size is updated using the following equation.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 325 Fig-1 Block diagram of adaptive structure. 2. RELATED WORK In this work we introduced a novel method to obtain an optimal step-size and an algorithm for LMS. The algorithm runs iteratively and convergence to the equalizer coefficients by finding the optimal step-size which minimizes the steady- state error rate at each iteration. No initialization for the step- size value is required. Efficiency of the proposed algorithm is shown by making a performance comparison between some of the other LMS based algorithms and optimal step-size LMS algorithm [1] .A variations of gradient adaptive step-size LMS algorithms are presented. They propose a simplification to a class of the studied algorithms [2]. Adaption in the variable step size LMS proposed by [3] based on weighting coefficients bias/variance trade off. Authors in [4] examine the stability of VSLMS with uncorrelated stationary Gaussian data. Most VSLMS described in the literature use a data- dependent step-size, where the step-size either depends on the data before the current time (prior step-size rule) or through the current time (posterior step size rule).It has often been assumed that VSLMS algorithms are stable (in the sense of mean square bounded weights), provided that the step-size is constrained to lie within the corresponding stability region for the LMS algorithm. The analysis of these VSLMS algorithms in the literature typically proceeds in two steps [5], [6], [7].Block diagram of the basic adaptive structure which is FIR in nature, is shown in Fig. 1. Here depending on the error signal adaptive algorithm controls the tap-length and tap-weights as well and determine the fittest one. This tap-length is updated using PSO style algorithm and for every individual tap-length, tap-weights are updated using LMS algorithm. Generally both these parameters of a system are affected in a time varying environment. The proposed technique updates both parameters efficiently. In conventional PSO, crossover and mutation are performed among fittest parent and new population always replace current population. Typical values of PSO parameters are: population size=50, crossover rate=0.9, mutation rate=0.05. But in the proposed technique the conventional PSO is modified as shown in the flow chart chart 1. To achieve better convergence and therefore named as PSO style. The flow chart of PSO style algorithm for tap-length adaptation is shown in chart 1.Here initially a pool of tap- lengths which are integers within a specific range is taken randomly. From the pool of tap-lengths two are taken randomly and encoded them into binary strings in representation phase. As the length of every decimal number in binary is not same, zero-padding is done to obtain equal length. First two point crossovers are performed in which the point is randomly determined. Mutation with probability 0.25 is then executed where the points are also randomly chosen. Crossover and mutation operation on the parent pair produce two offspring. Crossover does exchange the information of parent strings while mutation introduces randomness to obtain diversity in the offspring. Two child tap-lengths are then added to the parent pool. All the tap-lengths including the offspring are sorted in ascending order of their MSE. Last two tap-lengths are discarded as they are not fit and thereby population of tap-lengths is same throughout the generations. In every generation, it keeps the record of the best suited tap- length having low MSE. After production of predetermined number of generation, the execution of algorithm is stopped. Weights are updated here using the conventional LMS algorithm as per equation (1). Chart -1: PSO algorithm for tap-length adaptation.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 326 3. SIMULATION SETUP AND DISCUSSIONS From the tap-length adaptation point of view, after several generations, the optimal tap-length is achieved and it gets the constant value. The performance of the proposed technique is validated by considering the unknown system function, h = [1 - 2.5 5.25 - 2.5 1 0.9 - 1 0.5 1.5], input samples(taken as random vector)= 800, generations= 100. From each of these generations, one tap-length having least MSE is recorded. After hundred generations, hundred best suited tap-lengths have been plotted with corresponding MSE. While tap-length getting updated tap-weights also get updated by the LMS algorithm with step-size, μ=0.005 and for every individual tap-length the MSE is estimated taking the mean of MSE from last five hundred samples. Fig-2: Tap-Length learning curve generations. Tap-lengths having least MSE from first generation to 100 th generation are plotted in Fig.2. It shows that after 8th generation tap-length gets constant value i.e. 9 which is exactly the same as that of the unknown system. It implies that the realized system with the proposed adaptation technique can work well in changing environments. The simulation result also implies that there is the most probability of getting optimal tap-length very fast that is convergence is good in terms of tap-length adaptation. Fig-3: MSE learning curve with corresponding generations Mean of MSE taking from last five hundred samples for every individual tap-length are calculated and least MSE of every generation has plotted here in Fig.3. After 8th generation it gets least MSE i.e.0.002466 and Thereafter it does not change until system is changed.Fig.4 shows the MSE learning curve with corresponding tap-length. MSE is less when tap-length is nine and elsewhere it increases. So, here optimum tap-length is 9. Fig-4: MSE learning curve with respect to corresponding Tap- Length.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Special Issue: 03 | May-2014 | NCRIET-2014, Available @ http://www.ijret.org 327 Fig-5: MSE learning curve with respect to corresponding samples using LMS when μ=0.005. Fig. 5 shows the MSE learning curve with respect to input samples when tap-length is 9 (optimum). Here tap weights are updated using LMS with μ=0.005. This figure indicates that error curve converges very fast by updating tap-weight vector using LMS and it shows that MSEs are significantly less after 160 samples. 4. CONCLUSIONS This technique of adaptation gives better performance over only LMS based optimization as one of the important parameter tap-length is updated using PSO while another parameter weight-vector is updated using LMS. If both parameters are updated using LMS, it will increase adaptive noise, initialization problem and slow down the convergence rate. Besides PSO style variable tap-length can be applied to different engineering applications such as smart antenna, channel equalizer, echo canceller etc. because it is easy to understand, has low adaptation noise and simple fitness function. These benefits may make it capable to lead recent research areas (adaptive) like optimization, optimal tap-length determination, control system design etc. In the LMS it requires large numbers of iterations to find optimal tap-length but using the PSO it is easy to get the same very fast. So, it reduces the computational complexity which is desirable to be minimized in time varying environment as training phase is executed time to time. Also in LMS, tap-length learning curve may gets stuck in a local minima so optimum tap-length determination is not so easy. The PSO introduces the principle of evolution that use “Good solution survives while bad one dies” and does not depend on derivatives and based on natural selection. Also, the PSO with small solution size and high mutation rates give best solution. Hence proposed PSO style algorithm for tap-length adaptation can take attention to determine optimal solution in adaptive system. ACKNOWLEDGEMENTS The authors would thanks the Jyothy Institute of Tech, Management, Principal of JIT for there support and reviewers for their help in improving the document. REFERENCES [1]. Solmaz, C.O.; Oruc, O.; Kayran, A.H.; “ Optimal step- size LMS equalizer algorithm “.Signal Processing and Communications Applications (SIU), 2011 IEEE . April 2011,page no. 853 - 856 . [2]. Wee-Peng Ang Farhang-Boroujeny, B,” A new class of gradient adaptive step size LMS algorithm” “Signal Processing, IEEE Transactions on,2001, Volume: U page(s): 805 – 810. [3]. Krstajic, B. Stankovic, L.J. Uskokovic, Z. “an approach to variable step size LMS algorithm”. : Electronics Letters , Aug 2002 ,Volume: 38 Issue: 16,On page(s): 927 - 928 [4]. Saul B. Gelfand, Yongbin Wei, James V. Krogmeier, ,” The Stability of Variable Step-Size LMS Algorithms” IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 47, NO. 12, December 1999 [5]. R. Kwong and E. W. Johnston, “A variable step size LMS algorithm,” IEEE Trans. Signal Processing, vol. 40, pp. 1633– 1642, July 1992. [6]. [11] V. J. Mathews and Z. Xie, “A stochastic gradient adaptive filter with gradient adaptive step size,” IEEE Trans. Signal Processing, vol. 41,pp. 2075–2087, June 1993. [7]. Tao Dai; Shahrrava, B.,” Variable step-size NLMS and affine projection algorithms with variable smoothing factor “Circuits and Systems, 2005. 48th Midwest Symposium on , Aug. 2005 , page(s): 1530 - 1532 Vol. 2.