搜索资源列表
matlab_filter
- 利用自适应LMS 算法,实现FIR最佳维纳滤波器。-using adaptive LMS algorithm to achieve the best Wiener FIR filter.
main
- 传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此我们需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。 -Wideband signals in the traditional sinusoidal interference suppression method is to use a notch filter (notch fil
adaptive_Line_spectrum_enhance
- 基于FIR滤波器,LMs自适应算法此程序用于产生自适应谱线增强.-Based on Fir filter and LMS adaptive algorithm, it is used to enhance line spectrum adaptively.
umattlab_fills
- 运用自适应LMS 算法,,实现FIR最佳维纳滤波器。 -Use of the adaptive LMS algorithm to achieve optimal FIR Wiener filter.
MATLAB
- 一个实现LMS的自适应FIR滤波器的代码-An implementation of the LMS adaptive FIR filter code
DSPII_USTC_01
- 传统的宽带信号中抑制正弦干扰的方法是采用陷波器(notch filter),为此需要精确知道干扰正弦的频率.然而当干扰正弦频率是缓慢变化时,且选频率特性要求十分尖锐时,则最好采用自适应噪声抵消的方法.下图是用一个二阶FIR的LMS自适应滤波器消除正弦干扰的一个方案。该代码实现了以下功能: 1) 借助MATLAB画出了滤波器的误差性能曲面和误差性能曲面的等值曲线; 2) 给出了最陡下降法以及LMS算法的计算公式; 3) 用MATLAB产生了方差为0.05, 均值为0白噪音S(n),并
LMS
- 利用LSM算法设计一个自适应滤波器,q阶FIR滤波器。先模拟生成信号,然后加高斯白噪声,再对其进行滤波处理。-Use LSM algorithm design an adaptive filter, q-order FIR filter. Generating the first analog signal, and then adding white Gaussian noise, then it is filtered.