Name

edf_set_label — Sets the label (name) of signal edfsignal ("FP1", "SaO2", etc.).

Calling Sequence

 	edf_set_label(edf_handle, edfsignal,  label)

Parameters

edf_handle

: integer containing ile handle of the opened bdf/gdf-file

edfsignal

: Minimum value is 1

label

: string containing the label (name) of the signal edfsignal.

Description

This function is recommended for every signal and can be called only after opening a file in writemode and before the first sample write action.

Examples

edf_set_label(edf_handle,1, "SaO2");

Authors

Holger Nahrstaedt