Cepstral_Pitch_Dete​ctor

Pitch period detector based on short-time cepstral frames.
326 download
Aggiornato 11 set 2015

Visualizza la licenza

This MATLAB exercise implements a pitch period detector based on detecting and tracking peaks in the (real) cepstrum during regions of voiced speech. The major feature of this pitch period detector is the use of a secondary cepstral peak detector for each frame of speech, in order to detect and correct pitch period detection errors due to effects such as pitch period doubling or halving and related phenomena. The file '4.5 Cepstral Pitch Detector.pdf' provides a User's Guide for this exercise.

Cita come

Lawrence Rabiner (2024). Cepstral_Pitch_Detector (https://www.mathworks.com/matlabcentral/fileexchange/52093-cepstral_pitch_detector), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

added reference to User's Guide for this exercise

works on both R2015a and windows 10
rev1
added srconv and medf from functions_lrr