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 (2026). Binary Conversion Methods (https://kr.mathworks.com/matlabcentral/fileexchange/6887-binary-conversion-methods), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R12
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 EEG/MEG/ECoG에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0

Typing mishap in the modified zone conversion program.