diff options
Diffstat (limited to '1499/CH5/EX5.8')
-rw-r--r-- | 1499/CH5/EX5.8/q8.png | bin | 0 -> 22541 bytes | |||
-rw-r--r-- | 1499/CH5/EX5.8/q8.sce | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/1499/CH5/EX5.8/q8.png b/1499/CH5/EX5.8/q8.png Binary files differnew file mode 100644 index 000000000..85b736dca --- /dev/null +++ b/1499/CH5/EX5.8/q8.png diff --git a/1499/CH5/EX5.8/q8.sce b/1499/CH5/EX5.8/q8.sce new file mode 100644 index 000000000..0d981b31c --- /dev/null +++ b/1499/CH5/EX5.8/q8.sce @@ -0,0 +1,16 @@ +s=%s;
+
+g=(1*((s+3)^3));
+
+G=syslin('c',g)
+fmin=0.01;
+fmax=100;
+bode(G,fmin,fmax)
+show_margins(G)
+
+[gm,freqGM]=g_margin(G)
+[pm,freqPM]=p_margin(G)
+disp(gm,"gain_margin=")
+disp((freqGM*2*%pi),"gain margin freq=");
+disp(pm,"phase margin=")
+disp((freqPM*2*%pi),"phase margin freq=");
|