% 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
% -------------------------------------------------------------------------------
Citation pour cette source
Golnaz Baghdadi (2026). func_FE_FuzzEn (https://fr.mathworks.com/matlabcentral/fileexchange/98064-func_fe_fuzzen), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2021a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxTags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0 |
