Fundamental Frequency
조회 수: 3 (최근 30일)
이전 댓글 표시
I am analyzing one voice signal in time domain and frequency domain,frame by frame,
Is there any idea ,How can I plot all fundamental frequencies (for each frame) in one graph against time?
Thanks
댓글 수: 0
답변 (1개)
Wayne King
2012년 4월 28일
Yes,collect the F0 estimates in a vector and create a vector of times of equal length.
Then just,
plot(t,F0)
However, you are going to have to decide what time you assign to each segment, the midpoint of your "frame" for example, because you obviously have to use segments of the signal of sufficient length to estimate the fundamental frequency and within that segment you won't have any time resolution.
참고 항목
카테고리
Help Center 및 File Exchange에서 Speech Recognition에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!