Name
edf_get_label — Returns the label (name) of signal edfsignal ("FP1", "SaO2", etc.).
Calling Sequence
label=edf_get_label(path, edfsignal)
Parameters
- path
: string containing the path and name of the file
- edfsignal
: Minimum value is 1.
- label
: label of signal edfsignal
Description
Returns the label (name) of signal edfsignal ("FP1", "SaO2", etc.).
Examples
label=edf_get_label('demo.bdf',1);