summaryrefslogtreecommitdiff
path: root/257/CH3/EX3.10/example_3_10.sce
blob: 226c2ece3400717fcc63c8e8ad23d0ec8ed61b18 (plain)
1
2
3
4
5
syms s t R C

C=R*(1+2*%e^-s)/(2*s^2 + 2*s +1)

disp(C/R,'transfer function=')