BDSP Lecture 5
BDSP Lecture 5
Processing
BDSP-513
Lecture 5 – Z-transform
1
Overview
› Definition of Z-transform
› Properties of Z-transform
› Inverse Z-transform
› https://www.youtube.com/watch?v=XJRW6jamUHk
2
Z transform
4
Z transform
› The z transform for a causal sequence (one-sided) is defined as:
+ + +…
› The z transform for every signal has an associated Region of Convergence (ROC),
› Since the z-transform is an infinite series, it exists only for those values of z for
› All the values of z that make the summation exist form a Region of Convergence
› While all other values of z outside the ROC will cause the summation to diverge.
6
Z TRANSFORM TABLE
7
Example
Determine the z-transform of the following signals.
a)
solution
8
Example
b)
Solution
+…
› So ROC: 9
Example
Determine the z-transform of the following signals.
Solution
10
Example
Determine the z-transform of the following signals.
Solution
11
Properties of z-transform
Time Shifting/Shift Theorem
12
Properties of z-transform
Time Shifting/Shift Theorem
More generally,
13
Example
Determine the z-transform of the following signals.
Solution
ROC:
14
Example
Time Shifting/Shift Theorem
Find the z-transform of the signal x[n] defined by
Solution
15
Properties of Z-transform
Linearity
16
Example
Linearity
Solution
Applying the linearity of the z-transform, we have
17
Example
Linearity
Solution
Applying the linearity of the z-transform, we have
18
Example
Linearity
Solution
19
Example
Find the z transform of the signal x[n] depicted in the figure.
Solution
The signal x[n] is described as:
x[n] = 2δ[n] + δ[n-1] + 0.5δ[n-2]
22
Properties of z-transform
Convolution
Proof:
23
Example
Convolution
Consider the two sequences
24
Properties of z-transform
25
Inverse Z Transform
26
Inverse Z Transform
› To convert a function in the z domain into a function in the time domain requires
an inverse z transform.
› This conversion is necessary, for example, to find the time domain functions like
28
Inspection Method using Z Transform Tables
Find the x[n] that corresponds to the z transform
Solution
Using z transform table, the inverse z transform is
29
Inspection Method using Z Transform Tables
Find the inverse z transform of the function
The inverse Z transform is x[n] = δ[n+2] + 3δ[n] + δ[n] + δ[n-2] + δ[n-3] + δ[n-4] 34+ …
Long Division Method
Using long division method, determine the inverse z-transform of
or 35
Inverse z-Transform: Using Partial Fraction
𝑘 𝑓𝑟𝑜𝑚 𝑚 𝑡𝑜 1
36
Partial Fraction Method
Using partial fraction method, find the inverse z-transform of the signal
Solution
• The denominator of X(z) can be factored to give
5
X ( z )= 𝐴( 𝑧 +0.2)
+
𝐵𝑧
𝑧 ( 𝑧 +0.2) 𝑧 ( 𝑧 + 0.2) 𝑧 ( 𝑧 + 0.2)
• The partial fraction expansion is
𝐴 ( 𝑧 +0.2 ) =5|𝑧=− 0.2
Solution
• Eliminating the negative power of 𝑧 by multiplying the numerator and
denominator by 𝑧2 yields
38
Partial Fraction Method
› Again, we write
40
Partial Fraction Method
Using partial fraction method find the inverse z-transform of the signal
Solution
› Dividing both sides by 𝑧 leads to
Solution:
Dividing Y(z) by z,
We first find B:
Next find A:
42
Using the polar form,
Now we have:
43
Partial Fraction Expansion Using MATLAB
Problem: Find the partial expansion of
Solution: (𝑐 0 +𝑐 1 𝑧
−1
+𝑐 2 𝑧
−2
)
Therefore,
and
MATLAB performs the
partial fraction expansion
Solution:
45
Partial Fraction Expansion Using MATLAB
Problem: Find the partial expansion of
Solution:
Then
46