• 大小: 0.52M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签: MFC  三维  图表  

资源简介

本代码详细表达了MFCC提取过程,并且把MFCC可视化成梅尔谱图的形式;除此之外还提取了△MFCC,并且将MFCC和△MFCC表示成了3D曲面图的形式,对于写论文需要作图的朋友很方便使用,直接就可以运行,简单易懂!!

资源截图

代码片段和文件信息

function f=enframe(xwininc)
%ENframe split signal up into (overlapping) frames: one per row. F=(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.
%
% F = ENframe(XLENINC) has frames beginning at increments of INC
% The centre of frame I is X((I-1)*INC+(LEN+1)/2) for I=12...
% The number of frames is fix((length(X)-LEN+INC)/INC)
%
% F = ENframe(XWINDOW) or ENframe(XWINDOWINC) multiplies
% each frame by WINDOW(:)

%    Copyright (C) Mike Brookes 1997
%      Version: $Id: enframe.mv 1.4 2006/06/22 19:07:50 dmb Exp $
%
%   VOICEBOX is a MATLAB to

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2372  2017-06-24 11:12  mfcc1\enframe.m
     文件        3544  2008-05-07 12:02  mfcc1\mel.m
     文件        1983  2018-12-20 18:36  mfcc1\mfctc.asv
     文件        2164  2018-12-20 21:03  mfcc1\mfctc.m
     文件         227  2011-08-12 15:27  mfcc1\readme_verysource.com.txt
     文件      620046  1998-04-10 02:34  mfcc1\speech.wav
     目录           0  2018-12-20 21:02  mfcc1\

评论

共有 条评论