summaryrefslogtreecommitdiff
path: root/104/CH9/EX9.8/9_8.sce
blob: eb3ca64e3621390f2e6450c5bfe51bf35ab1bc88 (plain)
1
2
3
4
5
6
7
8
9
//effect of addition of poles
s=%s;
sys1=syslin('c',1/(s^2*(s+1)))//taking T1=1
nyquist(sys1)
show_margins(sys1,'nyquist') 
sys2=syslin('c',1/(s^3*(s+1)))
//nyquist(sys2)
//show_margins(sys2,'nyquist')  
printf("these two plots show that addition of poles decreases stability")