搜索资源列表
LMS算法
- LMS算法,直接调用即可
LMS
- LMS算法的基本原理分析介绍文档(难度为入门级别)-Introduction of LMS Algorithm
LMS
- 噪声抵消的matlab程序源码 LMS算法 matlab程序-Matlab noise cancellation process of the LMS algorithm matlab source program
lms
- LMS算法使用matlab语言实现仿真 用于自适应滤波器-LMS algorithm using matlab simulation language used to achieve adaptive filter
lms
- lms算法的一些研究成果,主要是这类算法的大致介绍和应用-lms algorithm the results of some studies, this type of algorithm is a general introduction and application of
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
LMS
- LMS算法(已调试通过了,试试就知道了)-LMS algorithm (has debug adopted, try to know)
lms
- lms算法的详细过程介绍及matlab程序-lms algorithm in detail the process of introduction and matlab program
LMS
- 自适应变步长LMS算法,仿真与功能说明,算法详解,资料综合!-Auto LMS matlab
lms
- LMS算法的MATLAB 实现 结果正确 可以直接使用-MATLAB LMS algorithm can be used directly to achieve the correct result
LMS
- 基于LMS算法的matlab实现,比较基本的LMS算法,可用于自适应滤波器仿真-Matlab implementation based on LMS algorithm is a basic implementation of LMS algorithm for adaptive filter simulation.
LMS
- 布斯算法 LMS算法 布斯算法 LMS算法 布斯算法 LMS算法-Booth algorithm LMS algorithm LMS operator operator Fabu Si Fa Busi algorithm LMS algorithm LMS algorithm Operator Fa Busi
LMS
- LMS算法的MATLAB实现以及实例,显示输出序列-LMS algorithm and example MATLAB implementation, show that the output sequence
LMS
- 一种改进的LMS算法及其在噪声对消中的应用。在分析传统定步长LMS算法和变步长LMS算法的基础上,提出了一种改进的变步长LMS算法。新算法利用瞬时误差绝对值三次方的指数形式和遗忘因子同时调整步长,更好的解决了收敛速度和稳态误差的矛盾-An improved LMS algorithm and its application in noise cancellation. In the analysis of the traditional fixed step and variable step
variable-step-LMS-algorithm-
- 一种变步长LMS算法及其Matlab仿真-A variable step size LMS algorithm and its Matlab simulation
LMS算法的matlab程序
- LMS算法是一种基于最小均方误差准则,通过调节权系数使得滤波器的输出信号y(n)与期望响应信号d(n)之间的均方误差的最小的算法。
改进LMS算法
- 改进的LMS算法及其在噪声对消中的应用,更好的解决了收敛速度和稳态误差的矛盾(The improved LMS algorithm and its application in noise cancellation can better solve the contradiction between convergence speed and steady-state error)
LMS算法实例
- 简单的LMS算法实现,对自适应滤波算法的学习很有帮助
LMS算法下不同u值的参数收敛曲线
- LMS算法下关于不同的u值的参数产生的收敛曲线(Parameter convergence curves of different u values under LMS algorithm.)
LMS算法
- lms自适应滤波算法的matlab仿真。包含lms算法的学习曲线。(lms adaptive filtering)