You are on page 1of 5

UNIVERSITY OF ENGINEERING AND TECHNOLOGY

TAXILA

DSP LAB :6

Submitted To: Sir Aamir Arsalan


Submitted by: Amna Bibi
Registration No: 19-CP-04
Lab Task No 01:-
Define vectors in MATLAB for expressing the following transfer function with numerator and denominator
polynomials. 𝐻(𝑧) = 4 − 5𝑧 −1 / 8 + 3𝑧 −1 + 𝑧 −2.

Lab Task No 02:-


Define vectors in MATLAB for expressing the transfer function with gain, roots of numerator and denominator
polynomials 𝐻(𝑧) = 4𝑧 −1 (1 − 0.5𝑧 −1 )(1 − 2𝑧 −1 )/ (1 + 0.3𝑧 −1)(1 − 0.4𝑧 −1)(1 + 0.6𝑧 −1)

Lab Task No 03:-


You can create following LTI system in transfer function model. 𝐻(𝑧) = 4 − 5𝑧 −1 /8 + 3𝑧 −1 + 𝑧 −2
Lab Task No 04:-
You can create following LTI system in the zero-pole-gain model 𝐻(𝑧) = 4𝑧 −1 (1 − 0.5𝑧 −1 )(1 − 2𝑧 −1 )/ (1 + 0.3𝑧
−1)(1 − 0.4𝑧 −1)(1 + 0.6𝑧 −1)

Lab Task No 05:-


You can determine the numerator and denominator from zero-pole-gain model that obtained in Example 4.

Lab Task No 06:-


You can convert transfer function model that obtained in Example 3 to zero-pole-gain model by typing either
following commands in Command Window.
Lab Task No 07:-
You can convert zero-pole-gain model that obtained in Example 4 to transfer function model by typing either
following commands in Command Window.

Lab Task No 08:-


You can obtain connect system functions in Example 3 and 4 in series.

Lab Task No 09:-


You can connect LTI models in parallel with MATLAB parallel command or the + operator for the object form.

Lab Task No 10:-


Express the system function in Example 4 into a partial fraction expansion.
Lab Task No 11:-
You can determine the pole, zero and gain from transfer function model that obtained in Example 3.

Lab Task No 12:-


You can obtain the pole-zero map of the transfer function model that obtained in Example 3 and 4 by using the
command pzmap.

You might also like