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.

236 Chapter 6 IMPLEMENTATION OF DISCRETE-TIME FILTERS<br />

A practical problem with the structure in Figure 6.16 is that it has<br />

poles on the unit circle, which makes this filter critically unstable. If the<br />

filter is not excited by one of the pole frequencies, then the output is<br />

bounded. We can avoid this problem by sampling H (z) onacircle |z| = r,<br />

where the radius r is very close to 1 but is less than 1 (e.g., r =0.99),<br />

which results in<br />

H (z) = 1 − rM z −M<br />

M<br />

M−1<br />

∑<br />

k=0<br />

H (k)<br />

(<br />

1 − rW −k ; H (k) =H re j2πk/M)<br />

M z−k (6.15)<br />

Now approximating H ( re j2πk/M) ≈ H ( e j2πk/M) for r ≈ 1, we can obtain<br />

a stable structure similar to the one in Figure 6.16 containing real values.<br />

This is explored in Problem P6.20.<br />

□ EXAMPLE 6.6 Let h (n) = 1 9 {1 ↑, 2, 3, 2, 1}. Determine and draw the frequency sampling form.<br />

Solution<br />

MATLAB script:<br />

>> h = [1,2,3,2,1]/9; [C,B,A] = dir2fs(h)<br />

C =<br />

0.5818<br />

0.0849<br />

1.0000<br />

B =<br />

-0.8090 0.8090<br />

0.3090 -0.3090<br />

A =<br />

1.0000 -0.6180 1.0000<br />

1.0000 1.6180 1.0000<br />

1.0000 -1.0000 0<br />

Since M =5is odd, there is only one 1st-order section. Hence<br />

[<br />

H (z) = 1 − z−5 −0.809 + 0.809z−1<br />

0.5818<br />

5<br />

1 − 0.618z −1 + z −2<br />

]<br />

0.309 − 0.309z−1<br />

+0.0848<br />

1+1.618z −1 + z + 1<br />

−2 1 − z −1<br />

The frequency-sampling form is shown in Figure 6.17.<br />

□<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!