Binary Conversion Methods

バージョン 1.0.0.0 (1.78 KB) 作成者: Stephen Faul
Various methods to convert a signal to a binary stream.
ダウンロード: 2K
更新 2005/3/4

ライセンスがありません

Five methods for converting a signal to a binary representation. Methods outlined in Arthur Petrosian, "Kolmogorov Complexity of finite sequences and recognition of different preictal eeg patterns".

Methods are:
1. average method: sample assigned 1 if above the signal average
2. modified zone method: sample assigned 1 if outside average plus or minus standard deviation
3. differential method: sample assigned 1 if the difference between 2 consecutive samples is positive
4. zone differential method: samples assigned 1 if the difference between consecutive samples is greater than standard deviation of the signal
5. modified zone differential method: similar to 4 with a priori chosen boundary value.

引用

Stephen Faul (2024). Binary Conversion Methods (https://www.mathworks.com/matlabcentral/fileexchange/6887-binary-conversion-methods), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R12
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersEEG/MEG/ECoG についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Typing mishap in the modified zone conversion program.