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

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

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');

Authors

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