搜索资源列表
自适应滤波器
- 自适应滤波器在DSP中的C语言程序,应用于TMS320F206型号的DSP板,比较简单,资源大家共享。-adaptive filter in DSP C language program, TMS320F206 models used in the DSP board, relatively simple, we share resources.
work
- MATLAB算法仿真。自适应陷波滤波器去除单一频率的干扰。并且频率可调整。自适应信号处理。外加上一个讲义-MATLAB notch filter to trid off single frequency
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
exercise
- 自适应滤波器原理答案 不需帐号就可自由下载此源码-Principle of adaptive filter can answer no account free download this source
LMS
- 很好的介绍了自适应滤波器的一些相关算法,lms算法,rls算法-Very good introduction to some of the adaptive filter correlation algorithm, lms algorithm, rls algorithm and so on
matlab
- 关于LMS自适应滤波器的MATLAB实现-LMS adaptive filter on the realization of the MATLAB
adaptive_Line_spectrum_enhance
- 基于FIR滤波器,LMs自适应算法此程序用于产生自适应谱线增强.-Based on Fir filter and LMS adaptive algorithm, it is used to enhance line spectrum adaptively.
LMSsuanfazishiyingjunhengqi
- 在MATLAB中,使用LMS算法实现自适应均衡器,通过改变收敛因子和滤波器阶数就可以仿真均衡器的收敛速度和精度。-In MATLAB, use the LMS algorithm adaptive equalizer by changing the order of the convergence factor and the filter can simulate the equalizer on the convergence speed and accuracy.
zhongzhilvbo
- 改进的自适应中值滤波器,效果较好,运行速度,较快。-Improved Adaptive median filter, the effect better speed, fast.
Adaptivefilter
- 自适应滤波器,算法比较简单,要求高的就不适合了,适合一般大学生试验用-Adaptive filter algorithm is relatively simple, and high requirements are not appropriate for college students in general experimental
matlab程序
- 分别有三种不同的原始信号,分别在自适应滤波器下的滤波。(There are three different original signals, respectively, filtering under the adaptive filter.)
2
- matlab仿真实现自适应滤波器,对随机信号进行仿真(Matlab simulation to realize adaptive filter, simulation of random signal)
Desktop
- 基于matlab自适应滤波器的设计与实现程序和文章,亲试可用(Design and implementation of adaptive filter based on MATLAB, pro test available)
自适应
- 硬件实现自适应滤波器,当中使用了加法器,移相器(Hardware implementation adaptive filter)
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)
C语言开发自适应滤波器
- 改程序是以C语言为基础,开发的自适应滤波器。(The program is an adaptive filter based on C language.)
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算法对参考信号的干扰抑制作用