Skip to content Skip to navigation

Connexions

You are here: Home » Content » Explanation of Wiener Deconvolution

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 2006"

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

Recently Viewed

Explanation of Wiener Deconvolution

Module by: Weston Harper

Weiner Deconvolution

How to Use the Connexions Document Template

Our system can be described in block diagram form as:

Figure 1
Figure 1 (Graphic1.jpg)

Where:

  • f[n] = our original signal
  • h[n] = the room response
  • y[n] = measured recording in the room

Assuming the room is an LTI system, y[n] is related to f[n] and h[n] by discrete time convolution:

f[n]*h[n]=y[n]

Convolution is commutative so the following also holds:

h[n] * f[n] = y[n]

Taking the Discrete Time Fourier Transform of f[n], h[n], and y[n] shows that in the frequency domain, the convolution of f[n] and h[n] is equivalent to multiplication of their Fourier counterparts:

F(jw) H(jw) = Y(jw)

Given a known original signal and a known measured recording, the room’s frequency response can be determined by division in the frequency domain:

H(jw) = Y(jw) /F(jw)

Similarly, given a known room response and known measured recording, the original signal can be determined by division in the frequency domain.

F(jw) = Y(jw) /H(jw)

The inverse DTFT can then be used to determine the impulse response h[n] or the recovered signal f[n].

Room Noise

The room also contains additive noise (which can be recorded). A more accurate block diagram drawing of our system is:

Figure 2
Figure 2 (Graphic2.jpg)

The measured recording, y[n] can be related to the original signal, room response, and noise in frequency as:

F(jw) H(jw) + N(jw)= Y(jw)

In order to compute the room’s frequency response or the DTFT of the recovered signal, division in the frequency domain is again performed:

H(jw) = (Y(jw) / F(jw)) – (N(jw)/ F(jw))

F(jw) = (Y(jw) / H(jw)) – (N(jw)/ H(jw))

Many of the fourier coefficients of the room response are small (especially at high frequencies), so deconvolution has the undesirable effect of greatly amplifying the noise.

Noise Reduction

An improvement upon normal deconvolution is to apply a Wiener filterbefore deconvolution to reduce the additive noise. The Wiener filter utilizes knowledge of the characteristics of the additive noise and the signal being recovered to reduce the impact of noise on deconvolution. This process is known as Wiener deconvolution. The Wiener filter’s mathematical effect on the room’s frequency response can be seen below:

Graphic4.png

Where “x” is the frequency variable, H(x) is the room’s frequency response, G(x) is the wiener-filtered version of the inverse of the room response and, S(x) is the expected signal strength of the original signal f[n], and N(x) is the expected signal strength of the additive noise.

F(x) =G(x) Y(x)

Where F(x) is the DTFT of the recovered signal and Y(x) is the DTFT of the measured recording.

The following example from image processing shows effectiveness of Wiener deconvolution at reversing a blurring filter while accounting for noise.

Figure 3
Figure 3 (Graphic3.jpg)

Because of the added S(x) and N(x) terms, Wiener deconvolution cannot be used without knowledge of the original signal and noise. Voice characteristics are fairly predictable, whereas the characteristics of the room are difficult to estimate. Therefore, Wiener deconvolution can only be used when recovering the audio signal (not to determine the room response).

More information on Wiener Deconvolution can be found here.

Comments, questions, feedback, criticisms?

Send feedback