Variable step size LMS
Currently I am trying to design an equalizer based on variable step siz
(VSS) NLMS algorithm. The adaptation of the step size is based on th
instataneous squared error. The number of taps is 55. My initial step siz
(which is also equivalent to max. step size allowable) is 0.6 and th
minimum step size allowable is 0.35, with the "Alpha" = 0.97, "Gamma"
0.0005. I compare it to the conventional NLMS algorithm with the same ta
length and step size of 0.4 It is found that both algorithms achiev
similar steady state error but the conventional NLMS algorithm still ca
achieve faster speed as compared to the VSS NLMS. What is the proble
actually? Anything wrong with the setting of maximum step size, Alpha an
Gamma? Can anyone please help? Many thanks.
|