speech detection using autocorrelation
显示 更早的评论
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??
回答(1 个)
Image Analyst
2013-4-29
0 个投票
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 个评论
Primi
2013-4-29
Image Analyst
2013-4-29
I don't know the algorithm. Like I asked, did you try the corr() function?
Primi
2013-4-30
Image Analyst
2013-4-30
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
2013-5-2
类别
在 帮助中心 和 File Exchange 中查找有关 Correlation and Convolution 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!