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.
These signals and filters are commonly used in digital
communication
systems that transmit bits (0s and 1s) from one place to another.
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.
All reports are due on Friday, October 8 at 9 AM.
Thank you, and have fun!