summaryrefslogtreecommitdiff
path: root/104/CH9/EX9.8
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /104/CH9/EX9.8
downloadScilab-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-x104/CH9/EX9.8/9_8.sce9
-rwxr-xr-x104/CH9/EX9.8/9_8a.jpegbin0 -> 48791 bytes
-rwxr-xr-x104/CH9/EX9.8/9_8b.jpegbin0 -> 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
new file mode 100755
index 000000000..09bc807f1
--- /dev/null
+++ b/104/CH9/EX9.8/9_8a.jpeg
Binary files differ
diff --git a/104/CH9/EX9.8/9_8b.jpeg b/104/CH9/EX9.8/9_8b.jpeg
new file mode 100755
index 000000000..53514686a
--- /dev/null
+++ b/104/CH9/EX9.8/9_8b.jpeg
Binary files differ