提取语音信号的基频matlab我要分享

Matlab for extracting fundamental frequency of speech signal

关注次数: 270

下载次数: 0

文件大小: 84.94 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:Use the autocorrelation function on segments of the signal (windowsize: 100ms) and compute the  fundamental frequency. Use a max_time_lag of 100ms in the autocorrelation function and a window  shift of 25ms. Create a fundamental frequency vector and plot the pitch contour. 


English Description:

Use the autocorrelation function on segments of the signal (windowsize: 100ms) and compute the  fundamental frequency. Use a max_ time_ lag of 100ms in the autocorrelation function and a window 


代码预览

相关推荐