资源简介
可用于信号的EMD、EEMD、VMD分解,里面都加了自己的注释,通俗易懂
代码片段和文件信息
% This is an EMD/EEMD program
%
% function allmode=eemd(YNstdNE)
%
% INPUT:
% Y: Inputted data;
% Nstd: ratio of the standard deviation of the added noise and that of Y;
% NE: Ensemble number for the EEMD
% OUTPUT:
% A matrix of N*(m+1) matrix where N is the length of the input
% data Y and m=fix(log2(N))-1. Column 1 is the original data columns 2 3 ...
% m are the IMFs from high to low frequency and comlumn (m+1) is the
% residual (over all trend).
%
% NOTE:
% It should be noted that when Nstd is set to zero and NE is set to 1 the
% program degenerates to a EMD program.
%
% References can be found in the “Reference“ section.
%
% The code is prepared by Zhaohua Wu. For questions please read the “Q&A“ sect
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2162 2017-03-25 22:53 EMD_EEMD_VMD\eemd.m
文件 1081 2017-03-24 16:00 EMD_EEMD_VMD\emd.m
文件 4645 2017-03-26 10:47 EMD_EEMD_VMD\VMD.m
目录 0 2017-07-08 09:14 EMD_EEMD_VMD
----------- --------- ---------- ----- ----
7888 4
- 上一篇:四旋翼无人机的 三维动态仿真实例
- 下一篇:自适应的永磁同步电机无位置传感器控制系统
相关资源
- CEEMD 法国人改进EMD的新程序
- 基于支持回归向量机的端点延拓程序
- 使用经验模态分解 (emd) 对imf进行分
- bemd 二维经验模态分解
- EEMD-ANN
- atrous-plusBEMD
- EMD-end-effect-reference-code EMD端点效应参
- EMD-hilbert-IMF 本程序主要通过EMD和hil
- CEEMD 新的EMD改进算法
- VMD_2D 二维变模态分解(TWO-DIMENSIONAL
- VMD 变模式分解(Variational Mode Decompo
- CEEMD_V ceemdan是对EMD EEMD的改进算法
- CEEMD-Noise
- EMD-denoising 内容包括:EMD去噪
- [HHT]-fast-EMDEEMDCEEMD-with-ref 本压缩文件
- CEEMD_eemd 此文件包含了法国人Gabriel
- emd 西储大学电机轴承故障诊断
- emdcmp 对心电信号进行EMD分解
- bemd 二维EMD程序
- denoising
- EMD matlab实现EMD分解。完整的EMD分解程
- emd 个比较经典的二维经验模式分解程
- Annas-EMD 二维EMD算法
- emd(2) 在MATLAB环境下实现二维emd分解
- vmd-verify3 vmd经验模态分解
- ceemd 一段eemd分解的程序
- 经验模态分解hht变换程序
- EMD+相关系数+Hilbert+包络谱
- EMD分解小程序
- EEMD经验变分模态分解
评论
共有 条评论