measuring the fundamental fequency
조회 수: 2 (최근 30일)
이전 댓글 표시
how we can get the fundamental frequency of speech waveform in the Z transform?
답변 (1개)
Wayne King
2012년 7월 1일
I think you're better off not just relying on the DFT (Z-transform on the unit circle) to estimate fundamental frequency. For a voiced speech segment, you'll see multiple peaks spaced at the fundamental frequency. For that reason, you're better off using the cepstrum which detects the periodicity in the Fourier transform, or a zero-crossing detector on a lowpass filtered and rectified form of the speech signal, or an autocorrelation-based technique to find the fundamental frequency.
참고 항목
카테고리
Help Center 및 File Exchange에서 Signal Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!