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.

116 Chapter 4 THE z-TRANSFORM<br />

a =<br />

1.0000<br />

-1.3333<br />

0.3333<br />

so that<br />

X(z) =<br />

0+ 1 3 z−1<br />

1 − 4 3 z−1 + 1 3 z−2 = z −1<br />

3 − 4z −1 + z −2 = z<br />

3z 2 − 4z +1<br />

as before.<br />

□<br />

□ EXAMPLE 4.9 Compute the inverse z-transform of<br />

1<br />

X(z) =<br />

, |z| > 0.9<br />

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

Solution<br />

We will evaluate the denominator polynomial as well as the residues using the<br />

MATLAB script:<br />

>> b = 1; a = poly([0.9,0.9,-0.9])<br />

a =<br />

1.0000 -0.9000 -0.8100 0.7290<br />

>> [R,p,C]=residuez(b,a)<br />

R =<br />

0.2500<br />

0.5000<br />

0.2500<br />

p =<br />

0.9000<br />

0.9000<br />

-0.9000<br />

c =<br />

[]<br />

Note that the denominator polynomial is computed using MATLAB’s polynomial<br />

function poly, which computes the polynomial coefficients, given its roots.<br />

We could have used the conv function, but the use of the poly function is more<br />

convenient for this purpose. From the residue calculations and using the order<br />

of residues given in (4.16), we have<br />

0.25<br />

X(z) =<br />

1 − 0.9z + 0.5<br />

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

, 2 1+0.9z−1 |z| > 0.9<br />

( )<br />

0.25 0.5 0.9z<br />

−1<br />

=<br />

+<br />

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

, 2 1+0.9z−1 |z| > 0.9<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!