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!