Summary: After brainstorming and organizing our gameplan, we attack our problems with our method and create a MATLAB problem that gives us great distortion, according to our taste.
Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.
We start off with our wav file. The very first
thing we need to do with this file is convert it into a vector
format that matlab using wavread1. After converting the the
file to a vector, we play around with the coefficients and
powers, making sure each power is less than one. To check out
the sound of each try, soundsc is a helpful
function. Our group found 10*note.5+10*note.9+1*note
To get rid of all the noise, our group created a simple .m file:
The first part of the code is the band pass filter, then
second utilizes the FFT.