ENG4200 02 Transforms R02
ENG4200 02 Transforms R02
Transforms
Transforms
Learning Contents
Z-Transform, operational theorems and their use in solving difference equations
of order one and two;
Fourier Transform and its applications
Z-Transform:
Laplace transform is one of mathematical tools (a powerful tool) to solve ordinary linear differential
equations. It is also very useful to analyze the characteristics of analogue systems (continuous-time
systems) and to evaluate the system responses to different excitations (inputs).
Z-transform is a discrete time equivalent of Laplace transform for solving linear, constant-coefficient
difference equations.
Example: Find the unit step response of the system described by the ODE as below with zero initial
condition.
H(s) = ; X(s) =
Y(s) =
= + )
Note: The skills of Partial Fraction, Completing Square, Use of LT Table are essential.
Z-transform is a discrete time equivalent of Laplace transform for solving linear, constant-coefficient
difference equations.
Similar procedures are used to find the response of a digital system to an excitation.
Definition:
The definitions of LT and z-Transform are shown in the Table 2.1 below.
Example:
∫ [ ]
With the definition introduced, the z-transform of some common functions can then be calculated as
the Table 2.2 shown below.
Example:
1. Find Z{2}
2. Find Z{3-n}
z-Transform Properties:
Similar to Laplace Transform, z-transform has some properties for simplifying the transformation and
operation. The Table 2.3 shows the commonly used properties. For the proof of the properties, please
refer to reference [1].
Please also note that the time shifting property listed in the table is based on the assumption that there
is zero initial conditions, i.e., x[n] = 0 for n<0. The time shifting properties with initial conditions will be
discussed later.
X(z) = +
The order of a difference equation is the difference between the largest and the smallest arguments k
appearing in it. For example:
y[n]-ay[n-1]=x[n]
y[n]+a1y[n-1]+a2y[n-2]=x[n]
Time Delay
i
Z{x[n i]} z i X ( z ) x[k ]z i k
k 1
Time Advance
i 1
Z{x[n i]} z i ( X ( z ) x[k ]z k )
k 0
Example:
The Transfer Function is defined as the ratio of the z transforms of the output and input.
Example:
2y[n] + 3y[n-1] + y[n-2] = x[n] + x[n-1] - x[n-2] with zero initial conditions
The numerator N(z) and denominator D(z) are polynomials with real coefficients. If N(z) and D(z) have no
common factors, then the roots of D(z) and N(z) are called the poles and zeros of the system
respectively.
Example:
The zeros and poles are commonly complex and when plotted on the complex plane (z-plane) it is called
the pole-zero plot.
Three cases:
1. If all poles lie in the region inside the unit circle of the z-plane, the system is stable.
2. If the poles lie on the unit circle, the system is marginally stable.
3. If the poles lie in the region outside the unit circle, the system is unstable.
Responses of a system
Example: Finding the unit step response of the system with the following transfer function
[ ] for n>0
Example: ( )and [ ]
Initial Value:
y[0] =
Final Value:
y[∞]= ±
Fourier Transform
“The motivation for the Fourier transform comes from the study of Fourier series. In the study of Fourier
series, complicated but periodic functions are written as the sum of simple waves mathematically
represented by sines and cosines. The Fourier transform is an extension of the Fourier series that results
when the period of the represented function is lengthened and allowed to approach infinity.” - Source
from Wikipedia, (2013). Fourier Transform.
It’s a tool to transform a waveform from time-domain to frequency-domain which contains information
for analysis, compression and recognition.
Fourier Series
For a periodic function f(t) that is integrable on [-T, T], it can be expressed as the Fourier series:
Ans:
Fourier transform
For any non-periodic function and assume T -> ∞, rewrite the complex form of Fourier series equation:
Define:
Here, F() is called the Fourier Transform of f(t) and equation of f(t) is called the inverse Fourier
Transform.
Example:
Find the FT of following function f(t) = A, for –T < t < T, and 0, otherwise.
Ans: 2ATsinc(T)
Example: Filtering
Find the output of a low pass filter if the sawtooth waveform in page 18 is fed to the filter with the
following transfer function.
n bn
0.7071
1 1 0.6366 -45o
0.4472
2 2 -0.3183 -63.4o
0.3162
3 3 0.2122 -71.6o
0.2425
4 4 -0.1592 -76.0o
Vout = 0.4501sin(t-45o)-0.14235sin(2t-63.4o)+0.0671sin(3t-71.6o)-0.0386sin(4t-76.0o)+…
References