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 /29/CH7/EX7.17.3 | |
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 '29/CH7/EX7.17.3')
-rwxr-xr-x | 29/CH7/EX7.17.3/exa7_17_3.jpg | bin | 0 -> 25421 bytes | |||
-rwxr-xr-x | 29/CH7/EX7.17.3/exa7_17_3.sce | 22 | ||||
-rwxr-xr-x | 29/CH7/EX7.17.3/exa7_17_3_margin.jpg | bin | 0 -> 23337 bytes |
3 files changed, 22 insertions, 0 deletions
diff --git a/29/CH7/EX7.17.3/exa7_17_3.jpg b/29/CH7/EX7.17.3/exa7_17_3.jpg Binary files differnew file mode 100755 index 000000000..d44922db2 --- /dev/null +++ b/29/CH7/EX7.17.3/exa7_17_3.jpg diff --git a/29/CH7/EX7.17.3/exa7_17_3.sce b/29/CH7/EX7.17.3/exa7_17_3.sce new file mode 100755 index 000000000..ed8094a7b --- /dev/null +++ b/29/CH7/EX7.17.3/exa7_17_3.sce @@ -0,0 +1,22 @@ +//caption:stability_using_Nyquist_criterion +//example 7.17.3 +//page 238 +clf(); +s=%s; +s1=-s; +g=(s+0.25)/(s^2*(s+0.5)*(s+1)); +g1=(s1+0.25)/(s1^2*(s1+0.5)*(s1+1)); +GH=syslin('c',g); +GH1=syslin('c',g1); +nyquist(GH); +nyquist(GH1); +mtlb_axis([-2000 500 -30 30]); +xtitle('Nyquist plot of (s+0.25)/(s^2*(s+0.5)*(s+1))') +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.3/exa7_17_3_margin.jpg b/29/CH7/EX7.17.3/exa7_17_3_margin.jpg Binary files differnew file mode 100755 index 000000000..123c17506 --- /dev/null +++ b/29/CH7/EX7.17.3/exa7_17_3_margin.jpg |