• 大小:
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-02
  • 语言: Matlab
  • 标签: matlab  

资源简介

对故障信号进行去噪,自己调试的程序,带注释

资源截图

代码片段和文件信息

function [u u_hat omega] = VMD(signalfs_org alpha tau K DC init tol)
% Variational Mode Decomposition
% Authors: Konstantin Dragomiretskiy and Dominique Zosso
% zosso@math.ucla.edu --- http://www.math.ucla.edu/~zosso
% Initial release 2013-12-12 (c) 2013
%
% Input and Parameters:
% ---------------------
% signal  - the time domain signal (1D) to be decomposed
% alpha   - the balancing parameter of the data-fidelity constraint
% tau     - time-step of the dual ascent ( pick 0 for noise-slack )
% K       - the number of modes to be recovered
% DC      - true if the first mode is put and kept at DC (0-freq)
% init    - 0 = all omegas start at 0
%                    1 = all omegas start uniformly distributed
%                    2 = all omegas initialized randomly
% tol     - toleranc

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

     文件       4734  2017-03-22 21:56  自己调试的VMD带注释\VMD.m

     文件        896  2017-04-02 21:41  自己调试的VMD带注释\VMD_try.m

     目录          0  2017-04-05 16:57  自己调试的VMD带注释

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

                 5630                    3


评论

共有 条评论