System Identification Comparison

Versión 1.0.0.0 (759 Bytes) por themaze
Comparison of system identification using LMS, NLMS & LMF
3,7K descargas
Actualizado 9 nov 2006

Sin licencia

This is a comparison of system identification using LMS, NLMS & LMF algorithm.

The important parameters to change are
nBits = 3000; %Number of Bits
chan = [.3 .9 .3]; %Channel
L = 3; %Filter Length

%step sizes
mu_lms = 0.003; %LMS
mu_lmf = 0.3; %LMF
mu_nlms = 0.03; %NLMS

Citar como

themaze (2024). System Identification Comparison (https://www.mathworks.com/matlabcentral/fileexchange/12921-system-identification-comparison), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2006b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Corrections in code and Plot