<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173345</link>
    <title>MATLAB Central Newsreader - How to remove white noise from wav audio files</title>
    <description>Feed for thread: How to remove white noise from wav audio files</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sun, 27 Jul 2008 19:13:15 -0400</pubDate>
      <title>How to remove white noise from wav audio files</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173345#445756</link>
      <author>JOE</author>
      <description>Hi!I have been making a speaker verification system using Matlab.Unfortunately,when I record wav audio clips via a microphone,white noise is present in the wav files.&lt;br&gt;
&lt;br&gt;
How do I remove the white noise to enable a more accurate speaker verification system?&lt;br&gt;
&lt;br&gt;
My code for reading the wav file is as below&lt;br&gt;
&lt;br&gt;
[s,fs]=wavread('train\joe.wav');&lt;br&gt;
&lt;br&gt;
I was hoping to remove the white noise from the amplitude values (s) such that the filtered signal becomes one of the input parameters in my Mel-Frequency Cepstrum Co-efficients as shown below&lt;br&gt;
&lt;br&gt;
v = mfcc(s, fs); where s is the filtered signal.&lt;br&gt;
&lt;br&gt;
Please help me and I shall be infinitely grateful.Thanks in advance.</description>
    </item>
    <item>
      <pubDate>Sat, 22 Nov 2008 07:28:04 -0500</pubDate>
      <title>Re: How to remove white noise from wav audio files</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/173345#612546</link>
      <author>Johan Carlson</author>
      <description>JOE &amp;lt;joemwangii@gmail.com&amp;gt; wrote in message &amp;lt;18667858.1217186063014.JavaMail.jakarta@nitrogen.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; Hi!I have been making a speaker verification system using Matlab.Unfortunately,when I record wav audio clips via a microphone,white noise is present in the wav files.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; How do I remove the white noise to enable a more accurate speaker verification system?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; My code for reading the wav file is as below&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; [s,fs]=wavread('train\joe.wav');&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I was hoping to remove the white noise from the amplitude values (s) such that the filtered signal becomes one of the input parameters in my Mel-Frequency Cepstrum Co-efficients as shown below&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; v = mfcc(s, fs); where s is the filtered signal.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Please help me and I shall be infinitely grateful.Thanks in advance.&lt;br&gt;
&lt;br&gt;
The best you can do i guess is to apply a lowpass or bandpass filter to your signal, keeping only the frequency range where the signal of interest is. Unless you have any means of predicting the signal of interest, you can not remove white noise when the spectra of noise and signal overlaps.&lt;br&gt;
&lt;br&gt;
When filtering, take a look at the filtfilt function, since it preserves the phase of your original signal.&lt;br&gt;
&lt;br&gt;
/JC</description>
    </item>
  </channel>
</rss>

