资源简介

该段代码实现了语音的录入(包括采样)并进行加窗分帧,最后表示出原录入语音和加窗分帧后的语音对比图

资源截图

代码片段和文件信息

fs=8000;           %取样频率

duration=5;         %录音时间

fprintf(‘Press any key to start %g seconds of recording...\n‘duration);

pause;

fprintf(‘Recording...\n‘);

y=wavrecord(duration*fsfs);

评论

共有 条评论