You are on page 1of 1

Lab 09 To Study the Laplace Transform of Discrete Time Signals.

clear all; clf


syms s t w
disp('>>>>> Inverse Laplace <<<<<')
x=ilaplace((3*s-4)/(s^3+3*s^2+2*s))
figure(1)
ezplot(x,[0,10])
axis([0 10 -2.5 .5])
grid

You might also like