Name
edf_set_label
— Sets the label (name) of signal edfsignal ("FP1", "SaO2", etc.).
Calling Sequence
edf_set_label(edf_handle, edfsignal, label)
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.
edf_handle is the file handle of the opened bdf/gdf-file
label is string containing the label (name) of the signal edfsignal.
Examples
edf_set_label(edf_handle,0, "SaO2");