summaryrefslogtreecommitdiff
path: root/257/CH3/EX3.4/example_3_4.sce
blob: 53a44d5c58733db62cb4f92a04281a51581b43a6 (plain)
1
2
3
4
5
//laplace transform of unit impulse response is transfer function
syms s t

y=laplace(%e^(-4*t),t,s)
disp(y,"transfer function=")