How I segment the signal into voiced, unvoiced, and silence ?
5 次查看(过去 30 天)
显示 更早的评论
Hello everybody , I found on internet an code with Pitch Detection via Cepstral Method but I want to segment the signal into voiced, unvoiced, and silence , how can I do that ?
This is my code : Pitch Detection via Cepstral Method : http://note.sonots.com/SciSoftware/Pitch.html
How I segment the signal into voiced, unvoiced, and silence ? It's a school project , I need much help!!!
0 个评论
采纳的回答
Gabriele Bunkheila
2021-12-13
Hi, I have just come across your question. I appreciate this may no longer be timely but I am adding a couple pointers in case they can help others.
For isolating or segmenting speech in low-noise recordings, the function detectSpeech should work just fine. This will return start and stop times of all signal regions where speech is detected, but no text "transcription" of the actual speech content. Based on that info you thn can label each section of your recording as voiced or unvoiced.
Only for advanced projects requiring the application of machine learning and signal processing to solve the same problem in noisy conditions, I would recommend starting from this example: Voice Activity Detection in Noise Using Deep Learning
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!