diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /104/CH9/EX9.8 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '104/CH9/EX9.8')
-rwxr-xr-x | 104/CH9/EX9.8/9_8.sce | 9 | ||||
-rwxr-xr-x | 104/CH9/EX9.8/9_8a.jpeg | bin | 0 -> 48791 bytes | |||
-rwxr-xr-x | 104/CH9/EX9.8/9_8b.jpeg | bin | 0 -> 55563 bytes |
3 files changed, 9 insertions, 0 deletions
diff --git a/104/CH9/EX9.8/9_8.sce b/104/CH9/EX9.8/9_8.sce new file mode 100755 index 000000000..eb3ca64e3 --- /dev/null +++ b/104/CH9/EX9.8/9_8.sce @@ -0,0 +1,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")
\ No newline at end of file diff --git a/104/CH9/EX9.8/9_8a.jpeg b/104/CH9/EX9.8/9_8a.jpeg Binary files differnew file mode 100755 index 000000000..09bc807f1 --- /dev/null +++ b/104/CH9/EX9.8/9_8a.jpeg diff --git a/104/CH9/EX9.8/9_8b.jpeg b/104/CH9/EX9.8/9_8b.jpeg Binary files differnew file mode 100755 index 000000000..53514686a --- /dev/null +++ b/104/CH9/EX9.8/9_8b.jpeg |