System Identification Comparison

版本 1.0.0.0 (759 字节) 作者: themaze
Comparison of system identification using LMS, NLMS & LMF
3.7K 次下载
更新时间 2006/11/9

无许可证

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

引用格式

themaze (2025). System Identification Comparison (https://www.mathworks.com/matlabcentral/fileexchange/12921-system-identification-comparison), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 System Identification Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Corrections in code and Plot