emd 的去噪方法我要分享

emd for denoising

关注次数: 197

下载次数: 0

文件大小: 121.01 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:EMD 信号特征提取的包含 EMD、 eemd 和希尔伯特变换的源。 %输入︰%Y︰ 输入数据;%Nstd︰ 比标准偏差为所增加的噪声及 Y;%Ne︰ 合奏人数为 EEMD%输出︰%一个矩阵的 N*(m+1) 矩阵,其中 N 是输入的长度%数据 Y 和 m=fix(log2(N))-1。第 1 栏是原始数据,列 2,3,......%m 是 Imf 从高到低频率和 comlumn (m + 1) 是%的剩余额 (在所有的趋势)。


English Description:

EMD 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).


代码预览

相关推荐