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

조회 수: 11 (최근 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 CenterFile Exchange에서 Audio Processing Algorithm Design에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by