Name
edf_get_label
— Gets the label (name) of signal edfsignal ("FP1", "SaO2", etc.).
Calling Sequence
label=edf_get_label(path, edfsignal)
Description
path is a null-terminated string containing the path and name of the file
label is string containing the label (name) of the signal edfsignal.
Examples
label=edf_get_label('demo.bdf',0);