Name

edf_get_annotation — Annotations from a edf-file

Calling Sequence

a = [ann_time,ann_dur,ann_text]=edf_get_annotation(edf_file)

Description

Extract annotations from a edf-file.

ann_time - start times of the annotations

ann_dur - duration times of the annotations (saved as string)

ann_text - strings of the annotations

Examples

[ann_time,ann_dur,ann_text]=edf_get_annotation('demo.edf');

Authors

Holger Nahrstaedt