diff options
Diffstat (limited to '104/CH9/EX9.9/9_9.sce')
-rwxr-xr-x | 104/CH9/EX9.9/9_9.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/104/CH9/EX9.9/9_9.sce b/104/CH9/EX9.9/9_9.sce new file mode 100755 index 000000000..1d4bf9271 --- /dev/null +++ b/104/CH9/EX9.9/9_9.sce @@ -0,0 +1,9 @@ +//effect of addition of zeroes
+s=%s;
+sys1=syslin('c',1/(s*(s+1)*(2*s+1)))//taking T1=1,T2=2
+nyquist(sys1)
+show_margins(sys1,'nyquist')
+sys2=syslin('c',(3*s+1)/(s*(s+1)*(2*s+1)))//Td=3
+//nyquist(sys2)
+//show_margins(sys2,'nyquist')
+printf("these two plots show that addition of poles increases stability")
\ No newline at end of file |