fir
Fir滤波器,全称无限脉冲响应滤波器,在数字信号处理中扮演着至关重要的角色。它以其卓越的稳定性、线性相位特性以及高效的计算性能著称,广泛应用于音频处理、图像增强及通信系统设计等多个领域。掌握Fir技术不仅能够帮助工程师们构建更加精准的数据过滤方案,还能促进创新思维的发展。本站提供788个精选Fir相...
共 738 份资源
源代码 10,000
fir 热门资料
查看全部 738 份 →
PDF文档
FIR filter design with unseperable window, seperable window, frequency sampling method
FIR filter design with unseperable window, seperable window, frequency sampling method...
PDF文档
source code c54x FIR filter with linear addressing
source code c54x FIR filter with linear addressing...
PDF文档
source code c54x FIR filter with circular addressing
source code c54x FIR filter with circular addressing...
PDF文档
基于matlab FPGA verilog的FIR滤波器设计
本例程实现8阶滤波器,9个系数,由于系数的对称性,h(0)=h(8),h1(1)=h(7),h(2)=h(6),h(3)=h(5),h(4)为中间单独一个系数。实现框图:推导出当系数N为偶数时,例如N=4:y(n)=h(0)*{x(0)+x...