<< edf_get_annotation Functions for reading files edf_get_birthdate >>

edflib - Toolbox for reading and writing edf/ bdf files >> Functions for reading files > edf_get_annotations

edf_get_annotations

Annotations from a edf-file

Calling Sequence

[ann_struct]=edf_get_annotations(edf_file)

Parameters

path:

string containing the path and name of the 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.description:

string vector of the annotation descriptions

Description

Extract annotations from a edf-file.

Examples

[ann_struct]=edf_get_annotations(edf_getpath()+'/demos/demo.bdf');

See also

Authors


Report an issue
<< edf_get_annotation Functions for reading files edf_get_birthdate >>