02.10.2019 Views

UploadFile_6417

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

436 Chapter 8 IIR FILTER DESIGN<br />

□ EXAMPLE 8.16 Transform the system function H a(s) inExample 8.15 using the bilinear function.<br />

Solution<br />

MATLAB script:<br />

>> c = [1,1]; d = [1,5,6]; T = 1; Fs = 1/T;<br />

>> [b,a] = bilinear(c,d,Fs)<br />

b = 0.1500 0.1000 -0.0500<br />

a = 1.0000 0.2000 0.0000<br />

The filter is<br />

H(z) = 0.15+0.1z−1 − 0.05z −2<br />

1+0.2z −1<br />

as before.<br />

□<br />

8.4.4 DESIGN PROCEDURE<br />

Given digital filter specifications ω p , ω s , R p , and A s ,wewant to determine<br />

H(z). The design steps in this procedure are the following:<br />

1. Choose a value for T . This is arbitrary, and we may set T =1.<br />

2. Prewarp the cutoff frequencies ω p and ω s ; that is, calculate Ω p and Ω s<br />

using (8.67):<br />

Ω p = 2 (<br />

T tan ωp<br />

)<br />

, Ω s = 2 (<br />

2<br />

T tan ωs<br />

)<br />

(8.68)<br />

2<br />

3. Design an analog filter H a (s) tomeet the specifications Ω p ,Ω s , R p ,<br />

and A s .Wehave already described how to do this in the previous<br />

section.<br />

4. Finally, set<br />

H(z) =H a<br />

( 2<br />

T<br />

1 − z −1 )<br />

1+z −1<br />

and simplify to obtain H(z) asarational function in z −1 .<br />

In the next several examples we demonstrate this design procedure<br />

on our analog prototype filters.<br />

□ EXAMPLE 8.17 Design the digital Butterworth filter of Example 8.11. The specifications are<br />

ω p =0.2π, R p =1dB<br />

ω s =0.3π, A s =15dB<br />

Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).<br />

Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!