资源简介

西储大学电机轴承故障诊断,EMD分解程序,含包络谱,能量谱

资源截图

代码片段和文件信息

%EMD  computes Empirical Mode Decomposition
%
%
%   Syntax
%
%
% IMF = EMD(X)
% IMF = EMD(X...‘Option_name‘Option_value...)
% IMF = EMD(XOPTS)
% [IMFORTNB_ITERATIONS] = EMD(...)
%
%
%   Description
%
%
% IMF = EMD(X) where X is a real vector computes the Empirical Mode
% Decomposition [1] of X resulting in a matrix IMF containing 1 IMF per row the
% last one being the residue. The default stopping criterion is the one proposed
% in [2]:
%
%   at each point mean_amplitude < THRESHOLD2*envelope_amplitude
%   &
%   mean of boolean array {(mean_amplitude)/(envelope_amplitude) > THRESHOLD} < TOLERANCE
%   &
%   |#zeros-#extrema|<=1
%
% where mean_amplitude = abs(envelope_max+envelope_min)/2
% and envelope_amplitude = abs(envelope_max-envelope_min)/2

% IMF = EMD(X) where X is a comp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件     2931672  2020-10-27 04:41  emd\1750I7.mat
     文件       22275  2020-10-27 04:41  emd\emd.m
     文件         435  2020-10-27 04:41  emd\exzample.m
     文件        2326  2020-10-27 04:41  emd\hilbert.m
     文件         427  2020-10-27 04:41  emd\hua_baoluo.m
     文件        1435  2020-10-27 04:41  emd\hua_fft.m
     文件        1605  2020-10-27 04:41  emd\innerguzhang.m
     文件        1471  2020-10-27 04:41  emd\outerguzhang.m

评论

共有 条评论