summaryrefslogtreecommitdiff
path: root/257/CH7/EX7.22/example_7_22.sce
blob: d52d322355e07940ae4f018523a08d1bdeb41281 (plain)
1
2
3
4
5
6
7
8
syms t s
p=poly([1 2],'s','coeff');
q=poly([0 1 2 1],'s','coeff');
T=p/q //gain FACTOR=40
R=1/s;
C=R*T;
c=ilaplace(C,s,t)
disp(c," c = ")