EEMD 信号提取我要分享

EEMD signal extraction

matlab 提取 信号 eemd

关注次数: 181

下载次数: 0

文件大小: 1.94 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明: EEMD 信号特征提取的源码,包含EMD ,eemd和hilbert变换。 % 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 (ov


English Description:

EEMD signal feature extraction of the source, containing EMD,eemd and Hilbert transforms. % 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).


代码预览