最小均方(LMS)算法我要分享

Least mean square (LMS) algorithm

最小均方 LMS 算法

关注次数: 164

下载次数: 1

文件大小: 3KB

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

LMS:最小均方(LMS)算法是一种自适应滤波器,用于通过查找与产生误差信号的最小均方(期望信号和实际信号之间的差值)相关的滤波器系数来模拟期望滤波器


English Description:

LMS: the least mean square (LMS) algorithm is an adaptive filter used to simulate the desired filter by finding the filter coefficient related to the least mean square (the difference between the expected signal and the actual signal) that generates the error signal


代码预览