summaryrefslogtreecommitdiff
path: root/842/CH11/EX11.8/Example11_8.sce
blob: ce044e133002ae646354793e24a6d8872c43e321 (plain)
1
2
3
4
5
6
7
8
9
10
//clear//
//Example 11.8:Nyquist criterion for Discrete Time Systems
//Nyquist Plot
//Discrete Time System
z = %z;
//Open Loop Transfer Function
F = syslin('d',[1/(z*(z+0.5))])
clf;
nyquist(F)
show_margins(F,'nyquist')