资源简介

vmd经验模态分解,修正的vmd,有实际例子。

资源截图

代码片段和文件信息

% test-script for VMD
% authors: Dominique Zosso and Konstantin Dragomiretskiy
% zosso@math.ucla.edu --- http://www.math.ucla.edu/~zosso
% Initial release 2013-12-12 (c) 2013
%
% When using this code please do cite our paper:
% -----------------------------------------------
% K. Dragomiretskiy D. Zosso Variational Mode Decomposition IEEE Trans.
% on Signal Processing (in press)
% please check here for update reference: 
%          http://dx.doi.org/10.1109/TSP.2013.2288675

%--------------- Preparation
clear all;
close all;
clc;

% Time Domain 0 to T
fs=40;
T=25;
nn=fs*T;
t=1/fs:1/fs:T;
freqs = ((1/T:1/T:fs)-fs/2-1/T);
% nn = 1000;
% T=1;
% fs = nn/T;
% t = (1:nn)/fs;
% freqs = ((1/T:1/T:fs)-fs/2-1/T);
% freqs = 2*pi*(t-0.5-1/nn)*T*nn;

% center frequenci

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

     文件     240000  2016-08-29 18:43  vmd-verify3\vmd verify3\17.txt

     文件       3798  2016-09-14 01:05  vmd-verify3\vmd verify3\verify3.m

     文件       4645  2016-08-29 18:43  vmd-verify3\vmd verify3\VMD.m

     目录          0  2016-11-11 20:54  vmd-verify3\vmd verify3

     目录          0  2016-11-11 20:54  vmd-verify3

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

               248443                    5


评论

共有 条评论