matlab">% step 1: 读入语音信号,并进行归一化处理 [audio, fs] = audioread('D:\txyp4.m4a'); len_speech = length(audio); % 计算语音信号的采样点个数