how can i calculate the pitch from a speech in matlab?
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
l divya
le 22 Oct 2018
Réponse apportée : Gabriele Bunkheila
le 13 Déc 2021
Is there any predefined function or formula for calculate pitch feature from speech in "speech emotion recognition"
0 commentaires
Réponse acceptée
Plus de réponses (1)
Gabriele Bunkheila
le 13 Déc 2021
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 commentaires
Voir également
Catégories
En savoir plus sur Speech Recognition dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!