func_FE_FuzzEn

This function calculates Fuzzy Entropy
126 Downloads
Updated 23 Aug 2021

View License

% This function calculates Fuzzy Entropy based on the algorithm in the following reference:
%------------------------------------------------------------------------------------
% Xiang, J., Li, C., Li, H., Cao, R., Wang, B., Han, X., & Chen, J. (2015).
% The detection of epileptic seizure signals based on fuzzy entropy.
% Journal of neuroscience methods, 243, 18-25.
%------------------------------------------------------------------------------------
%
% Input parameters:
% - signal: Input signal must be a vector with dimension N
% - m: Embedding dimension (m <= N-2)
% - r: Width of the exponential function
% - n: (Optional) gradient of the exponential function (default =1) %
%
% Output:
% - fuzEn: Fuzzy entropy value
% -------------------------------------------------------------------------------

Cite As

Golnaz Baghdadi (2024). func_FE_FuzzEn (https://www.mathworks.com/matlabcentral/fileexchange/98064-func_fe_fuzzen), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0