lms自适应滤波我要分享

LMS adaptive filtering

关注次数: 142

下载次数: 0

文件大小: 1.98 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:(最小均方)是自适应滤波算法之一。 在这个MATLAB文件中,利用LMS算法进行实验以识别线性噪声系统。 估计系统的权重与实际系统的权重几乎相同。参考用于编写算法。


English Description:

(least mean square) is one of the adaptive filtering algorithms. In this matlab file, LMS algorithm is used to identify linear noise system. The weight of the estimated system is almost the same as that of the actual system. Reference is used to write algorithms.


代码预览

相关推荐