Skip to content Skip to navigation

Connexions

You are here: Home » Content » Naive Deconvolution Theory

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 authors

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

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

Recently Viewed

This feature requires Javascript to be enabled.

Naive Deconvolution Theory

Module by: Chris Lamontagne, Bryce Luna

Summary: Theory behind deconvolution of recorded sound to reproduce an input.

There are many characteristics of a room that determine the impulse response of a room. The physical dimensions of the room and the wall surfaces are crucial in predicting how sound reacts. Using basic properties of geometry, we can predict the paths that sound waves will travel on, even as they bounce off walls. The walls themselves have certain reflection coefficients that describe the power of the reflected signal with respect to the signal in contact with the wall. So it appears that with the dimensions of the room and the reflection coefficients of the walls in the room it is possible to generate an impulse response for that room. Using a simple tape measure we recorded the height, width, and length of Duncan 1075 and a Will Rice dorm room, and used a MATLAB program called Room Impulse Response to find the approximate impulse response of these two rooms. We decided to take two samples in each room, leaving us with four theoretical impulse responses.

Figure 1
Theoretical Impulse in Duncan - LeftTheoretical Impulse in Duncan - Right
Subfigure 1.1Subfigure 1.2
Theoretical Impulse in Duncan - Left (DuncanTheoryLeft.png)Theoretical Impulse in Duncan - Right (DuncanTheoryRight.png)

Figure 2
Theoretical Impulse in Will Rice - LeftTheoretical Impulse in Will Rice - Right
Subfigure 2.1Subfigure 2.2
Theoretical Impulse in Will Rice - Left (WillRiceTheoryLeft.png)Theoretical Impulse in Will Rice - Right (WillRiceTheoryRight.png)

Clearly these will not be incredibly accurate, as they assume a completely rectangular, and empty, room. Neither of these rooms were completely rectangular, and they were also not empty. However, this gives us a good approximation of the impulse response. The signals decay significantly as time increases, which is expected. When we record the actual response using an approximate impulse, this data will help determine if we have an accurate measurement.

Once we have the impulse response of each room, we must find an appropriate signal to deconvolve. We chose a piano tune, as a piece of music should have a more simple frequency response than speech. After recording the impulse response and the input, we theoretically have enough data to reconstruct the signal using deconvolution. The recorded output is the convolution of the input with the system. y t = x t * h t y t = x t * h t y t x t h t The recorded output has a frequency spectrum defined by Y jw = X jw H jw Y jw = X jw H jw y t x t h t Using simple algebra, we can solve for the input frequency coefficients: X jw = Y jw / H jw X jw = Y jw / H jw y t x t h t We have H(jw), the impulse response, and Y(jw), the FFT of the recorded signal. Thus we can find X(jw), the frequency spectrum of the input signal, and by taking the inverse FFT we are left with the input signal x(t).

Comments, questions, feedback, criticisms?

Send feedback