Laboratory 3
Convolution: Computations and Applications


The main objective in lab this week is to practice computing the convolution integral. We will also learn about the impulse response of continuous-time systems, where you will determine the impulse response of an RC circuit two ways, analytically and experimentally. Please work in pairs on these lab exercises.

  1. Do you have any questions about Lab 2 or the Matlab programs that you used?

  2. Consider a series RC circuit driven by a voltage source, with the output voltage measured across the capacitor. We will use R = 10 kohms and C = 0.1 microfarads.

  3. Find the impulse response h(t) of an ideal integrator, i.e. a system whose output y(t) is the integral of the input x(t), as in tex2html_wrap_inline60.

  4. Convolve a unit step function with itself: y(t) = u(t) * u(t), and sketch y(t).

  5. Perform the four convolution exercises on the attached sheet. Sketch the results and show them to a lab instructor for verification.

  6. Consider the signals s1(t), s2(t) and filters with impulse response h1(t), h2(t) as shown below. Compute the output of each filter due to each input. That is, compute the four convolutions y11(t) = s1(t) * h1(t), y12(t) = s1(t) * h2(t), y21(t) = s2(t) * h1(t), y22(t) = s2(t) * h2(t).

    These signals and filters are commonly used in digital communication systems that transmit bits (0s and 1s) from one place to another.















  7. An application of convolution:

    The MATLAB script mus.m passes digitized music through discrete-time systems with various impulse responses and then plays the resulting music. Simulations of this type are used to understand how an audio speaker or a listening room with a certain impulse response will affect the music that is heard in the room. The impulse response can be measured easily in practice in order to obtain a model for a listening room.

    Run the Matlab script mus.m. You will also need to download the file slove.au and save it in the same directory as mus.m. The original music will be played, followed by the music convolved with g(t) = (2 pi 300) exp(-2 pi 300 t), and then the music convolved with a different function h(t). The impulse responses g(t) and h(t) will be plotted on your screen. The program takes a while to run, so be patient!

    You can listen to the results here, without running the MATLAB program:

    Please write brief answers to the following questions. You don't have to submit any plots.

Lab Reports: Each pair of students is required to submit a report explaining your answers to items 2 through 7. This "report" can be hand-written, and is actually more like a homework assignment. The objective is for you to practice with convolution computations, show all of the steps in your solutions, and hear the effects of convolution on sound signals.

All reports are due on Friday, October 8 at 9 AM.

Thank you, and have fun!