搜索资源列表
FIR
- 利用matlab实现的Fir滤波器设计程序。程序有较好的运行界面,滤波器各种参数均可设置。
FIR
- 在Matlab环境下实现的FIR滤波器,以通过编译和运行,可用
fir
- 用matlab来实现fir滤波器,包括矩形窗、汉宁窗、汉明窗、等波纹法!
RLS算法matlab实现
- 给出了基于RLS算法的IIR与FIR滤波器的设计实现,通过画图,得出滤波器抽头系数的比较。
firfilter.rar
- FIR滤波器设计程序,在MATLAB环境下实现FIR数字滤波器的设计,FIR filter design procedures, the MATLAB environment realize FIR digital filter design
FIR
- FIR滤波器,实现了消除心电信号中的杂音。-FIR filter, to achieve the elimination of noise ECG.
FIR
- 利用窗函数法实现FIR滤波器的设计,包括各种常见的窗口函数 -Window function method using FIR filter design, including a variety of common window function
FIR
- 一个简单的FIR滤波器实现编程,已经过调试,完全正确可用-A simple FIR filter programming, has been debugging, can be used entirely correct
FIR
- 利用MATLAB开发软件进行编程,实现了数字FIR低通滤波器的功能,程序直接可以运行!-Use MATLAB to develop software for programming, implementation of digital FIR low-pass filter function, the program can run directly!
cic
- 当前工程上广泛采用了一种高效滤波器,即CIC(cascaded integrator-comb filter)将其作为第一级来实现抽取、低通滤波。第二级再用一个普通的FIR滤波器就实现使后端设备工作在较低的频率下且硬件花销少、功耗也很低。-Widely used in the current project, a highly efficient filter, that is, CIC (cascaded integrator-comb filter) as the first level t
FIR_digital_filter_design
- FIR数字滤波器的设计:用窗函数法,频率采样法及优化设计法设计FIR滤波器的原理及方法,用MATLAB编程实现FIR数字滤波器的设计-FIR digital filter design: using window function method, frequency sampling method and optimal design of FIR filter design method principles and methods, using MATLAB programming desi
FIR-lowpass-design
- FIR 低通滤波器程序,matlab 实现-FIR filter using matlab
ALL-fir-low-band-highpass
- FIR 滤波器的低通,带通,高通实现,matlab-FIR using matlab
FIR_filter_design_and_implementation
- FIR滤波器的一种设计实现,给出了详细的源代码,和原理。-FIR filter design and implementation of a given source code in detail, and principles.
fir
- FIR滤波器,实现FIR滤波器的功能,是matlab源程序,使用方法是由主函数进行调用-FIR filters, FIR filter function, is matlab source, using a method called by the main function
FIR滤波器
- FIR滤波器matlab源程序,能够实现低通、高通、带通、带阻的滤波功能,滤波效果好。(FIR filter matlab source code, to achieve low-pass, high pass, band pass, with blocking filter function, filtering effect is good.)
FIR
- 提供了一个FIR滤波器的MATLAB实现程序(A MATLAB implementation program of FIR filter is provided)
基于matlab的FIR滤波器设计及DSP实现
- FIR 滤波器设计代码,可以在DSP上实现。(The design code of FIR filter can be implemented on DSP.)
FIR数字滤波器的设计与实现
- FIR滤波器的相关知识以及生成所需要用到的matlab函数,具体生成例程。(FIR filter related knowledge and generate the matlab function needed to generate specific routines.)
fir滤波器
- MATLAB实现函数fir滤波器,并有仿真图形实例,实测有效