資源簡介
在時域求語音短時能量和短時平均過零率,判斷清音和濁音的區(qū)別
代碼片段和文件信息
waveFile=‘C:\Users\acer\Documents\beijing.wav‘;
[yfsnbits]=wavread(waveFile);
time1=1:length(y);
subplot(311);
plot(time1y);
title(‘語音波形‘);
xlabel(‘樣點數(shù)‘
評論
共有 條評論