speech detection using autocorrelation
Show older comments
i have a wav sample containg speech and noise.. how can i detect speech and noise using correlation function. (if we do correlation on wav sample,for speech the correlation coeff will be high and for noise it will be low..) how do i do it in matlab??
Answers (1)
Image Analyst
on 29 Apr 2013
0 votes
I'm not a speech expert but that doesn't sound like it would work. Do you have some published paper that says that that will work? Have you tried the corr() function? I doubt that you'd find correlation of my speech with your speech or anyone else's speech. What is going to be your reference waveform that you correlate "test" waveforms against?
5 Comments
Primi
on 29 Apr 2013
Image Analyst
on 29 Apr 2013
I don't know the algorithm. Like I asked, did you try the corr() function?
Primi
on 30 Apr 2013
Image Analyst
on 30 Apr 2013
I'm not sure what the desired output is, but that's what I expected. What is the desired output? Is it that a waveform contains spoken words? Any spoken words by any person at all? Or do you want to identify one particular person - the name of the person who spoke those words?
Primi
on 2 May 2013
Categories
Find more on Correlation and Convolution in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!