0% found this document useful (0 votes)
45 views3 pages

Experiment # 4B Z Transform and Its Properties: Objective

The document discusses the Z-transform and its properties. It provides examples of using MATLAB commands to calculate the Z-transform of different signals. The lab manual instructs students to find the Z-transform of several signals as tasks.

Uploaded by

Junaid Anwar
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)
45 views3 pages

Experiment # 4B Z Transform and Its Properties: Objective

The document discusses the Z-transform and its properties. It provides examples of using MATLAB commands to calculate the Z-transform of different signals. The lab manual instructs students to find the Z-transform of several signals as tasks.

Uploaded by

Junaid Anwar
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/ 3

Digital Signal Processing Lab.

Manual

Name M.Zeeshan Shabbir / UmerAfaq


Reg.No 2015-EE-454 / 2015-EE-470
Marks/ Grade

EXPERIMENT # 4b

Z Transform and its properties


Objective:
To learn how we can solve Z-Transform by using MATLAB commands.

Theory:
Z transform is an important tool for the analysis and design of discrete time signals. It transform a
signal of time domain into a function of variable z. For discrete time signal x(n), z transform is
define as,

𝑋[𝑍] = ∑ 𝑥[𝑛]𝑍 −𝑛
𝑛=−∞

The properties of the z-transform are generalizations of the properties of the discrete-time Fourier
transform.

Instructor: Sir Zain Shabbir UET Lahore, Faisalabad campus


Digital Signal Processing Lab. Manual

Example 1:

Find z transform of 𝒙(𝒏) = (𝟏/𝟒𝒏) 𝒖(𝒏).


>> 𝒔𝒚𝒎𝒔 𝒛 𝒏
>> 𝒛𝒕𝒓𝒂𝒏𝒔 (𝟏/𝟒^𝒏)

Example 2:

Find z transform of𝒙(𝒏) = (𝟏/𝟒𝒏) 𝒖(−𝒏).

>> 𝒔𝒚𝒎𝒔 𝒛 𝒏
>> 𝒛𝒕𝒓𝒂𝒏𝒔 (𝟒^𝒏)
𝒂𝒏𝒔 =

Lab Tasks:

Find z transform of
𝑥(𝑛) = (0.8𝑛) 𝑢(−𝑛 − 1).
𝑥(𝑛) = (4𝑛) 𝑢(1 − 𝑛).
𝑥(𝑛) = (𝑛 + 1)(3𝑛) 𝑢(𝑛).
𝑥(𝑛) = 𝑛𝑆𝑖𝑛(𝜋𝑛/3) 𝑢(𝑛) + (0.9𝑛) 𝑢(𝑛 − 1).

Instructor: Sir Zain Shabbir UET Lahore, Faisalabad campus


Digital Signal Processing Lab. Manual

Solution:

Conclusions:

In mathematics and signal processing, the Z-transform converts a discrete-time signal,


which is a sequence of real or complex numbers, into a complex frequency domain
representation. It can be considered as a discrete-time equivalent of the Laplace transform.

Instructor: Sir Zain Shabbir UET Lahore, Faisalabad campus

You might also like