+ All Categories
Home > Documents > 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of...

𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of...

Date post: 14-Mar-2021
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
15
Transform Lab Notes 13
Transcript
Page 1: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

𝑧 Transform Lab Notes 13

Page 2: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Review Generalized CTFT -> Laplace Transform

𝑋 𝑠 = 𝑥 𝑡 𝑒−𝑠𝑡𝑑𝑡

−∞

𝑥 𝑡 =1

𝑗2𝜋 𝑋 𝑠 𝑒+𝑠𝑡𝑑𝑠

𝜎+𝑗∞

𝜎−𝑗∞

𝑋 𝑗𝜔 = 𝑥 𝑡 𝑒−𝑗𝜔𝑡𝑑𝑡

−∞

𝑥 𝑡 =1

2𝜋 𝑋 𝑗𝜔 𝑒+𝑗𝜔𝑡𝑑𝜔

−∞

Page 3: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Fourier Family Continuous Frequency, 𝑋 𝑓 Discrete Frequency, 𝑋 𝑘

Continuous Time, 𝑥 𝑡

Discrete Time, 𝑥 𝑛

Continuous Time Fourier Transform (CTFT)

Discrete Time Fourier Transform (DTFT)

Continuous Time Fourier Series (CTFS)

Discrete Time Fourier Series (DTFS) -OR- Discrete Fourier Transform (DFT)

Generalizes to Laplace Transform

Generalizes to 𝑧 Transform

Page 4: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

New Idea Generalized DTFT -> 𝑧 Transform

𝑋 𝑧 = 𝑥 𝑛 𝑧−𝑛∞

𝑛=−∞

𝑥 𝑛 =1

𝑗2𝜋 𝑋 𝑧 𝑧𝑛−1𝑑z

𝐶

𝑋 𝑒𝑗Ω = 𝑥 𝑛 𝑒−𝑗Ωn∞

𝑛=−∞

𝑥[𝑛] =1

2𝜋 𝑋 𝑒𝑗Ω 𝑒+𝑗Ωn𝑑Ω2𝜋

Page 5: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Bilateral 𝑧 Transform

𝑋 𝑧 = 𝑥 𝑛 𝑧−𝑛∞

𝑛=−∞

Region of Convergence for the bilateral z-Transform is dependent upon the nature of the discrete-time signal, 𝑥 𝑛 .

Page 6: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Example 𝑥 𝑛 = 0.5 𝑛 𝑢 𝑛

𝑥 𝑛 = … , 0.53, 0.52, 0.51, 1 , 0.51, 0.52, 0.53, …

Page 7: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Find z Transform of x[n]

𝑋 𝑧 = 0.5 𝑛 𝑢 𝑛 𝑧−𝑛∞

𝑛=−∞

rewriting the sum since the amplitude values are the same,

𝑋 𝑧 = 2 0.5𝑛 𝑧−𝑛∞

𝑛=0

− 1

the sum is just the geometric series

0.5𝑛 𝑧−𝑛∞

𝑛=0

= 0.5

𝑧

𝑛∞

𝑛=0

=1

1 −0.5𝑧

=𝑧

𝑧 − 0.5, 𝑧 > 0.5

∴ 𝑋 𝑧 =2𝑧

𝑧 − 0.5− 1 =

𝑧 + 0.5

𝑧 − 0.5, 𝑧 > 0.5

ROC

Page 8: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

In the z-plane 𝑋 𝑧 =𝑧 + 0.5

𝑧 − 0.5

Page 9: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Poles and Zeros

Just like the Laplace transforms, z Transforms have poles and zeros also

The function in matlab to map these on the complex plane is called zplane().

This is similar to pzmap().

Page 10: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Code

num1=[1 0.5];

den1=[1 -0.5];

zs1=roots(num1);

ps1=roots(den1);

zplane(zs1,ps1)

Page 11: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Frequency Response

Page 12: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Frequency Response

Additionally the function in matlab to show the frequency response of a discrete-time system is called freqz().

This is similar to freqs() for continuous-time systems.

Page 13: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Code

num1=[1 0.5];

den1=[1 -0.5];

omega=linspace(-20,20,200);

freqz(num1,den1,omega)

Page 14: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Multiplying polynomials

Question: How do I use MATLAB to multiply this expression?

𝑧2 + 2𝑧 + 10 𝑧 + 2

Answer: Use conv()!

conv([1 2 10],[1 2])

ans =

1 4 14 20

Note this function can be nested also!

Page 15: 𝑧 Transformperrins/class/F14_360/lab/... · 2014. 12. 2. · Unilateral z-Transform Region of Convergence for the unilateral z-Transform is always the open exterior of a circle,

Unilateral z-Transform

Region of Convergence for the unilateral z-Transform is always the open exterior of a circle, centered at the origin of the z-plane whose radius is the largest finite pole magnitude.

Contrast this with the Region of Convergence for the unilateral Laplace Transform which is always the region of the s-plane to the right of all the finite poles.

𝑋 𝑧 = 𝑥 𝑛 𝑧−𝑛∞

𝑛=0


Recommended