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.
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 at the beginning of your next lab meeting on October 10 or 11.
Thank you, and have fun!