资源简介
利用VMD可以很好的分解信号,可以分解滚动轴承的原始数据和自己的信号仿真数据,VMD算法,带注释解析,方便查看和理解,可直接使用。
代码片段和文件信息
function [u u_hat omega] = VMD(signal 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 -
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4860 2019-03-20 09:38 VMD.m
----------- --------- ---------- ----- ----
4860 1
- 上一篇:常用算法(c++版拿来即用)
- 下一篇:STM32驱动OLED屏幕显示.zip
相关资源
- 常用算法(c++版拿来即用)
- RSA数字签名算法实现
- 小甲鱼数据结构与算法源码
- 红外与可见光图像配准算法MATLAB版代
- 进程调度模拟算法osexperiment完整版
- 排样遗传算法(c++)
- 操作系统-银行家算法
- 《数据结构算法与应用-C++语言描述》
- 常用的图像处理算法及其实现C语言
- 《算法设计与实验题解》pdf版 完整版
- c++ 压缩文件、解压缩文件哈夫曼算法
- 算法与数据结构 C语言描述 第三版 张
- 算法设计与分析第二版程序源码.zip
- 《算法竞赛入门经典》pdf
- C++ 使用AES算法对文本文件进行加密(
- 数据结构与算法分析:C语言描述+中文
- 《数据结构》算法实现及解析第二版
- 《初等算法-刘新宇》pdf
- 数据结构与算法分析C++版(中文原版
- 算法竞赛入门经典第2版lrj紫书.pdf
- 《数据结构》算法实现及解析(第二
- 基于RRT及其改进型的路径规划算法
- 通信信号盲均衡算法(CMA算法、RLS-
- C语言经典算法大全 总
- 常用算法程序集(C语言描述)+(第三
- 《算法竞赛入门经典》
- C语言趣味算法
- 算法导论·第二版
- STL参考手册
- 数据结构(严蔚敏)
评论
共有 条评论