laplace transform of dirac function

15 views (last 30 days)
john ne
john ne on 31 Mar 2015
Commented: Torsten on 31 Mar 2015
why is it that when im trying to find the laplace transform of a dirac function using the command
laplace(dirac(t+2)),
im getting an answer 0 shouldnt i be getting exp(2*s)? or there is problem since that "c" variable has negative value?

Answers (1)

Torsten
Torsten on 31 Mar 2015
syms t s
laplace(dirac(t + 2), t, s)
Best wishes
Torsten.
  1 Comment
Torsten
Torsten on 31 Mar 2015
It will give zero because the mass is concentrated at t=-2 whereas the integral is taken between 0 and infinity.
Best wishes
Torsten.

Sign in to comment.

Categories

Find more on Time Series in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!