Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
parsing edf file
Posted:
Jul 27, 2013 3:11 PM
|
|
hi all, I am trying to parse an edf file with this edfread http://www.mathworks.com/matlabcentral/fileexchange/31900-edfread but i think because that there are 23 channels in the file that it is unable to parse the file.
the file i have has ver: 0 patientID: [1x80 char] recordID: [1x80 char] startdate: '06.11.76' starttime: '11.42.54' bytes: 6144 records: 3600 duration: 1 ns: 23 label: {1x23 cell} transducer: {1x23 cell} units: {1x23 cell} physicalMin: [1x23 double] physicalMax: [1x23 double] digitalMin: [1x23 double] digitalMax: [1x23 double] prefilter: {1x23 cell} samples: [1x23 double]
it is supposed to be 23 channels with 3600sec of record. I need to separate the channels into epochs of 4 seconds... Can someone point me in the right direction? thanks you..
|
|
|
|