System Identification Comparison
Version 1.0.0.0 (759 Bytes) by
themaze
Comparison of system identification using LMS, NLMS & LMF
3.7K Downloads
Updated
9 Nov 2006
No License
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
Cite As
themaze (2026). System Identification Comparison (https://uk.mathworks.com/matlabcentral/fileexchange/12921-system-identification-comparison), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2006b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Control Systems > System Identification Toolbox >
- Control Systems > System Identification Toolbox > Linear Model Identification >
Find more on System Identification Toolbox in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Corrections in code and Plot |
