搜索资源列表
main
- 传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此我们需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。 -Wideband signals in the traditional sinusoidal interference suppression method is to use a notch filter (notch fil
kalmanRLSLMS
- 给出了kalman、RLS、LMS三种自适应滤波器的仿真程序,三种滤波器都采用了80次迭代,将仿真值与理论值进行了比较-Given kalman, RLS, LMS adaptive filter simulation program of three, three types of filters are used 80 iterations, the simulated values were compared with the theoretical value
LMS
- 很好的介绍了自适应滤波器的一些相关算法,lms算法,rls算法-Very good introduction to some of the adaptive filter correlation algorithm, lms algorithm, rls algorithm and so on
lms
- LMS算法使用matlab语言实现仿真 用于自适应滤波器-LMS algorithm using matlab simulation language used to achieve adaptive filter
LMSandsunspotcycle
- 正弦干扰陷波:LMS自适应滤波器算法 太阳黑子出现周期的研究:周期图法,Levison-Durbin法、Burg法求功率谱 及matlab入门学习课件-Sinusoidal interference Notch: LMS adaptive filter algorithm sunspot cycle appears Study: periodogram, Levison-Durbin method, Burg method for power spectrum and matla
matlab
- 关于LMS自适应滤波器的MATLAB实现-LMS adaptive filter on the realization of the MATLAB
AdaptFilterArithmetic
- 自适应滤波器算法,包括LMS算法和RLS算法,两者进行了对比,从而得到性能的比较-Adaptive filter algorithms, including LMS algorithm and RLS algorithm, the two were compared in order to be comparative performance
adaptive_all_in_one
- 自适应滤波器方面的10个例子,共包括 自适应滤波,盲均衡,解相关型LMS算法,TRAINING MODE and DECISION DIRECTED MODE,噪声消除,自适应滤波器设计等内容-Adaptive filter in 10 cases, and it includes adaptive filtering, blind equalization, decorrelation-based LMS algorithm, TRAINING MODE and DECISION DIRE
adaptive_Line_spectrum_enhance
- 基于FIR滤波器,LMs自适应算法此程序用于产生自适应谱线增强.-Based on Fir filter and LMS adaptive algorithm, it is used to enhance line spectrum adaptively.
matlab
- LMS算法的自适应滤波器MATLAB仿真,路径设置为一个低通滤波器。-LMS adaptive filter algorithm MATLAB simulation, the path is set to a low-pass filter.
LMS
- LMS自适应算法 自适应横向滤波器两个权值,输入随机信号r(n)的样本间相互独立,且它的平均功率为Pr =E[r2(n)]=0.01,信号周期为N=16个样点。求最佳权向量解ω0和收敛因子μ的取值范围,并分别汇出ω(0)=[0 0]T,μ=0.1及ω(0)=[4 -10]T,μ=0.05时,两种情况下的权值变化轨迹和第一种情况下误差e(n)与迭代次数n的关系曲线。-LMS adaptive algorithm The right value of the change trajector
LMS
- LMS自适应滤波器是使滤波器的输出信号与期望响应之间的误差的均方值为最小,因此称为最小均方(LMS)自适应滤波器。-LMS adaptive filter so that the filter output signal and the expected response the error between the minimum mean square value, so called minimum mean square (LMS) adaptive filter.
leastMeanSquare
- least mean square LMS自适应滤波器算法matlab代码,对自适应设计有很好的参考价值-least mean square LMS adaptive filter algorithm matlab code, a good reference value of adaptive design
lms
- 实现了经典的自适应滤波器的LMS算法,程序简单而且实用,可移植性强。-The classic LMS adaptive filter algorithm, the program is simple and practical, portability.
DSPII_USTC_01
- 传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并
lms
- 自适应滤波器的实现算法包括lms算法、nlms算法等等。(Adaptive filter implementation algorithms, including LMS algorithm, NLMS algorithm, and so on.)
basic_lms
- 一种最小方差的基本的自适应滤波器设计,可供参考(A minimum variance of the basic adaptive filter design for reference)
lms
- 基于LMS自适应算法滤波器的MATLAB代码,(Adaptive filter for implementation of LMS algorithm)
LMS
- LMS自适应滤波器程序,已经经过了调试。效果很好.(LMS adaptive filter program has been debugged. The effect is very good)
LMS算法自适应滤波器
- 给出完整的相关代码,实现自适应滤波器相关LMS算法对参考信号的干扰抑制作用