Cepstral_Pitch_Dete​ctor

Pitch period detector based on short-time cepstral frames.
ダウンロード: 326
更新 2015/9/11

ライセンスの表示

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.

引用

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

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCepstral Analysis についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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