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.

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

we have<br />

1<br />

H(z) =1.2346 − 0.1173<br />

1+0.9z − 0.1173 1<br />

, |z| > 0.9<br />

−1 1 − 0.9z−1 or from Table 4.1<br />

h(n) =1.2346δ(n) − 0.1173 {1+(−1) n } (0.9) n u(n)<br />

c. From Table 4.1 Z[u(n)] = U(z) =<br />

or<br />

V (z) =H(z)U(z)<br />

[<br />

Finally,<br />

=<br />

=<br />

(1 + z −1 )(1 − z −1 )<br />

(1 + 0.9z −1 )(1− 0.9z −1 )<br />

1<br />

, |z| > 1. Hence<br />

1 − z−1 ] [<br />

1<br />

1 − z −1 ]<br />

, |z| > 0.9 ∩|z| > 1<br />

1+z −1<br />

, |z| > 0.9<br />

(1+0.9z −1 )(1− 0.9z −1 )<br />

1<br />

V (z) =1.0556<br />

1 − 0.9z − 0.0556 1<br />

, |z| > 0.9<br />

−1 1+0.9z−1 v(n) =[1.0556(0.9) n − 0.0556 (−0.9) n ] u(n)<br />

Note that in the calculation of V (z) there is a pole-zero cancellation at z =1.<br />

This has two implications. First, the ROC of V (z) isstill {|z| > 0.9} and not<br />

{|z| > 0.9 ∩|z| > 1=|z| > 1}. Second, the step response v(n) contains no<br />

steady-state term u(n).<br />

d. Substituting z = e jω in H(z),<br />

H(e jω )=<br />

1 − e−j2ω<br />

1 − 0.81e −j2ω<br />

We will use the MATLAB script to compute and plot responses.<br />

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

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

>> subplot(2,1,1); plot(w/pi,magH); grid<br />

>> xlabel(’frequency in pi units’); ylabel(’Magnitude’)<br />

>> title(’Magnitude Response’)<br />

>> subplot(2,1,2); plot(w/pi,phaH/pi); grid<br />

>> xlabel(’frequency in pi units’); ylabel(’Phase in pi units’)<br />

>> title(’Phase Response’)<br />

The frequency response plots are shown in Figure 4.10.<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!