Name
edf_get_annotation — Annotations from a edf-file
Calling Sequence
[ann_time,ann_dur,ann_text]=edf_get_annotation(path)
Parameters
- path
: string containing the path and name of the file
- ann_time
: start times of the annotations .
- ann_dur
: duration times of the annotations (saved as string)
- ann_text
: string vector of the annotation descriptions
Description
Extract annotations from a edf-file.
Examples
[ann_time,ann_dur,ann_text]=edf_get_annotation('demo.edf');