搜索资源列表
algorithms-LMS-adaptive-filtering
- adaptive filter and its M atlab simulation based on LM S algorithm.-adaptive filter and its simulation M atlab S based on LM algorithm.
LMS
- 一个经典的LMS程序,是一个M函数程序,可自己编写主程序调用
LMS toolbox
- LMS toolbox LMS的工具箱。 内有多个有关LMS和RLS的m文件!-the toolbox. There are a number of LMS and RLS m documents!
自适应滤波程序
- 内有多个m文件!希望能帮助到有需要的朋友!其中有几个关于lms的m文件!-m with a number of documents! Hope can help to the needy friends! While a few of the LMS m documents!
LMSfilter
- the program is based on LMS filter algorithm,and it has been simulated,the simulation environment is matlab-the program is based on LMS filter algorith m, and it has been simulated. the simulation environment is Matlab
nlms
- This file include the normalized LMS algorithm and subband LMS algorithm. all of them are in m.file This file can be used to echo noise cancellation, and active noise control
lms
- 自适应最小均方lms算法,用matlab的m文件-Adaptive recursive least squares lms algorithm
LMS9
- 基于LMS算法的自适应噪声消除仿真分析,内含详细的文档说明-LMS-based adaptive noise cancellation algorithm simulation analysis, contains a detailed documentation
equalization
- 实现数字音频信号的幅频均衡,采用了lms算法和rls算法,有MATLAB的simulink模型,和m文件,还有部分c程序,已经本人完全测试过。-Digital audio signal of the amplitude-frequency equalization, using lms algorithm and rls algorithms, there are MATLAB-simulink model, and the m file, as well as part of the c pr
mylsm.m
- 一种采用LMS算法来求出滤波因子和输出函数函数。-A function which can calculate the filer impulse response and output signal base on LMS algorithm.
LAN2
- LMS算法和NLMS算法的比较。模拟的是回声消除。但没办法消除回声,只能做有限的处理。-LMS algorithm and NLMS algorithms. Simulate the echo cancellation. But no way to eliminate echo, can do only limited processing.
LMS_RLS_sim
- 功能描述:测试LMS与RLS算法,比较两种算法的收敛特性 文件名:LMS_RLS_sim.m 测试用例: x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声 文件输出:系数a1的值 调用函数:function [A] = LMS_Algo(M,N,mu,xn) 被调用:无 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13
LMS
- 用MATLAB编写的LMS算法源程序,是一个M函数-LMS algorithm source code written in MATLAB
setup
- m with a number of documents! Hope can help to the needy friends! While a few of the LMS m documents!
matlab-lms
- matlab最小二乘程序,用最小二乘法计算的初值,取前m个数据-matlab LMS matlab code
LMS.m
- LMS算法matlab程序实现,算法matlab程序实现-LMS algorithm Matlab Program realization
lms1.m
- LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器,这个是LMS在matlab的m文件,使用方便-LMS adaptive filter is the mean square value of the minimum error between the filter output signal and desired response, so called least-mean-square (LMS) adaptive filte
LMS
- 基于一阶AR模型u(n)=0.99u(n-1)+v(n),白噪声方差0.93627.步长0.05.分别使用M=2和M=3抽头的滤波器,用LMS算法实现u(n)的线性预测估计。并附仿真图已被参考。-Based on a first-order AR model u (n) = 0.99u (n-1) the+v (n), the white noise variance 0.93627 step 0.05. Respectively with M = 2 and M = 3-tap filter,
computerwork_1
- 1) 借助MATLAB画出误差性能曲面和误差性能曲面的等值曲线; 2) 写出最陡下降法, LMS算法的计算公式( ); 3) 用MATLAB产生方差为0.05,均值为0白噪音S(n),并画出其中一次实现的波形图; 4) 根据2)中的公式,并利用3)中产生的S(n),在1)中的误差性能曲面的等值曲线上叠加画出采用最陡下降法, LMS法时H(n)的在叠代过程中的轨迹曲线。 5)用MATLAB计算并画出LMS法时 随时间n的变化曲线(对 应S(n)的某一次的一次实现)和e(n)波形;某
m
- 用lms和rcs算法实现均衡器 总共分为1步和20步(Implementation of equalizer with LMS algorithm)