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.

108 Chapter 4 THE z-TRANSFORM<br />

6. Differentiation in the z-domain:<br />

Z [nx(n)] = −z dX(z) ; ROC: ROC x (4.9)<br />

dz<br />

This property is also called the multiplication-by-a-ramp property.<br />

7. Multiplication:<br />

Z [x 1 (n)x 2 (n)] = 1 ∮<br />

X 1 (ν)X 2 (z/ν) ν −1 dν;<br />

2πj C<br />

(4.10)<br />

ROC: ROC x1 ∩ Inverted ROC x2<br />

where C is a closed contour that encloses the origin and lies in the<br />

common ROC.<br />

8. Convolution:<br />

Z [x 1 (n) ∗ x 2 (n)] = X 1 (z)X 2 (z); ROC: ROC x1 ∩ ROC x2 (4.11)<br />

This last property transforms the time-domain convolution operation<br />

into a multiplication between two functions. It is a significant property<br />

in many ways. First, if X 1 (z) and X 2 (z) are two polynomials, then their<br />

product can be implemented using the conv function in MATLAB.<br />

□ EXAMPLE 4.4 Let X 1(z) =2+3z −1 +4z −2 and X 2(z) =3+4z −1 +5z −2 +6z −3 . Determine<br />

X 3(z) =X 1(z)X 2(z).<br />

Solution<br />

From the definition of the z-transform, we observe that<br />

x 1(n) ={2, 3, 4} and x 2(n) ={3, 4, 5, 6}<br />

↑<br />

↑<br />

Then the convolution of these two sequences will give the coefficients of the<br />

required polynomial product.<br />

MATLAB script:<br />

>> x1 = [2,3,4]; x2 = [3,4,5,6]; x3 = conv(x1,x2)<br />

x3 = 6 17 34 43 38 24<br />

Hence<br />

X 3(z) =6+17z −1 +34z −2 +43z −3 +38z −4 +24z −5<br />

Using the conv m function developed in Chapter 2, we can also multiply<br />

two z-domain polynomials corresponding to noncausal sequences. □<br />

□ EXAMPLE 4.5 Let X 1(z) =z +2+3z −1 and X 2(z) =2z 2 +4z +3+5z −1 . Determine X 3(z) =<br />

X 1(z)X 2(z).<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!