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.

Important Properties of the z-Transform 111<br />

with no change in the ROC. Applying the multiplication by a ramp property,<br />

{<br />

X(z) =z −2 −z dZ[(0.5)n cos( π n)u(n)] }<br />

3<br />

dz<br />

with no change in the ROC. Now the z-transform of (0.5) n cos( π n)u(n) from<br />

3<br />

Table 4.1 is<br />

Hence<br />

[<br />

Z (0.5) n cos<br />

X(z) =−z −1 d<br />

dz<br />

{<br />

= −z −1<br />

=<br />

( ) ] πn<br />

u(n) =<br />

3<br />

{<br />

=<br />

1 − (0.5 cos π 3 )z−1<br />

1 − 2(0.5 cos π ; |z| > 0.5<br />

3 )z−1 +0.25z−2 1 − 0.25z −1<br />

; |z| > 0.5<br />

1 − 0.5z −1 +0.25z−2 }<br />

1 − 0.25z −1<br />

, |z| > 0.5<br />

1 − 0.5z −1 +0.25z −2<br />

}<br />

−0.25z −2 +0.5z −3 − 0.0625z −4<br />

, |z| > 0.5<br />

1 − z −1 +0.75z −2 − 0.25z −3 +0.0625z −4<br />

0.25z −3 − 0.5z −4 +0.0625z −5<br />

, |z| > 0.5<br />

1 − z −1 +0.75z −2 − 0.25z −3 +0.0625z−4 MATLAB verification: To check that this X(z) isindeed the correct expression,<br />

let us compute the first 8 samples of the sequence x(n) corresponding to X(z),<br />

as discussed before.<br />

>> b = [0,0,0,0.25,-0.5,0.0625]; a = [1,-1,0.75,-0.25,0.0625];<br />

>> [delta,n]=impseq(0,0,7)<br />

delta =<br />

1 0 0 0 0 0 0 0<br />

n =<br />

0 1 2 3 4 5 6 7<br />

>> x = filter(b,a,delta) % check sequence<br />

x =<br />

Columns 1 through 4<br />

0 0 0 0.25000000000000<br />

Columns 5 through 8<br />

-0.25000000000000 -0.37500000000000 -0.12500000000000 0.07812500000000<br />

>> x = [(n-2).*(1/2).^(n-2).*cos(pi*(n-2)/3)].*stepseq(2,0,7) % original sequence<br />

x =<br />

Columns 1 through 4<br />

0 0 0 0.25000000000000<br />

Columns 5 through 8<br />

-0.25000000000000 -0.37500000000000 -0.12500000000000 0.07812500000000<br />

This approach can be used to verify the z-transform computations.<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!