资源简介
内部包含EMD/EEMD/CEEMDAN/VMD的matlab程序代码,可以用于进行信号的经验模态分解
代码片段和文件信息
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5123 2019-11-01 22:24 新建文件夹\VMD.m
文件 1190 2019-09-24 20:58 新建文件夹\VMDTest.m
文件 3580 2019-11-07 17:20 新建文件夹\ceemdan.m
文件 793 2019-11-17 11:51 新建文件夹\createFit.m
文件 5364 2019-09-25 14:15 新建文件夹\eemd.m
文件 23135 2019-07-21 02:07 新建文件夹\emd.m
目录 0 2020-01-09 11:25 新建文件夹\
评论
共有 条评论