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

edflib - Toolbox for reading and writing edf/bdf - files >> edflib - Toolbox for reading and writing edf/bdf - 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('demo.edf');

Authors

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