• 大小: 3KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-11
  • 语言: Matlab
  • 标签: eemd  EMD  模态分解  

资源简介

可用于信号的EMD、EEMD、VMD分解,里面都加了自己的注释,通俗易懂

资源截图

代码片段和文件信息

% This is an EMD/EEMD program
%
%   function allmode=eemd(YNstdNE)
%
% INPUT:
%       Y: Inputted data;
%       Nstd: ratio of the standard deviation of the added noise and that of Y;
%       NE: Ensemble number for the EEMD
% OUTPUT:
%       A matrix of N*(m+1) matrix where N is the length of the input
%       data Y and m=fix(log2(N))-1. Column 1 is the original data columns 2 3 ...
%       m are the IMFs from high to low frequency and comlumn (m+1) is the
%       residual (over all trend).
%
% NOTE:
%       It should be noted that when Nstd is set to zero and NE is set to 1 the
%       program degenerates to a EMD program.
%
% References can be found in the “Reference“ section.
%
% The code is prepared by Zhaohua Wu. For questions please read the “Q&A“ sect

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

     文件       2162  2017-03-25 22:53  EMD_EEMD_VMD\eemd.m

     文件       1081  2017-03-24 16:00  EMD_EEMD_VMD\emd.m

     文件       4645  2017-03-26 10:47  EMD_EEMD_VMD\VMD.m

     目录          0  2017-07-08 09:14  EMD_EEMD_VMD

----------- ---------  ---------- -----  ----

                 7888                    4


评论

共有 条评论