时间序列的熵-熵计算(MATLAB)

作品简介

时间序列的熵-熵计算(MATLAB 2018)

% Sig             Time series signal, a vector of length > 10.
% tau             Window length, an integer > 1.
% S               Number of slices (S1), an integer > 1
% Xrange          The min and max heartbeat interval range, a two-element vector corresponding to [xmin, xmax], respectively.
% Logx    	Logarithm base in Shannon's entropy formula, a positive scalar.
% EoE             Entropy of entropy estimate.
% AvEn            Average Shannon entropy across all windows.
% S2              The number of levels (S2) for the given number of slices (S1) and tau.
%加载滑油泵故障振动时间序列
clc;clear all
load data_000001.txt

注意:

1.所有代码均经过运行测试,没有问题。 

2.拍前请仔细阅读作品简介,这非常重要,因为涉及到不同的编程语言(Python或matlab)。

3.程序为特殊商品,经售出不退,有问题请及时联系。

4.建议有一定Python或Matlab基础的同学或工程师购买。

5.该代码不讲解哦。

创作时间: