Name

edf_get_annotations — Annotations from a edf-file

Calling Sequence

a = [ann_struct]=edf_get_annotations(edf_file)

Description

Extract annotations from a edf-file.

ann_struct - structure containing the annotations

ann_struct.time - start times of the annotations

ann_struct.duration - duration times of the annotations (saved as string)

ann_struct.text - strings of the annotations

Examples

[ann_struct]=edf_get_annotations('demo.edf');

Authors

Holger Nahrstaedt