资源简介
使用matlab进行语音类分帧处理函数,是.M文件
代码片段和文件信息
%分帧函数
function f=enframe(xwininc)
% F = ENframe(XLEN) splits the vector X(:) up into
% frames. Each frame is of length LEN and occupies
% one row of the output matrix. The last few frames of X
% will be ignored if its length is not divisible by LEN.
% It is an error if X is shorter than LEN.
nx=length(
评论
共有 条评论