diff options
Diffstat (limited to '269/CH13/EX13.4/ex4.sce')
-rw-r--r-- | 269/CH13/EX13.4/ex4.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/269/CH13/EX13.4/ex4.sce b/269/CH13/EX13.4/ex4.sce new file mode 100644 index 000000000..acdb34f27 --- /dev/null +++ b/269/CH13/EX13.4/ex4.sce @@ -0,0 +1,8 @@ +s=poly (0,'s')
+F=syslin('c',[1/(3*s+1)])//RC=3 sec
+G=F
+fmin=0.1
+fmax=100
+scf(1);clf;
+bode(G,fmin,fmax)
+show_margins(G)
\ No newline at end of file |