필터 지우기
필터 지우기

Format of '*.edf.seizures' (CHB-MIT database)

조회 수: 11 (최근 30일)
PHUONG DAO
PHUONG DAO 2017년 11월 7일
편집: Walter Roberson 2017년 11월 8일
From the code that Alex and Walter had provided, I do know that byte_array(39) and byte_array(42) shows us with the seizure starting time; byte_array(50) is the length of seizure, but I have no idea about the meaning the others.
file_descriptor = fopen(annotation_file_location);
byte_array = fread(file_descriptor);
seizure_start_time_offset_in_seconds = bin2dec(strcat(dec2bin(byte_array(39)),dec2bin(byte_array(42))));
seizure_length_in_seconds = byte_array(50);
Please help me.
  댓글 수: 3
PHUONG DAO
PHUONG DAO 2017년 11월 8일
May I have more detail about the meaning of every single byte from .edf.seizures files?
Walter Roberson
Walter Roberson 2017년 11월 8일
편집: Walter Roberson 2017년 11월 8일
I did not find a description of the file format.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by