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.

412 Chapter 8 IIR FILTER DESIGN<br />

roots of these polynomial, then<br />

where<br />

a = 1 2<br />

[ ]<br />

π (2k +1)π<br />

σ k =(aΩ c ) cos +<br />

2 2N<br />

[ ] k =0,...,N − 1 (8.53)<br />

π (2k +1)π<br />

Ω k =(bΩ c ) sin +<br />

2 2N<br />

( N<br />

α − N√ )<br />

1/α , b = 1 ( N<br />

α + N√ )<br />

1/α ,<br />

2<br />

and α = 1 √1+<br />

ɛ + 1 ɛ 2<br />

(8.54)<br />

These roots fall on an ellipse with major axis bΩ c and minor axis aΩ c .<br />

Now the system function is given by<br />

K<br />

H a (s) = ∏<br />

(s − p k )<br />

k<br />

(8.55)<br />

where K is a normalizing factor chosen to make<br />

⎧<br />

⎪⎨ 1, N odd<br />

H a (j0) = 1<br />

⎪⎩ √ ,Neven (8.56)<br />

1+ɛ<br />

2<br />

8.3.6 MATLAB IMPLEMENTATION<br />

MATLAB provides a function called [z,p,k]=cheb1ap(N,Rp) to design<br />

a normalized Chebyshev-I analog prototype filter of order N and passband<br />

ripple Rp and that returns zeros in z array, poles in p array, and<br />

the gain value k. Weneed an unnormalized Chebyshev-I filter with arbitrary<br />

Ω c . This is achieved by scaling the array p of the normalized filter<br />

by Ω c . Similar to the Butterworth prototype, this filter has no zeros.<br />

The new gain k is determined using (8.56), which is achieved by scaling<br />

the old k by the ratio of the unnormalized to the normalized denominator<br />

polynomials evaluated at s =0.Inthe following function, called<br />

U chb1ap(N,Rp,Omegac), wedesign an unnormalized Chebyshev-I analog<br />

prototype filter that returns H a (s) inthe direct form.<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!