summaryrefslogtreecommitdiff
path: root/1499/CH5/EX5.31
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /1499/CH5/EX5.31
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '1499/CH5/EX5.31')
-rw-r--r--1499/CH5/EX5.31/s31.pngbin0 -> 10717 bytes
-rw-r--r--1499/CH5/EX5.31/s31.sce9
2 files changed, 9 insertions, 0 deletions
diff --git a/1499/CH5/EX5.31/s31.png b/1499/CH5/EX5.31/s31.png
new file mode 100644
index 000000000..88a2b900e
--- /dev/null
+++ b/1499/CH5/EX5.31/s31.png
Binary files differ
diff --git a/1499/CH5/EX5.31/s31.sce b/1499/CH5/EX5.31/s31.sce
new file mode 100644
index 000000000..bda215bef
--- /dev/null
+++ b/1499/CH5/EX5.31/s31.sce
@@ -0,0 +1,9 @@
+s=%s;
+H=syslin('c',1/(s*(s+1)*(1+2*s)))
+nyquist(H)
+show_margins(H,'nyquist')
+printf("Since P=1 and the pt. -1+j0 is encircled once by the locus")
+printf("Hence N=1 therefore, Z=0(no of zeros in RHP)")
+printf("System is stable")
+gm=g_margin(H) // gain margin
+pm=p_margin(H) // phase margin