Skip to content Skip to navigation

Connexions

You are here: Home » Content » Convolution - Analog

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

      What are tags? tag icon

      Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

    • External bookmarks
  • E-mail the authors
  • Rate this module (How does the rating system work?)

    Rating system

    Ratings

    Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

    How to rate a module

    Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

    (0 ratings)

Recently Viewed

This feature requires Javascript to be enabled.

Convolution - Analog

Module by: Anders Gjendemsjø, Richard Baraniuk

Summary: Introduces convolution for analog signals.

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

In this module we examine convolution for continuous time signals. This will result in the convolution integral and its properties. These concepts are very important in Electrical Engineering and will make any engineer's life a lot easier if the time is spent now to truly understand what is going on.

In order to fully understand convolution, you may find it useful to look at the discrete-time convolution as well. Accompanied to this module there is a fully worked out example with mathematics and figures. It will also be helpful to experiment with the Convolution - Continuous time applet available from Johns Hopkins University. These resources offers different approaches to this crucial concept.

Derivation of the convolution integral

The derivation used here closely follows the one discussed in the motivation section above. To begin this, it is necessary to state the assumptions we will be making. In this instance, the only constraints on our system are that it be linear and time-invariant.

Brief Overview of Derivation Steps:

  1. An impulse input leads to an impulse response output.
  2. A shifted impulse input leads to a shifted impulse response output. This is due to the time-invariance of the system.
  3. We now scale the impulse input to get a scaled impulse output. This is using the scalar multiplication property of linearity.
  4. We can now "sum up" an infinite number of these scaled impulses to get a sum of an infinite number of scaled impulse responses. This is using the additivity attribute of linearity.
  5. Now we recognize that this infinite sum is nothing more than an integral, so we convert both sides into integrals.
  6. Recognizing that the input is the function ft f t , we also recognize that the output is exactly the convolution integral.

Figure 1: We begin with a system defined by its impulse response, ht h t .
Figure 1 (ctimpresp1.png)
Figure 2: We then consider a shifted version of the input impulse. Due to the time invariance of the system, we obtain a shifted version of the output impulse response.
Figure 2 (ctimpresp2.png)
Figure 3: Now we use the scaling part of linearity by scaling the system by a value, fτ f τ , that is constant with respect to the system variable, tt.
Figure 3 (ctimpresp3.png)
Figure 4: We can now use the additivity aspect of linearity to add an infinite number of these, one for each possible ττ. Since an infinite sum is exactly an integral, we end up with the integration known as the Convolution Integral. Using the sampling property, we recognize the left-hand side simply as the input ft f t .
Figure 4 (ctimpresp4.png)

Convolution Integral

As mentioned above, the convolution integral provides an easy mathematical way to express the output of an LTI system based on an arbitrary signal, xt x t , and the system's impulse response, ht h t . The convolution integral is expressed as

yt=-xτhtτdτ y t τ x τ h t τ (1)
Convolution is such an important tool that it is represented by the symbol *, and can be written as
yt=xt*ht y t x t h t (2)
By making a simple change of variables into the convolution integral, τ=tτ τ t τ , we can easily show that convolution is commutative:
xt*ht=ht*xt x t h t h t x t (3)
which gives an equivivalent form of Equation 1
yt=-xtτhτdτ y t τ x t τ h τ (4)
For more information on the characteristics of the convolution integral, read about the Properties of Convolution.

Implementation of Convolution

Taking a closer look at the convolution integral, we find that we are multiplying the input signal by the time-reversed impulse response and integrating. This will give us the value of the output at one given value of tt. If we then shift the time-reversed impulse response by a small amount, we get the output for another value of tt. Repeating this for every possible value of tt, yields the total output function. While we would never actually do this computation by hand in this fashion, it does provide us with some insight into what is actually happening. We find that we are essentially reversing the impulse response function and sliding it across the input function, integrating as we go. This method, referred to as the graphical method, provides us with a much simpler way to solve for the output for simple (contrived) signals, while improving our intuition for the more complex cases where we rely on computers. In fact Texas Instruments develops Digital Signal Processors which have special instruction sets for computations such as convolution.

Summary

Convolution is a truly important concept, which must be well understood.

convoltion integral:

yt=-xτhtτdτ y t τ x τ h t τ

convoltion integral:

yt=-hτxtτdτ y t τ h τ x t τ

Comments, questions, feedback, criticisms?

Send feedback