02.10.2019 Views

UploadFile_6417

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

406 Chapter 8 IIR FILTER DESIGN<br />

□ EXAMPLE 8.2 Design a 3rd-order Butterworth analog prototype filter with Ω c =0.5 given in<br />

Example 8.1.<br />

Solution<br />

MATLAB script:<br />

>> N = 3; OmegaC = 0.5; [b,a] = u_buttap(N,OmegaC);<br />

>> [C,B,A] = sdir2cas(b,a)<br />

C = 0.1250<br />

B = 0 0 1<br />

A = 1.0000 0.5000 0.2500<br />

0 1.0000 0.5000<br />

The cascade form coefficients agree with those in Example 8.1.<br />

□<br />

8.3.3 DESIGN EQUATIONS<br />

The analog lowpass filter is specified by the parameters Ω p , R p ,Ω s , and<br />

A s . Therefore the essence of the design in the case of Butterworth filter<br />

is to obtain the order N and the cutoff frequency Ω c , given these specifications.<br />

We want<br />

• at Ω=Ω p , −10 log 10 |H a (jΩ)| 2 = R p or<br />

⎛<br />

⎞<br />

1<br />

−10 log 10 ⎜ ( )<br />

⎝<br />

2N<br />

⎟<br />

Ωp ⎠ = R p<br />

1+<br />

Ω c<br />

and<br />

• at Ω=Ω s , −10 log 10 |H a (jΩ)| 2 = A s or<br />

⎛<br />

⎞<br />

1<br />

−10 log 10 ⎜ ( )<br />

⎝<br />

2N<br />

⎟<br />

Ωs ⎠ = A s<br />

1+<br />

Ω c<br />

Solving these two equations for N and Ω c ,wehave<br />

N = log [(<br />

10 10<br />

R p/10 − 1 ) / ( 10 As/10 − 1 )]<br />

2 log 10 (Ω p /Ω s )<br />

In general, N will not be an integer. Since we want N to be an integer,<br />

we must choose<br />

⌈ [(<br />

log10 10<br />

R p/10 − 1 ) / ( 10 As/10 − 1 )] ⌉<br />

N =<br />

2 log 10 (Ω p /Ω s )<br />

(8.49)<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!