资源简介
自己编写的求解模糊熵程序,eemd分解,并求模糊熵,简单易懂,可实现
代码片段和文件信息
% 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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2011 2014-10-28 17:15 eemd.m
文件 566 2014-03-15 21:15 FussyEn.m
----------- --------- ---------- ----- ----
2577 2
- 上一篇:电机能量回馈的simuli
nk模型 - 下一篇:MATLAB实现的AES加密和解密算法
相关资源
- hosvd算法
- BENDERS分解算法
- EEMD分解求能量熵
- EWT 经验小波分解
- emd分解重构信号实现降噪
- VMD 变分模态分解
- EMD_EEMD_VMD 可用于信号的EMD、EEMD、VM
- 使用经验模态分解 (emd) 对imf进行分
- lena 灰图像三级小波分解
- rpca RobustPCA 是最近提出的非常新的图
- bemd 二维经验模态分解
- k_svd k-svd算法m代码.用于形成冗余字典
- EEG_WAVELET 用小波方法把脑电信号进行
- xinhaoyutuxiangdexishufenjie 西南交通大学出
- EEMD-ANN
- LMD LMD分解方法
- orthogonal-matching-pursuit OMP算法的matlab的
- nway320 张量分解程序
- lmd 对信号进行局部均值分解
- freeman 一个极化SAR处理过程中freeman分
- ITD 固有时间尺度分解——新的信号分
- VMD_2D 二维变模态分解(TWO-DIMENSIONAL
- VMD 变模式分解(Variational Mode Decompo
- Fuzzy_entropy_bbd 模糊熵
- [HHT]-fast-EMDEEMDCEEMD-with-ref 本压缩文件
- emdcmp 对心电信号进行EMD分解
- L1_SVD 利用压缩感知实现波达方向估计
- EMD matlab实现EMD分解。完整的EMD分解程
- MOEAD 基于分解的多目标智能优化算法
- svd 对一个信号进行奇异值分解
评论
共有 条评论