フィルターのクリア

How to measure pitch period. for each letter section??

3 ビュー (過去 30 日間)
PAUL
PAUL 2014 年 3 月 21 日
編集済み: PAUL 2014 年 3 月 24 日
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....?

採用された回答

Carlos
Carlos 2014 年 3 月 21 日
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.
You can have a look at this webpage http://iitg.vlab.co.in/?sub=59&brch=164&sim=1012&cnt=1

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio Processing Algorithm Design についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by