Prof. Rich Kozick
ELEC 320, Fall 1997

Laboratory 2
Convolution: Computation and Application to Concert Halls


The main objective in lab this week is to practice computing the convolution sum for discrete-time systems and the convolution integral for continuous-time systems. We will also learn about the impulse function and impulse response of continuous-time systems.

  1. What questions do you have on the concepts of impulse function, impulse response, and convolution?

    Some notes on the continuous-time impulse function are attached, and we will demonstrate how to measure the impulse response of an RC circuit in lab.

    Important point: Linear, time-invariant (LTI) systems are very nice. The impulse response h(t) of the system can be measured fairly easily. Then, the system response to any other input signal x(t) is obtained by convolving the input signal with h(t), i.e. the output is y(t) = x(t) * h(t) . This is why convolution is important!

  2. 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.

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

  4. Solve the three convolution problems on the attached sheet. Note that the answers are provided. Be sure that you understand the steps that lead to the answers.

  5. 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.

    [GRAPHIC NOT AVAILABLE IN HTML FILE -- SEE PAPER VERSION]

  6. 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 on a Sun computer. 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!

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

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

All reports are due on Tuesday, October 6 at 8 AM.

Thank you, and have fun!