我是靠谱客的博主 从容向日葵,这篇文章主要介绍模糊熵 matlab,近似熵/模糊熵/样本熵MATLAB代码,现在分享给大家,希望可以做个参考。

【实例简介】近似熵、模糊熵和样本熵的MATLAB代码,可用于信号特征提取,比如轴承振动信号特征处理,脑电波信号等时间序列信号

【实例截图】

c9094681b9c5d71114064cd3f92dd8e1.png

【核心代码】

function [apen] = approx_entropy_my(n,r,a)

%% Code for computing approximate entropy for a time series: Approximate

% Entropy is a measure of complexity. It quantifies the unpredictability of

% fluctuations in a time series

% To run this function- type: approx_entropy('window length','similarity measure','data set')

% i.e approx_entropy(5,0.5,a)

% window length= length of the window, which should be considered in each iteration

% similarity measure = measure of distance between the elements

% data set = data vector

% small values of apen (approx entropy)

最后

以上就是从容向日葵最近收集整理的关于模糊熵 matlab,近似熵/模糊熵/样本熵MATLAB代码的全部内容,更多相关模糊熵内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(116)

评论列表共有 0 条评论

立即
投稿
返回
顶部