% 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 (2025). 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 LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0 |