Signal Processing Toolbox Previous page   Next Page

Impulse Response

The impulse response of a digital filter is the output arising from the unit impulse input sequence defined as

In MATLAB, you can generate an impulse sequence a number of ways; one straightforward way is

The impulse response of the simple filter b = 1 and a = [1 -0.9] is

A simple way to display the impulse response is with the Filter Visualization Tool (fvtool):

Then click the Impulse Response button on the toolbar or select Impulse Response from the Analysis menu. This plot shows the exponential decay h(n) = 0.9n of the single pole system:


Previous page  Frequency Domain Filter Implementation Frequency Response Next page

© 1994-2005 The MathWorks, Inc.