数字滤波器网络结构的 SIMULINK 仿真摘要:数字滤波器网络结构的设计,是数字滤波器实现的基础。本文利用 Simulink 软件设计了四个不同网络结构的滤波器仿真实例,并与直接通过系统函数 H(z)滤波器的输出结果比较。结果表明,利用 Simulink 软件直接仿真滤波器的网络结构,不仅可以形象直观地表现出滤波器的流程,而且大大降低滤波器的设计复杂度,提高数字滤波器网络结构的设计效率。关键词:SIMULINK;数字滤波器;网络结构Abstract:The design of digital filter’network structure is the basis for the digital filter implementation.Four examples of different network structure of the filter are designed and simulated by Simulink, compared with the output that directly through the system function H (z). Results show that simulation of filter’network structure using Simulink software, not only can visually manifest the process of filter, but also greatly reduce the design complexity of the filter and improve the efficiency of the design of digital filter’ network structure.Keywords: SIMULINK; digital filter; network structure数字滤波器是数字信号处理的一个重要组成部分。数字滤波器是一种运算过程,基本的运算单元有:加法器、乘法器(增益)和延迟(延时)元件,其功能是对输入离散信号进行运算处理,以达到改变信号频谱的目的。根据系统的单位冲激响应的特点,滤波器可分为 IIR 滤波器和 FIR 滤波器。IIR 滤波器有直接型、级联型、并联型等基本网络结构。FIR 滤波器有直接型、级联型、频率采样型和快速卷积型等基本网络结构。从滤波器的网络结构中可以分析出系统的加、乘法运算次数、延时单元个数和流程,这会影响滤波器的精度、误差、稳定性、经济性及运算速度等性质,所以网络结构是滤波器软件设计的编程基础、硬件实现的硬件结构。在设计滤波器之前,很有必要对滤波器的结构进行分析、演示和验证。Simulink 是 The MathWorks 公司开发的用于动态系统和嵌入式系统的多领域仿真和基于模型的设计工具,常集成于 MATLAB 中与之配合使用。其提供了一个交互式的图形化环境及可定制模块库(Library),可对各种时变系统,例如通讯、控制、信号处理、视频处理和图像处理系统等进行...