
- DSP - Home
- DSP - Signals-Definition
- DSP - Basic CT Signals
- DSP - Basic DT Signals
- DSP - Classification of CT Signals
- DSP - Classification of DT Signals
- DSP - Miscellaneous Signals
- Operations Signals - Shifting
- Operations Signals - Scaling
- Operations Signals - Reversal
- Operations Signals - Differentiation
- Operations Signals - Integration
- Operations Signals - Convolution
- Basic System Properties
- DSP - Static Systems
- DSP - Dynamic Systems
- DSP - Causal Systems
- DSP - Non-Causal Systems
- DSP - Anti-Causal Systems
- DSP - Linear Systems
- DSP - Non-Linear Systems
- DSP - Time-Invariant Systems
- DSP - Time-Variant Systems
- DSP - Stable Systems
- DSP - Unstable Systems
- DSP - Solved Examples
- Z-Transform
- Z-Transform - Introduction
- Z-Transform - Properties
- Z-Transform - Existence
- Z-Transform - Inverse
- Z-Transform - Solved Examples
- Discrete Fourier Transform
- DFT - Introduction
- DFT - Time Frequency Transform
- DTF - Circular Convolution
- DFT - Linear Filtering
- DFT - Sectional Convolution
- DFT - Discrete Cosine Transform
- DFT - Solved Examples
- Fast Fourier Transform
- DSP - Fast Fourier Transform
- DSP - In-Place Computation
- DSP - Computer Aided Design
- Digital Signal Processing Resources
- DSP - Quick Guide
- DSP - Useful Resources
- DSP - Discussion
DSP - Z-Transform Solved Examples
Example 1
Find the response of the system s(n+2)−3s(n+1)+2s(n)=δ(n), when all the initial conditions are zero.
Solution − Taking Z-transform on both the sides of the above equation, we get
S(z)Z2−3S(z)Z1+2S(z)=1⇒S(z){Z2−3Z+2}=1
⇒S(z)=1{z2−3z+2}=1(z−2)(z−1)=α1z−2+α2z−1
⇒S(z)=1z−2−1z−1
Taking the inverse Z-transform of the above equation, we get
S(n)=Z−1[1Z−2]−Z−1[1Z−1]
=2n−1−1n−1=−1+2n−1
Example 2
Find the system function H(z) and unit sample response h(n) of the system whose difference equation is described as under
y(n)=12y(n−1)+2x(n)
where, y(n) and x(n) are the output and input of the system, respectively.
Solution − Taking the Z-transform of the above difference equation, we get
y(z)=12Z−1Y(Z)+2X(z)
=Y(Z)[1−12Z−1]=2X(Z)
=H(Z)=Y(Z)X(Z)=2[1−12Z−1]
This system has a pole at Z=12 and Z=0 and H(Z)=2[1−12Z−1]
Hence, taking the inverse Z-transform of the above, we get
h(n)=2(12)nU(n)
Example 3
Determine Y(z),n≥0 in the following case −
y(n)+12y(n−1)−14y(n−2)=0giveny(−1)=y(−2)=1
Solution − Applying the Z-transform to the above equation, we get
Y(Z)+12[Z−1Y(Z)+Y(−1)]−14[Z−2Y(Z)+Z−1Y(−1)+4(−2)]=0
⇒Y(Z)+12ZY(Z)+12−14Z2Y(Z)−14Z−14=0
⇒Y(Z)[1+12Z−14Z2]=14Z−12
⇒Y(Z)[4Z2+2Z−14Z2]=1−2Z4Z
⇒Y(Z)=Z(1−2Z)4Z2+2Z−1