资源简介

经验模式分解(EMD)工具箱,可结合https://blog.csdn.net/qrlhl/article/details/52213135#commentsedit博客使用,亲测基于MATLAB2016软件可用,不再需要安装时频分析工具箱。

资源截图

代码片段和文件信息

% INDEX_EMD.M list of functions in the EMD package

% type help function_name for more information on a specific function

% Empirical Mode Decomposition
%
%   emd          - computes EMD and bivariate/complex EMD with various options
%   emd_local    - computes local EMD variation
%   emd_online   - computes on-line EMD variation. Note that it does not truly
%                  apply on-line: the function is only a demonstration.
%   emdc         - fast implementation for EMD with Cauchy-like stopping criterion
%                  (requires compilation see make_emdc function)
%   emdc_fix     - fast implementation for EMD with predefined number of iterations
%                  (requires compilation see make_emdc function)
%   cemdc        - fast implementation for bivariate/complex EMD (first algorithm)
%                  with Cauchy-like stopping criterion (requires compilation
%                  see make_emdc function)
%   cemdc_fix    - fast implementation for bivariate/complex EMD (first algorithm)
%                  with predefined number of iterations (requires compilation
%                  see make_emdc function)
%   cemdc2       - fast implementation for bivariate/complex EMD (second algorithm)
%                  with Cauchy-like stopping criterion (requires compilation
%                  see make_emdc function)
%   cemdc2_fix   - fast implementation for bivariate/complex EMD (second algorithm)
%                  with predefined number of iterations (requires compilation
%                  see make_emdc function)

% Utilities

%   install_emd   - setup Matlab‘s path and compile the C codes.
%   uninstall_emd - revert the modifications made by install_emd and remove the 
%                   files (optional).
%   make_emdc     - compile all C codes
%   emd_visu      - visualization of EMD
%   cemd_visu     - visualization of bivariate/complex EMD (automatically called
%                   by emd_visu when the input is complex)
%   cenvelope     - compute envelope curves for bivariate/complex EMD
%   cemd_disp     - visualization of envelope curves and tube envelope
%   plot3c        - plot a complex vector in 3 dimensions
%   plotc         - plot the projection of a complex vector on a variable direction
%   dirstretch    - directional stretching of a complex vector
%   hhspectrum    - compute Hilbert-Huang spectrum (need the Time-Frequency Toolbox
%                   http://tftb.nongnu.org)
%   toimage       - transform a spectrum made of 1D functions (e.g. output of
%                   “hhspectrum“) in an 2D image
%   disp_hhs      - display the image output of “toimage“ as a Hilbert-Huang spectrum
%   addtag        - add a tag to a graphic object (uses the Tag property as a list
%                   of keywords or “tags“)
%   rmtag         - remove a tag from a graphic object (uses the Tag property as
%                   a list of keywords or “tags“)
%   hastag        - test whether a graphic object has a specific tag (uses 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        216  2016-12-19 13:37  emd\bugfix.sh

     文件       2354  2016-12-19 13:37  emd\EMDs\cemdc.m

     文件       2362  2016-12-19 13:37  emd\EMDs\cemdc2.m

     文件       2312  2016-12-19 13:37  emd\EMDs\cemdc2_fix.m

     文件       2305  2016-12-19 13:37  emd\EMDs\cemdc_fix.m

     文件      22275  2016-12-19 13:37  emd\EMDs\emd.m

     文件       2280  2016-12-19 13:37  emd\EMDs\emdc.m

     文件      30208  2018-12-15 13:21  emd\EMDs\emdc.mexw64

     文件       2141  2016-12-19 13:37  emd\EMDs\emdc_fix.m

     文件      29184  2018-12-15 13:21  emd\EMDs\emdc_fix.mexw64

     文件       9897  2016-12-19 13:37  emd\EMDs\emd_local.m

     文件      26315  2016-12-19 13:37  emd\EMDs\emd_online.m

     文件       1361  2016-12-19 13:37  emd\EMDs\make_emdc.m

     文件       4969  2016-12-19 13:37  emd\EMDs\src\cemdc.c

     文件       4983  2016-12-19 13:37  emd\EMDs\src\cemdc2.c

     文件       4213  2016-12-19 13:37  emd\EMDs\src\cemdc2_fix.c

     文件       4224  2016-12-19 13:37  emd\EMDs\src\cemdc_fix.c

     文件      14711  2016-12-19 13:37  emd\EMDs\src\cextr.c

     文件        770  2016-12-19 13:37  emd\EMDs\src\cextr.h

     文件       7562  2016-12-19 13:37  emd\EMDs\src\cio.c

     文件       1190  2016-12-19 13:37  emd\EMDs\src\cio.h

     文件       6933  2016-12-19 13:37  emd\EMDs\src\cio_fix.c

     文件       1117  2016-12-19 13:37  emd\EMDs\src\cio_fix.h

     文件       5085  2016-12-19 13:37  emd\EMDs\src\clocal_mean.c

     文件        790  2016-12-19 13:37  emd\EMDs\src\clocal_mean.h

     文件       4905  2016-12-19 13:37  emd\EMDs\src\clocal_mean2.c

     文件        752  2016-12-19 13:37  emd\EMDs\src\clocal_mean2.h

     文件       4711  2016-12-19 13:37  emd\EMDs\src\emdc.c

     文件       3517  2016-12-19 13:37  emd\EMDs\src\emdc_fix.c

     文件        508  2016-12-19 13:37  emd\EMDs\src\emd_complex.c

............此处省略54个文件信息

评论

共有 条评论