Sample Entropy

版本 1.0.0.0 (1.7 KB) 作者: Kijoon Lee
This short code calculates the sample entropy (SampEn) of a given time series data.
8.0K 次下载
更新时间 2012/3/21

查看许可证

SampEn is a measure of complexity that can be easily applied to any type of time series data, including physiological data such as heart rate variability and EEG data.

SampEn is conceptually similar to approximate entropy (ApEn), but has following differences:

1) SampEn does not count self-matching. The possible trouble of having log(0) is avoided by taking logarithm at the latest step.
2) SampEn does not depend on the datasize as much as ApEn does. The comparison is shown in the graph above. This property makes it amenable to applications with relatively short data size.

This code uses the same vectorisation technique as in Fast Approximate Entropy, another submission from the same author.

引用格式

Kijoon Lee (2024). Sample Entropy (https://www.mathworks.com/matlabcentral/fileexchange/35784-sample-entropy), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 EEG/MEG/ECoG 的更多信息
致谢

参考作品: Fast Approximate Entropy

启发作品: Fast sample entropy, Sample Entropy

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0