資源簡介
使用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(
評論
共有 條評論