搜索资源列表
lms
- LMS自适应波束形成算法及Matlab源代码。很好用。-LMS adaptive beamforming algorithm and Matlab source code. It just works well
LMS
- 噪声抵消的matlab程序源码 LMS算法 matlab程序-Matlab noise cancellation process of the LMS algorithm matlab source program
LMS
- LMS自适应滤波算法源程序,可以直接使用-LMS adaptive filtering algorithm source code, you can directly use
lms
- 自适应LMS算法。由于我要使用,所以将信源信号及加澡后的信源信号保存起来。方便在FPGA设计里使用。-Adaptive LMS algorithm. Because I would like to use, so the source signal and add a noise after the shower saved the source signal. Designed to use in the FPGA.
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-MATLAB
- LMS-MATLAB最小均方算法的Matlab源程序,模式识别中的分类器-LMS-MATLAB least-mean-square algorithm of Matlab source code, Pattern Recognition Classifier
lms
- 运用MATLAB设计一个LMS自适应滤波器,将一叠加在随机信号上的正弦干扰信号波滤除。-Use MATLAB to design a LMS adaptive filter, a random signal superimposed on the sine wave filter out signal interference.
LMS
- MATLAB code for LMS algorithm.
LMS-adapative
- 一种改进的变步长LMS自适应算法,论文不错!-An improved variable step-size LMS adaptive algorithm, thesis is true!
LMS
- 实现lms算法,实现lms自适应滤波器,给出性能曲线-To achieve lms algorithm to achieve lms adaptive filter, given performance curve
lms
- LMS算法,可以实现在计算机上的仿真,通过仿真可以清楚的了解结果-LMS
LMS
- 自适应变步长LMS算法,仿真与功能说明,算法详解,资料综合!-Auto LMS matlab
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
lms-matlab
- 介绍如何编写自适应lms算法的matlab仿真程序,很适合初学者-How to write adaptive lms algorithm matlab simulation program, it is suitable for beginners
rls-and-lms-Matlab
- rls和LMS的MATLAB仿真程序,供大家参考-rls and LMS in the MATLAB simulation program, for your reference
LMS
- LMS算法实现回声消噪,自己编写的原代码,对初学者有一定的帮助啊-LMS algorithm for echo cancellation noise, I have written the original code, there is some help for beginners ah
5807
- echo cancellation using lms matlab code
LMS-matlab-and-verilog
- LMS matlab及verilog程序-LMS MATLAB and Verilog program
LMS
- LMS算法是自适应波束形成中的经典算法,程序实现了用LMS算法得出波束形成图。(LMS algorithm is the classic algorithm of adaptive beamforming, and the program realizes beamforming with LMS algorithm.)