搞怪香烟

文章
1
资源
0
加入时间
2年10月21天

语音信号生成语谱图

Matlab程序:mkdir('shengputu');%创建保存声谱图的文件夹 file = '/Users/liupeng/Desktop/matlab/speechRecognition/classical10s/'; % 语音文件夹file1 = strcat(file, '*.wav');file2=dir(file1);%搜索.au 后缀的文件 k=length(file2