how can i calculate the pitch from a speech in matlab?
9 ビュー (過去 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!