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!