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.

System Representation in the z-Domain 123<br />

15<br />

Magnitude Response<br />

Magnitude<br />

10<br />

5<br />

0<br />

0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1<br />

frequency in π units<br />

0<br />

Phase Response<br />

Phase in π units<br />

−0.1<br />

−0.2<br />

−0.3<br />

−0.4<br />

0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1<br />

frequency in π units<br />

FIGURE 4.8 Frequency response plots in Example 4.11<br />

of the unit circle begins at ω = π. Toovercome this problem, we will use the<br />

second form of the freqz function as follows.<br />

>> [H,w] = freqz(b,a,200,’whole’);<br />

>> magH = abs(H(1:101)); phaH = angle(H(1:101));<br />

Now the 101st element of the array H will correspond to ω = π. Asimilar<br />

result can be obtained using the third form of the freqz function.<br />

>> w = [0:1:100]*pi/100; H = freqz(b,a,w);<br />

>> magH = abs(H); phaH = angle(H);<br />

In the future we will use any one of these forms, depending on our convenience.<br />

Also note that in the plots we divided the w and phaH arrays by pi<br />

so that the plot axes are in the units of π and easier to read. This practice<br />

is strongly recommended.<br />

c. From the z-transform in Table 4.1<br />

[<br />

]<br />

h(n) =Z −1 1<br />

1 − 0.9z , |z| > 0.9 =(0.9) n u(n) □<br />

−1<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!