(New page: We are given the input to an LTI system along with the system's impulse response and told to find the output y(t). Since the input and impulse response are given, we simply use convolutio...)
(No difference)

Revision as of 22:07, 1 July 2008

We are given the input to an LTI system along with the system's impulse response and told to find the output y(t). Since the input and impulse response are given, we simply use convolution on x(t) and h(t) to find the system's output.


$  y(t) = h(t) * x(t) = \int_{-\infty}^\infty x(t)h(t-\tau)d\tau   $ 

Plugging in functions for x(t) and h(t) we get:

$   = \int_{-\infty}^\infty e^{-\tau}u(\tau)u(t-1-\tau)d\tau   $

We now change the interval of integration to reflect the step function

$  = \int_{0}^\infty e^{-\tau}u(t-1-\tau)d\tau   $

Finally, by changing the interval of integration again we get:

$  \begin{align} &= \int_{0}^{t-1} e^{-\tau}d\tau \\ &= -e^{-(t-1)} - (-e^{0}) \\ &= 1 - e^{-(t-1)} \end{align}  $

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett