Fast Sample Entropy - saenkd(dim ,r ,sig )

Version 1.1.0.0 (2.15 KB) by Filippo
Fast computation of Sample Entropy with k-d tree range search
474 Downloads
Updated 26 Nov 2014

View License

It implements a fast computation of Sample Entropy solving the equivalent orthogonal range search method using the k-d tree for the search of neighbors as proposed in literature by Yu-Hsiang Pan et al., 2011.
for detailed explanation of the algorithm look for:
- "COMPUTING MULTISCALE ENTROPY WITH ORTHOGONAL RANGE SEARCH"
- "Fast computation of sample entropy and approximate entropy in biomedicine"
this code may be used also for the computation of multiscale sample entropy, just provide to this code the coarse-grained time series.
Detalis are in the help section of the file saenkd.m

Cite As

Filippo (2024). Fast Sample Entropy - saenkd(dim ,r ,sig ) (https://www.mathworks.com/matlabcentral/fileexchange/48574-fast-sample-entropy-saenkd-dim-r-sig), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
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.1.0.0

- additional notes

1.0.0.0