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/CH12/EX12.23.i | |
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/CH12/EX12.23.i')
-rwxr-xr-x | 29/CH12/EX12.23.i/exa12_23_i.jpg | bin | 0 -> 26404 bytes | |||
-rwxr-xr-x | 29/CH12/EX12.23.i/exa12_23_i.sce | 23 | ||||
-rwxr-xr-x | 29/CH12/EX12.23.i/exa12_23_i_margin.jpg | bin | 0 -> 23901 bytes |
3 files changed, 23 insertions, 0 deletions
diff --git a/29/CH12/EX12.23.i/exa12_23_i.jpg b/29/CH12/EX12.23.i/exa12_23_i.jpg Binary files differnew file mode 100755 index 000000000..35eb94b06 --- /dev/null +++ b/29/CH12/EX12.23.i/exa12_23_i.jpg diff --git a/29/CH12/EX12.23.i/exa12_23_i.sce b/29/CH12/EX12.23.i/exa12_23_i.sce new file mode 100755 index 000000000..a6d124d50 --- /dev/null +++ b/29/CH12/EX12.23.i/exa12_23_i.sce @@ -0,0 +1,23 @@ +//caption:stability_using_Nyquist_criterion +//example 12_23_i +//page 535 +clf(); +s=%s; +s1=-s; +disp("for K=0.1") +g=(0.1*(s+10)*(s+40))/(s*(s+1)*(s+4)); +g1=(0.1*(s1+10)*(s1+40))/(s1*(s1+1)*(s1+4)); +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 (0.1*(s+10)*(s+40))/(s*(s+1)*(s+4))') +figure; +show_margins(GH,'nyquist') +disp("since the point(-1+%i0) is not encircled clockwise by Nyquist plot ,so N=0 and P=0") +N=0;//no. of encirclement of -1+%i0 by G(s)H(s) plot anticlockwise +P=0;//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=0,there are no roots of closed loop characterstics eq having positive real part, hence system is stable.")
\ No newline at end of file diff --git a/29/CH12/EX12.23.i/exa12_23_i_margin.jpg b/29/CH12/EX12.23.i/exa12_23_i_margin.jpg Binary files differnew file mode 100755 index 000000000..c8103916f --- /dev/null +++ b/29/CH12/EX12.23.i/exa12_23_i_margin.jpg |