资源简介

此文件包含了法国人Gabriel Rilling编写的EMD,EEMD和CEEMD的程序,有例子还有相关的一篇文献。

资源截图

代码片段和文件信息

function [modes its]=ceemdan(xNstdNRMaxIter)

% WARNING: for this code works it is necessary to include in the same
%directoy the file emd.m developed by Rilling and Flandrin.
%This file is available at %http://perso.ens-lyon.fr/patrick.flandrin/emd.html
%We use the default stopping criterion.
%We use the last modification: 3.2007

% This version was run on Matlab 7.10.0 (R2010a)
%----------------------------------------------------------------------
%   INPUTs
%   x: signal to decompose
%   Nstd: noise standard deviation
%   NR: number of realizations
%   MaxIter: maximum number of sifting iterations allowed.
%
%  OUTPUTs
%  modes: contain the obtained modes in a matrix with the rows being the modes        
%   its: contain the sifting iterations needed for each mod

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      430184  2020-11-23 01:40  CEEMD_eemd\CEEMD_2011.pdf
     文件        3560  2020-11-23 01:40  CEEMD_eemd\ceemd_flandrin.m
     文件        1460  2020-11-23 01:40  CEEMD_eemd\ecg.mat
     文件        3331  2020-11-23 01:40  CEEMD_eemd\eemd.m
     文件       22276  2020-11-23 01:40  CEEMD_eemd\emd_07.m
     文件        1695  2020-11-23 01:40  CEEMD_eemd\example_2011.m

评论

共有 条评论