Name

edfwrite_annotation_latin1 — Writes an annotation/event to the file

Calling Sequence

edfwrite_annotation_latin1(edf_handle, onset, duration, description)

Description

Writes an annotation/event to the file. This function is optional and can be called only after opening a file in writemode and before closing the file

edf_handle is the file handle of the opened edf/bdf-file.

onset is relative to the starttime and startdate of the file. onset and duration are in units of Seconds! resolution is 0.0001 second! If duration is unknown or not applicable: set a negative number (-1).

description is a Latin1-string containing the text that describes the event.

Examples

edfwrite_annotation_latin1(edf_handle, 1.43, -1, "ann 1");

Authors

Holger Nahrstaedt