summaryrefslogtreecommitdiff
path: root/29/CH7/EX7.17.2.i
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /29/CH7/EX7.17.2.i
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 '29/CH7/EX7.17.2.i')
-rwxr-xr-x29/CH7/EX7.17.2.i/exa7_17_2_i.jpgbin0 -> 30198 bytes
-rwxr-xr-x29/CH7/EX7.17.2.i/exa7_17_2_i.sce23
-rwxr-xr-x29/CH7/EX7.17.2.i/exa7_17_2_i_margin.jpgbin0 -> 30815 bytes
3 files changed, 23 insertions, 0 deletions
diff --git a/29/CH7/EX7.17.2.i/exa7_17_2_i.jpg b/29/CH7/EX7.17.2.i/exa7_17_2_i.jpg
new file mode 100755
index 000000000..7c82898e9
--- /dev/null
+++ b/29/CH7/EX7.17.2.i/exa7_17_2_i.jpg
Binary files differ
diff --git a/29/CH7/EX7.17.2.i/exa7_17_2_i.sce b/29/CH7/EX7.17.2.i/exa7_17_2_i.sce
new file mode 100755
index 000000000..064a86f72
--- /dev/null
+++ b/29/CH7/EX7.17.2.i/exa7_17_2_i.sce
@@ -0,0 +1,23 @@
+//caption:stability_using_Nyquist_criterion
+//example 7.17.2
+//page 237
+clf();
+s=%s;
+s1=-s;
+disp("for K=1.25")
+g=(1.25*(s+1))/((s+0.5)*(s-2));
+g1=(1.25*(s1+1))/((s1+0.5)*(s1-2));
+GH=syslin('c',g);
+GH1=syslin('c',g1);
+nyquist(GH);
+nyquist(GH1);
+mtlb_axis([-1.5 0.2 -0.3 0.3]);
+xtitle('Nyquist plot of (10*(s-1))/((s+2)*(s+3));')
+figure;
+show_margins(GH,'nyquist')
+disp("since the point(-1+%i0) is encircled clockwise by Nyquist plot ,so N=-1 and P=1(given)")
+N=-1;//no. of encirclement of -1+%i0 by G(s)H(s) plot anticlockwise
+P=1;//no. of poles of G(s)H(s) with positive real part
+Z=P-N;//np.of zeros of 1+G(s)H(s)=0 with positive real part
+disp(Z,"Z=")
+disp("as Z=2,there are two roots of closed loop characterstics eq having positive real part, hence system is unstable.") \ No newline at end of file
diff --git a/29/CH7/EX7.17.2.i/exa7_17_2_i_margin.jpg b/29/CH7/EX7.17.2.i/exa7_17_2_i_margin.jpg
new file mode 100755
index 000000000..cb36f5f40
--- /dev/null
+++ b/29/CH7/EX7.17.2.i/exa7_17_2_i_margin.jpg
Binary files differ