Lab Sessional II (EPE 5D)
Lab Sessional II (EPE 5D)
Task I
a) Find frequency response and of H(z) and pole-zero plot using matlab
b) Find inverse ztransform of given transfer function using matlab.
jπ /4 −1
1+7 e z
H ( z )= −1
1−15 z
clc
close all
clear all
num=[1 -7];
denum=[1 15];
freqz (num, denum);
figure;
zplane (num, denum);