资源简介

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=400;
T=60;
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 frequenc

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

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

     文件       1549  2016-08-29 18:43  vmd-verify\license.txt

     文件       3746  2016-08-29 18:43  vmd-verify\verify2.m

     文件       3799  2016-08-29 18:43  vmd-verify\verify3.m

     文件       3827  2016-08-29 18:43  vmd-verify\verify4.m

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

     文件       3235  2016-08-29 18:43  vmd-verify\VMD_test.m

     文件       3616  2016-08-29 18:43  vmd-verify\VMD_test2.m

     文件        190  2016-08-29 18:43  vmd-verify\说明.txt

     目录          0  2016-09-08 17:33  vmd-verify

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

               264607                    10


评论

共有 条评论