Fast Approximate Entropy

バージョン 1.1.0.0 (25.5 KB) 作成者: Kijoon Lee
This function calculates Approximate Entropy (ApEn) of a time series data in a very efficient way.
ダウンロード: 4.8K
更新 2012/3/20

ライセンスの表示

Approximate Entropy (ApEn) is a popular tool in analysing the complexity of time series data especially in clinical research.

This function is a very simple and efficient implementation of ApEn, based on vectorization concept that improves speed tremendously over for-loop implementation.

It also contains a test code (foo.m) for generating a plot of ApEn of different simulated time series data, to help understand the usage. The test code generates a plot similar to that appearing in Ki H. Chon's 2009 paper in IEEE Eng in Med Biol, that discusses what r value we should use.

引用

Kijoon Lee (2026). Fast Approximate Entropy (https://jp.mathworks.com/matlabcentral/fileexchange/32427-fast-approximate-entropy), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2011b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersFrequently-used Algorithms についてさらに検索
謝辞

ヒントを得たファイル: Approximate Entropy

ヒントを与えたファイル: Sample Entropy

バージョン 公開済み リリース ノート
1.1.0.0

The new version (Ver 1) has corrected a minor error in the definition of ApEn, and included another input argument tau for multi-scale ApEn calculation. See inside for details.

1.0.0.0