summaryrefslogtreecommitdiff
path: root/52/CH2/EX2.17/Example2_17.sce
blob: dbc5d815d1fcad6fac5d3b18ad54e2411ccd29b3 (plain)
1
2
3
4
5
6
7
8
9
//Example 2.17
//To draw the pole-zero plot
clear;
clc ;
close ;
z=%z
H1Z=((z)*(z-1))/((z-0.25)*(z-0.5));
xset('window',1);
plzr(H1Z);