summaryrefslogtreecommitdiff
path: root/1430/CH11/EX11.8/exa11_8.sce
blob: 1106fd8e44b12b1e1993803e66032fc321d9590e (plain)
1
2
3
4
5
// Example 11.8
// An Illustrative Bode Plot
s=poly(0,'s');
h=syslin('c',(s+200)^2/(10*s^2))
bode(h)