ELEC 320, Fall 2006
Profs. Wismer & Kozick

Laboratory 4
Matlab Tutorial, Convolution Computations,
and Convolution Applications


The objectives in lab this week are to learn more about Matlab and to the convolution integral. You will have a chance to practice performing the convolution operation as well as see how it is applied to LTI system analysis. Please work in pairs on these lab exercises.

  1. You may find it helpful to refer to the MATLAB tutorial developed by Professor Jim Maneval at
    http://www.facstaff.bucknell.edu/maneval/help211/helpmain.html

    We recommend that you write a Matlab program to solve item 4 on Homework 7, but it is not required that you use Matlab for that assignment.

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

  5. 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 5. 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 at the beginning of your next lab meeting on October 9 or 11.

Thank you, and have fun!