How to measure pitch period. for each letter section??
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
If my speech signal for letter section /aeiou/ sampled at 8KHZ. Given is my matlab code.And how to calculate my own pitch period and samples....?
0 Commenti
Risposta accettata
Carlos
il 21 Mar 2014
There are many methods to do, the autocorrelation approach is easy and quite effective. You can calcute your signal's autocorrelation with
c=xcorr(y,y);
In your autocorrelation function it is easier to estimate the pitch.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Simulation, Tuning, and Visualization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!