Z Transform1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 38

Z Transform, Inverse Z transform, Some

related Filter Questions, Miscellaneous Topics


Z-Transform
• in the z-domain (complex z-plane) the convolution of two time-domain
signals is equivalent to multiplication of their corresponding z-transforms.
This property greatly simplifies the analysis of the response of an LTI
system to various signals.
• In addition. the z-transform provides us with a means of characterizing an
LTI system, and its response to various signals, by its pole-zero locations.
Rational Z transform
Inverse Z transform
Successively divide to
eliminate the lowest
power of z-1
The rational z transform of x(n) is given by
# Determine the ROC of the system whose system function is given below
Relation between DFT and Z Transform
Recall DIT FFT Algorithm
• Pdf page 526- 527(Proakis 4th edition)
• Q) How does FFT algorithm help to reduce the memory requirement and help in place
computation.
Solution:

(a,b) are complex numbers and for storing them four storage locations are required. Two locations
are required for storing the real part and two locations for the imaginary part of complex numbers
a and b. After computation of the Radix two butterfly it generates output as (A,B) which are again
two complex numbers. For storing A and B again four storage locations are required. But for storing
A and B new storage locations are not required. They can be stored in the same storage locations
used by complex numbers a and b, since after butterfly operation a and b are no longer required. That is
only 4 storage locations are required for the two point radix 2 FFT. Therefore for N point DIF FFT only 2N
storage locations are required. The storage locations are reused at every stage. This is how FFT helps in
place computation
Miscellaneous Topics
• # Read about the twidle factor and its properties, Read about
aliasing, Read about Properties of FIR filter and IIR filter, Read
about Circular convolution with sequences having (i) equal
sample size and (ii) unequal sample size.

• # Test whether the sequence is circularly


even or odd.
Solution: Hint

You might also like