Skip to content Skip to navigation

Connexions

You are here: Home » Content » Deconvolution Basics

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.

    • External bookmarks
  • E-mail the author

Lenses

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.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice University ELEC 301 Projects

    This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection:"ELEC 301 Projects Fall 2004"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

Recently Viewed

This feature requires Javascript to be enabled.

Deconvolution Basics

Module by: Matthew Hutchinson

Summary: How to isolate two convolved signals.

Definition

Deconvolution is exactly what it sounds like: the undoing of convolution. This means that instead of mixing two signals like in convolution, we are isolating them. This is useful for analyzing the characteristics of the input signal and the impulse response when only given the output of the system. For example, when given a convolved signal yt=xt*ht y t=xt *ht, the system should isolate the components xt xt and ht ht so that we may study each individually. An ideal deconvolution system is shown below:

Figure 1: A system that performs deconvolution separates two convolved signals.
Ideal Deconvolution System
Ideal Deconvolution System (deconvolution.jpg)

Approach

Instead of producing one system that outputs both the convolved signals, it will be much easier for our purposes to consider separate systems that output one of the signals at a time. Thus, we desire the following systems:

Figure 2: The process of deconvolution is facilitated by splitting the process into separate systems.
Separate Systems
Separate Systems (2systems.jpg)

What it looks like each of these systems is doing is annihilating the undesired signal. This is, in fact, exactly correct. This system is a homomorphic filter.

Definition 1: Homomorphic Filter
A homomorphic filter is a system which accepts a signal composed of two components and returns the signal with one of the components removed.

A frequently applied method is to convert the convolution of two signals into a sum, and then implement a homomorphic filter to remove one of the signal components. This is the basis for cepstral analysis, so we will cover this later. A diagram of this method follows:

Figure 3: This is the basic deconvolution method implemented in cepstral analysis.
A Possible Deconvolution Method
A Possible Deconvolution Method (homomorphic.jpg)

The isolation of two convolved signals depends greatly on the characteristics of both signals. Thus, a wide variety of deconvolution methods exist. Since this is a study on speech analysis, we will cover only the deconvolution methods which focus the signals of the source filter model: the excitation signal and the impulse response of the vocal tract filter.

Deconvolution Methods for Speech Analysis

A few deconvolution methods that we will use in speech analysis are:

We study the first of these in the next area covering the cepstrum.

References

Rabiner, Lawrence R, and Schafer, Ronald W. Digital Processing of Speech Signals. Bell Laboratories, 1978.

Comments, questions, feedback, criticisms?

Send feedback