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.

124 Chapter 4 THE z-TRANSFORM<br />

□ EXAMPLE 4.12 Given that<br />

is a causal system, find<br />

H(z) =<br />

z +1<br />

z 2 − 0.9z +0.81<br />

a. its transfer function representation,<br />

b. its difference equation representation, and<br />

c. its impulse response representation.<br />

Solution The poles of the system function are at z =0.9̸ ± π/3. Hence the ROC of<br />

this causal system is |z| > 0.9. Therefore the unit circle is in the ROC, and the<br />

discrete-time Fourier transform H(e jω ) exists.<br />

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

H(e jω )=<br />

b. Using H(z) =Y (z)/X(z),<br />

e jω +1<br />

e j2ω − 0.9e jω +0.81 = e jω +1<br />

(e jω − 0.9e jπ/3 )(e jω − 0.9e −jπ/3 )<br />

Y (z)<br />

X(z) = z +1<br />

z 2 − 0.9z +0.81<br />

Cross multiplying,<br />

(<br />

z<br />

−2<br />

z −2 )<br />

=<br />

z −1 + z −2<br />

1 − 0.9z −1 +0.81z −2<br />

Y (z) − 0.9z −1 Y (z)+0.81z −2 Y (z) =z −1 X(z)+z −2 X(z)<br />

Now taking the inverse z-transform,<br />

or<br />

y(n) − 0.9y(n − 1) + 0.81y(n − 2) = x(n − 1) + x(n − 2)<br />

y(n) =0.9y(n − 1) − 0.81y(n − 2) + x(n − 1) + x(n − 2)<br />

c. Using the MATLAB script,<br />

>> b = [0,1,1]; a = [1,-0.9,0.81]; [R,p,C] = residuez(b,a)<br />

R =<br />

-0.6173 - 0.9979i<br />

-0.6173 + 0.9979i<br />

p =<br />

0.4500 + 0.7794i<br />

0.4500 - 0.7794i<br />

C =<br />

1.2346<br />

>> Mp = (abs(p))’<br />

Mp =<br />

0.9000 0.9000<br />

>> Ap = (angle(p))’/pi<br />

Ap =<br />

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