Annotations from a edf-file
[ann_time,ann_dur,ann_text]=edf_get_annotation(path) [ann_time,ann_dur,ann_text]=edf_get_annotation(edf_header)
string containing the path and name of the file
plist with header information from edfopen_file_readonly
start times of the annotations
duration times of the annotations (saved as string)
string vector of the annotation descriptions
Extract annotations from a edf-file.