how can i calculate the pitch from a speech in matlab?
8 次查看(过去 30 天)
显示 更早的评论
Is there any predefined function or formula for calculate pitch feature from speech in "speech emotion recognition"
0 个评论
采纳的回答
更多回答(1 个)
Gabriele Bunkheila
2021-12-13
For reference, as of today the two following functions are available in Audio Toolbox for pitch estimation:
- pitch, which allows using a choice of 5 different well-established signal processing methods: "Normalized Correlation Function", "Pitch Estimation Filter", "Cepstrum Pitch Determination", "Log-Harmonic Summation", and "Summation of Residual Harmonics" (full references in the documentation page linked)
- pitchnn, which is based on the deep learning network CREPE
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Speech Recognition 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!