- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
13 数字滤波器结构1
引 言 In earlier chapters we studied the theory of discrete systems in both the time and frequency domains. We will now use this theory for the processing of digital signals. To process signals, we have to design and implement systems called filters. The filter design issue is influenced by such factors as The type of the filter: IIR or FIR The form of its implementation: structures Different filter structures dictate different design strategies. 引 言 时域离散系统 可以用差分方程、单位脉冲响应、系统函数来描述 Difference equations Rational system functions ARMA(auto-regressive moving average) or recursive(递归) filters LTI 系统中包含三种基本运算:单位延迟、加法和乘法 说明(1)箭头: 信号流动的方向 (2)z-1 与系数a : 支路增益(没有标明,则增益为1) (3)圆点(网络节点): 两变量相加 (4)源节点或输入节点:输入x(n)的节点 (5)吸收节点或输出节点:输出y(n)的节点 (6)节点变量:每个节点处的变量 (7)和每个节点连接的有输入支路和输出支路,节点变量等于所有输入支路的输出之和。 IIR 系统的基本网络结构 IIR 系统的系统函数可以表示为 三种基本网络结构: 直接型(Direct form) two parts : moving average part , recursive part (or the numerator and denominator parts) 级联型(Cascade form) The system function H(z) is factored into smaller second-order sections, called biquads. H(z) is then represented as a product of these biquads. Each biquad is implemented in a direct form, and the entire system function is implemented as a cascade of biquad sections. 并联型(Parallel form) H(z) is represented as a sum of smaller second-order sections. Each section is again implemented in a direct form. The entire system function is implemented as a parallel network of sections. 直接型(Direct Form Structure) As the name suggests, the difference equation is implemented as given using delays, multipliers, and adders. For the purpose of illustration, Let M=N=2, 例1 设 IIR 数字滤波器的系统函数为 Matlab Implementation In Matlab the direct from structure is described by two row vectors: b containing the {bn} coefficients and a containing the {an} coefficients. The structure is implemented by the filter function. filter(b,a,x) 级联型 (Cascade Form) 例2 设 IIR 数字滤波器的系统函数为 Ma
原创力文档


文档评论(0)