• 大小: 638B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: Matlab
  • 标签: 分帧  

资源简介

使用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(

评论

共有 条评论