Skip to main content
Engineering LibreTexts

4.2: Discrete Time Impulse Response

  • Page ID
    22859
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Introduction

    The output of a discrete time LTI system is completely determined by the input and the system's response to a unit impulse.

    System Output A discrete time system H takes the input x[n] and produces the output y[n].
    Figure \(\PageIndex{1}\): We can determine the system's output, \(y[n]\), if we know the system's impulse response, \(h[n]\), and the input, \(x[n]\).

    The output for a unit impulse input is called the impulse response.

    An impulse input delta[n] going through a discrete time system H, producing the system's impulse response, h[n].

    Figure \(\PageIndex{2}\)

    delta[n] 'shocks' the system suddenly.(a)
    h[n] is the response to the shock.(b)

    Figure \(\PageIndex{3}\)

    Example Impulses

    Since we are considering discrete time signals and systems, an ideal impulse is easy to simulate on a computer or some other digital device. It is simply a signal that is 1 at the point \(n\) = 0, and 0 everywhere else.

    LTI Systems and Impulse Responses

    Finding System Outputs

    By the sifting property of impulses, any signal can be decomposed in terms of an infinite sum of shifted, scaled impulses.

    \[\begin{align}
    x[n] &=\sum_{k=-\infty}^{\infty} x[k] \delta_{k}[n] \nonumber \\
    &=\sum_{k=-\infty}^{\infty} x[k] \delta[n-k]
    \end{align} \nonumber \]

    The function \(\delta_{k}[\mathrm{n}]=\delta[\mathrm{n}-\mathrm{k}]\) peaks up where \(n=k\).

    The function δ[n-k]. It is simply 1 at point n and 0 everywhere else. Point n is marked on the graph.(a)
    The function x[k]. It has a strange shape. Point n is marked on the graph.(b)

    Figure \(\PageIndex{4}\)

    Since we know the response of the system to an impulse and any signal can be decomposed into impulses, all we need to do to find the response of the system to any signal is to decompose the signal into impulses, calculate the system's output for every impulse and add the outputs back together. This is the process known as Convolution. Since we are in Discrete Time, this is the Discrete Time Convolution Sum.

    Finding Impulse Responses

    Theory:

    1. Solve the system's Difference Equation for y[n] with f[n] = δ[n]
    2. Use the Z-Transform

    Practice:

    1. Apply an impulse input signal to the system and record the output
    2. Use Fourier methods

    We will assume that \(h[n]\) is given for now. The goal is now to compute the output \(y[n]\) given the impulse response \(h[n]\) and the input \(x[n]\).

    A system with impulse response h takes the input f and produces the output y.

    Figure \(\PageIndex{5}\)

    Impulse Response Summary

    When a system is "shocked" by a delta function, it produces an output known as its impulse response. For an LTI system, the impulse response completely determines the output of the system given any arbitrary input. The output can be found using discrete time convolution.


    This page titled 4.2: Discrete Time Impulse Response is shared under a CC BY license and was authored, remixed, and/or curated by Richard Baraniuk et al..

    • Was this article helpful?