搜索资源列表
LMS和变步长LMS的性能比较
- 本程序对两种固定步长和一种变步长最小均方误差算法的权值收敛进行了仿真,结果表明变步长的算法效果更优。
LMS算法
- LMS算法,直接调用即可
NLMS 改进的LMS算法NLMS算法的MATLAB实现和其收敛性的验证程序
- 本例程为改进的LMS算法NLMS算法的MATLAB实现和其收敛性的验证程序-This routine is improved LMS algorithm NLMS algorithm in MATLAB and its convergence verification procedures
lms
- 自适应波束形成中的LMS算法matlab仿真程序-LMS
LMS
- LMS算法权值轨迹,学习曲线,误差曲线。MATLAB程序展示,有着良好的分析特性-LMS algorithm weight trajectory, the learning curve, the error curve. MATLAB program display, has a good analysis features
LMS
- lms算法演示,自适应信号处理授课内容,画出学习曲线,MATLAB程序-lms algorithm presentation, adaptive signal processing lectures, to draw the learning curve, MATLAB program
LMS
- 介绍lms算法的基本原理,用matalb编程,并给出了运行结果-Introduce the basic principles of LMS algorithm, using matalb programming, and give the results
lms
- 使用LMS算法进行预测的Matlab源代码 使用时只需改变载入文件名 调整L和delay就可以了-Using the LMS algorithm to predict the use of Matlab source code file name when you only need to change the load L and the delay can be adjusted in
LMS-FTF-LSL
- 包括:三种LMS算法实现AR(2)的预测,法2、3用递推计算Km,两者区别在于d(n)的取法略微不同;用LSL和FTF算法实现简单的系统辨识。-Include: three LMS algorithm AR (2) the forecast, France 2,3 calculated with recursion Km, whichever is the difference between d (n) of a slightly different取法 LSL and the FTF al
lms
- lms算法的一些研究成果,主要是这类算法的大致介绍和应用-lms algorithm the results of some studies, this type of algorithm is a general introduction and application of
LMS
- LMS算法(已调试通过了,试试就知道了)-LMS algorithm (has debug adopted, try to know)
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与RLS对比
- 预测信号由二阶AR模型产生,为二阶线性预测滤波器,LMS算法与RLS算法性能对比(The predicted signal is generated by the two order AR model, and is the two order linear prediction filter,performance comparison between LMS algorithm and RLS algorithm)
LMS算法实例
- 简单的LMS算法实现,对自适应滤波算法的学习很有帮助
LMS-Simulation
- 通过LMS算法建立自适应滤波器,实现语音信号降噪处理(An adaptive filter is established by LMS algorithm to reduce the noise of speech signal)
LMS算法改进
- Python神经网络-LMS算法改进-降低误差率(Improvement of -LMS algorithm for Python neural network)
RLS与LMS算法matlab实现
- 经典的LMS与RLS递归最小二乘算法,有中文注释,很好理解(Classic LMS AND RLS recursive least squares algorithm, Chinese notes, very good understanding.)
LMS
- 利用LMS算法更新滤波器参数,实现自适应信号处理(LMS algorithm is used to update filter parameters to realize adaptive signal processing)