<< Chapter < Page | Chapter >> Page > |
Echo and Reverberation are two of the simplest applications of Digital Signal Processing (DSP). This laboratory shows how models of Echo and Reverberation can be designed using MATLAB and Simulink, and run them in real-time on the Texas Instruments C6000 DSPs.
Beginner - Assumes only very basic knowledge of MATLAB and Simulink. It is suitable for students with limited knowledge of Texas Instruments DSPs.
This laboratory was originally developed using the following hardware and software:
We shall start by running the Echo and Reverberation Simulink models. These use .wav files as the inputs.
From MATLAB, open EchoUsingWav.mdl
Double-click on the “Delay” block and change the “Delay (samples)” to a different value.
Run the model and hear how the effect has changed. Try a few different settings between 100 and 20000 “Delay (samples)”.
From MATLAB, open ReverberationUsingWav.mdl
Double-click on the “Delay” block. Change the “Delay (samples)” to a different value then run the model and listen to the effect.
Double-click on the “Gain” block. Change the “Gain” to 0.95 then run the model. Listen to the effect.
Alternatively, you can use computer loudspeakers.
Connect the C6713 hardware to a USB port of the computer and turn on the supply to the board.
If the board is powered, then the green LED lights on the board will come on during self-test.
The stages required to implement Echo and Reverberation are now described.
Start Code Composer Studio for C6713 DSK and use Debug ->Connect
Notification Switch
Would you like to follow the 'From matlab and simulink to real-time with ti dsp's' conversation and receive update notifications?