The unit impulse response of a system is its output when presented with a brief unit impulse .

For linear time-invariant (LTI) systems, the impulse response completely characterizes the system’s behavior. If we know , we can determine the system’s output for any arbitrary input as a convolution:

LTIC system.png

Intuition

We can conceptualize any input signal as a sum of infinitesimally narrow rectangular pulses. As the width of these pulses approaches zero, they effectively become Dirac delta function (impulses). 1

linear system input as rectangular pulses.png

If a system is linear, we can get each individual response from those impulse, and sum those responses to get the overall response. This is exactly what the convolution operation accomplishes.

Footnotes

  1. Linear Systems and Signals, 3rd Edition, 2.3