我是靠谱客的博主 从容向日葵,最近开发中收集的这篇文章主要介绍模糊熵 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代码的全部内容,希望文章能够帮你解决模糊熵 matlab,近似熵/模糊熵/样本熵MATLAB代码所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部