READEDF | Read eeg data in EDF format. |
Usage: | >> [data,header] = readedf(filename); |
Input: | |
filename |
file name of the eeg data |
Output: | |
data |
eeg data in (channel, timepoint) |
header |
structured information about the read eeg data |
header.length |
length of header to jump to the first entry of eeg data |
header.records |
how many frames in the eeg data file |
header.duration |
duration (measured in second) of one frame |
header.channels |
channel number in eeg data file |
header.channelname |
channel name |
header.transducer |
type of eeg electrods used to acquire |
header.physdime |
details |
header.physmin |
details |
header.physmax |
details |
header.digimin |
details |
header.digimax |
details |
header.prefilt |
pre-filterization spec |
header.samplerate |
sampling rate |
Author: | Jeng-Ren Duann, CNL/Salk Inst., 2001-12-21 |