0

I have a .wav file that is a recording of a person saying a sentence with a little bit of noise in it. First there is a few seconds of just noise, then the person speaking, then a second or two of just noise again. I wanted to see if I can filter out the noise using MATLAB; I heard that the frequency range of the human voice is 300Hz to 3kHz, so I tried making a lowpass filter with a cutoff frequency of 3kHz and then 4kHz (because I saw a small amount of signal all the way up to 8kHz when plotting the Fourier transform of the file) but neither seemed to help much. I think there is noise in the frequency range that the person is speaking. When I tried to remove noise using Audacity, by getting the "noise profile" of a few seconds of just noise in the recording, and then telling it to take out the noise, the file was much clearer. So, I was curious if there was a not too difficult way in MATLAB to find some properties of the section of the file where there is just noise and no one talking, and take out necessary amounts of those frequencies from the entire file?

If there is no somewhat easy/normal difficulty way of doing this, that's alright, because we can work with the files the way they are anyway. I was just curious if there was some way to mimic Aduacity's good result in MATLAB =)

I did not record these files, by the way, I got them from a database, so I don't know like the source of the noise or anything.

  • Noisy removal is not necessarily a question of bandwidth, if there is no overlap, the noise can be easily removed. Otherwise you will need other techniques which vary with the information available. If you have the shape, pdf of the noise, you can use a match (?, don't know how it is called in english) filter, that it seems to be what audacity did. If it is gaussian noise, there are other techniques also, but I don't work with this stuff. I have studied noise reduction when you have more than several channels and several sources, and you want to demix it. – Werner Aug 19 '13 at 04:47
  • Consider questioning it in the signal processing x) – Werner Aug 19 '13 at 04:48
  • It would be interesting to try out. If you like post a link to a sample. – Buck Thorn Aug 19 '13 at 08:47

0 Answers0