summaryrefslogtreecommitdiff
path: root/215/CH14/EX14.10/ex14_10.sce
blob: e3d28c7edba55c51ddfc95acc61afb3104c76304 (plain)
1
2
3
4
5
6
7
clc
//Example 14.10
//Install Symbolic toolbox
//Determine the transform of rectangular pulse
syms t s
v=integ(exp(-s*t),t,2,%inf)-integ(exp(-s*t),t,5,%inf)
disp(v,'V(s)=')