Signal complexity analysis

버전 1.0.4 (956 KB) 작성자: Amir Omidvarnia
MATLAB implementation of approximate entropy (ApEn), sample entropy (SampEn), range entropy A (RangeEn-A) and range entropy B (RangeEn-B)
다운로드 수: 409
업데이트 날짜: 2018/12/30

라이선스 보기

This package implements approximate entropy (ApEn), sample entropy (SampEn) as well as range entropies (RangeEn) A and B in MATLAB.

ApEn and SampEn have been implemented in two ways: slow and fast. The slow implementation is more intuitive and easier to follow. The idea of the fast implementation has been taken from 'sampen' function of the 'nolds' library in Python (https://pypi.org/project/nolds/#description).

RangeEn-A and RangeEn-B are based on the fast implementations of ApEn and SampEn, respectively.

You can run 'fBm_entropy_analysis' for a 'How to' example of the entropy measures on fractional Brownian motion (MATLAB's 'wfbm' function). See my github page for more examples in Python: https://github.com/omidvarnia/RangeEn.

Reference of ApEn: S. M. Pincus, “Approximate entropy as a measure of system complexity.,” Proc. Natl. Acad. Sci., vol. 88, no. 6, pp. 2297–2301, Mar. 1991.

Reference of SampEn: J. S. Richman and J. R. Moorman, “Physiological time-series analysis using approximate entropy and sample entropy,” Am. J. Physiol. Heart Circ. Physiol., vol. 278, no. 6, pp. H2039-2049, Jun. 2000.

인용 양식

A. Omidvarnia, M. Mesbah, M. Pedersen, and G. Jackson, “Range Entropy: A Bridge between Signal Complexity and Self-Similarity,” Entropy, vol. 20, no. 12, p. 962, Dec. 2018.

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Frequently-used Algorithms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.4

A typo in the xlabel of the output figure in fBm_entropy_analysis.m was corrected.

1.0.3

The title was changed.

1.0.2

A profile image was added.

1.0.1

A minor correction in the Description text.

1.0.0