Binary Conversion Methods
by Stephen Faul
09 Feb 2005
(Updated 04 Mar 2005)
Various methods to convert a signal to a binary stream.
|
Watch this File
|
| File Information |
| Description |
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. |
| MATLAB release |
MATLAB 6.0 (R12)
|
| Other requirements |
Should work fine on any release etc. |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 04 Mar 2005 |
Typing mishap in the modified zone conversion program. |
|
Contact us at files@mathworks.com