Solve Convolution Problem: Find y(t) Given h(t) and f(t)

  • Thread starter Thread starter GreenPrint
  • Start date Start date
  • Tags Tags
    Convolution
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
GreenPrint
Messages
1,186
Reaction score
0

Homework Statement



The unit impulse response of an LTIC system is h(t) = [itex]e^{-t}u(t)[/itex]. Find the system's (zero-state) response y(t) if the input f(t) is [itex]e^{-2t}u(t-3)[/itex].

Homework Equations



y(t) = f(t) * h(t) = [itex]∫^{∞}_{-∞}f(t)h(t-\tau)d\tau[/itex]
[itex]f_{1}(t) * f_{2}(t ) = c(t)[/itex]
[itex]f_{1}(t) * f_{2}(t - T) = c(t - T)[/itex]

The Attempt at a Solution



I'm not sure how to apply the shifting property because here in f(t) I have the unit step function only which is shifted and not the exponential. Is it possible to apply the shifting property above for this problem? I don't see how I can apply it for the reason mentioned above.

Thanks for any help.
 
Last edited:
Physics news on Phys.org
Thanks. I was able to do it. I'm however now stuck on a some what more challenging problem.

[itex]-\delta(t) * e^{t}u(-t) \stackrel{Δ}{=} ∫^{\tau = ∞}_{\tau = -∞}e^{t}u(-\tau)(-\delta(t-\tau))d\tau[/itex]

I know that

[itex]f(t) * \delta(t-T) = f(t - T)[/itex]

But I'm unsure how to apply this here. I guess in my case [itex]T = 0[/itex] but how do I tell with the negative sign of the dirac delta function? Is my solution

[itex]-e^{t}u(-t)[/itex]?

Thanks for help.