- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数字信号处理实验7概要1
Laboratory Exercise 7
DIGITAL FILTER DESIGN
7.1 DESIGN OF IIR FILTERS
Project 7.1 Estimation of IIR Filter Order
Answers:
Q7.1 The normalized passband edge angular frequency Wp is -0.2
The normalized stopband edge angular frequency Ws is -0.4
The desired passband ripple Rp is -0.5dB
The desired stopband ripple Rs is -40dB
(1) Using these values and buttord we get the lowest order for a Butterworth lowpass filter to be - 8
The corresponding normalized passband edge frequency Wn is - 0.2469 or 0.2469pi
(2) Using these values and cheb1ord we get the lowest order for a Type 1 Chebyshev lowpass filter to be -5
The corresponding normalized passband edge frequency Wn is - 0.2000
(3) Using these values and cheb2ord we get the lowest order for a Type 2 Chebyshev lowpass filter to be -5
[N, Wn] = cheb2ord(0.2,0.4,0.5,40).
The corresponding normalized passband edge frequency Wn is - 0.4000
(4) Using these values and ellipord we get the lowest order for an elliptic lowpass filter to be – 4
[N, Wn] = ellipord(0.2,0.4,0.5,40).
From the above results we observe that the Elliptic filter has the lowest order meeting the specifications.
Q7.2 The normalized passband edge angular frequency Wp is - 0.6000
The normalized stopband edge angular frequency Ws is - 0.3429
The desired passband ripple Rp is -1dB
The desired stopband ripple Rs is -50dB
Using these values and buttord we get the lowest order for a Butterworth highpass filter to be -8
[N, Wn] = buttord(Wp,Ws,Rp,Rs).
The corresponding normalized passband edge frequency Wn is - 0.5647
Using these values and cheb1ord we get the lowest order for a Type 1 Chebyshev highpass filter to be – 5
[N,Wn] = cheb1ord(Wp,Ws,Rp,Rs).
The corresponding normalized passband edge frequency Wn is - 0.6000
Using these values and cheb2ord we get the lowest order for a Type 2 Chebyshev highpass filter to be -5
[N,Wn] = cheb2ord(Wp,Ws,Rp,Rs).
The corresponding normalized passband edge frequency Wn
文档评论(0)