0% found this document useful (0 votes)
6 views

X (Z) (8z 3 + 2z 2 - 5z) / (Z 3 - 1.75z + 0.75) : Digital Signal Processing LAB Task # 01

This document outlines 4 tasks for a digital signal processing lab using Matlab. Task 1 involves finding the Z-Transform of 5 signals. Task 2 verifies the results of Task 1 by taking the Inverse Z-Transform and finds the Inverse Z-Transform of an additional signal. Task 3 uses the "residuez" command to find the Inverse Z-Transform of a given signal. Task 4 determines the first 11 coefficients of the Inverse Z-Transform of a transfer function using the "impz" and "filter" functions.

Uploaded by

Fakhar Abbas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

X (Z) (8z 3 + 2z 2 - 5z) / (Z 3 - 1.75z + 0.75) : Digital Signal Processing LAB Task # 01

This document outlines 4 tasks for a digital signal processing lab using Matlab. Task 1 involves finding the Z-Transform of 5 signals. Task 2 verifies the results of Task 1 by taking the Inverse Z-Transform and finds the Inverse Z-Transform of an additional signal. Task 3 uses the "residuez" command to find the Inverse Z-Transform of a given signal. Task 4 determines the first 11 coefficients of the Inverse Z-Transform of a transfer function using the "impz" and "filter" functions.

Uploaded by

Fakhar Abbas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Digital Signal Processing LAB

Task # 01:
Using Matlab, find the Z-Transform of the following signals.

i)
ii)
iii)
iv)
v)

X(n) = a^n.u(n)
X(n)= n.a^n.u(n)
X(n)=n. (n+1)u(n)
X(n)Cos(wn).u(n)
X(n)= a^n.cos(wn).u(n)

Task # 02:
Verify the results of Task # 01 by taking the Inverse Z-Transform.
Also find the Inverse Z-Transform of the following signal and verify it.

X (z) = (8z^3 + 2z^2 - 5z)/ (z^3 - 1.75z + 0.75)


Task # 03:
Using Matlab, compute the Inverse Z-transform of the following signla using
residuez command.

X(z) =

1
(10.9 Z ) (1+0.9 Z1)
1 2

|z|>0.9

Task # 04:
Determine the first 11 coefficients of the inverse z-transform of the given
equation H (z) using impz and filter function.

H (z) =

1+0 . 2 Z1
1+0 . 4 Z 10 . 12 Z2

You might also like