Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Sponsor

Industry's highest performing at the lowest power DSPs now as low as $5.00*
Start development today!
*volume pricing for 10ku

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | A que on LMS vs NLSM

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.


A que on LMS vs NLSM - cpshah99 - 2010-10-26 06:28:00

Hi All

It is known from the books that NLMS is better than LMS when the dynamic
range of the input signal to the equalizer is large.

But if we use an AGC before the equalizer and then use LMS to adapt the
taps, what would be the performance compared to NLMS?

Best Regards

Chintan
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: A que on LMS vs NLSM - Vladimir Vassilevsky - 2010-10-26 06:44:00




cpshah99 wrote:
> Hi All

Hi stupid studiot.

> It is known from the books that NLMS is better than LMS when the dynamic
> range of the input signal to the equalizer is large.

NLMS makes the convergence rate independent from the energy of the 
reference signal.

> But if we use an AGC before the equalizer and then use LMS to adapt the
> taps, what would be the performance compared to NLMS?

NLMS *is* the AGC applied to the reference input of the equalizer 
adaptation algorithm. If you apply the AGC to the signal input, you will 
screw up the adaptation.


Vladimir Vassilevsky
DSP and Mixed Signal Design Consultant
http://www.abvolt.com
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: A que on LMS vs NLSM - cpshah99 - 2010-10-26 06:59:00

>
>
>cpshah99 wrote:
>> Hi All
>
>Hi stupid studiot.
>
>> It is known from the books that NLMS is better than LMS when the
dynamic
>> range of the input signal to the equalizer is large.
>
>NLMS makes the convergence rate independent from the energy of the 
>reference signal.
>
>> But if we use an AGC before the equalizer and then use LMS to adapt the
>> taps, what would be the performance compared to NLMS?
>
>NLMS *is* the AGC applied to the reference input of the equalizer 
>adaptation algorithm. If you apply the AGC to the signal input, you will 
>screw up the adaptation.
>
>
>Vladimir Vassilevsky
>DSP and Mixed Signal Design Consultant
>http://www.abvolt.com
>

%%%

Hey Vlad

Many thanks for your ans.

Regards

Chintan
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.