<< edf_set_gender edflib - Toolbox for reading and writing edf/bdf - files edf_set_patient_info >>

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

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 file handle of the opened bdf/edf-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

<< edf_set_gender edflib - Toolbox for reading and writing edf/bdf - files edf_set_patient_info >>