summaryrefslogtreecommitdiff
path: root/269/CH13/EX13.4/ex4.sce
blob: acdb34f27a3a0510e93893f1dddb011986ff5650 (plain)
1
2
3
4
5
6
7
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)