Least Mean Square (LMS)
版本 1.0.0.0 (1.5 KB) 作者:
Shujaat Khan
An example of least mean square algorithm to determine a linear model's parameter.
In this code, a linear equation is used to generate sample data using a slope and bias. Later a Gaussian noise is added to the desired output. The noisy output and original input is used to determine the slope and bias of the linear equation using LMS algorithm. This implementation of LMS is based on batch update rule of gradient decent algorithm in which we use the sum of error instead of sample error. You can modify this code to create sample based update rule easily.
引用格式
Shujaat Khan (2026). Least Mean Square (LMS) (https://ww2.mathworks.cn/matlabcentral/fileexchange/60080-least-mean-square-lms), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2014b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Signal Processing > Signal Processing Toolbox > Digital and Analog Filters > Digital Filter Design > Adaptive Filters >
在 Help Center 和 MATLAB Answers 中查找有关 Adaptive Filters 的更多信息
标签
| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0.0 | Description update |
