Name
edf_get_digital_minimum — Gets the minimum digital value of signal edfsignal.
Calling Sequence
dig_min=edf_get_digital_minimum(path, edfsignal)
Description
path is a null-terminated string containing the path and name of the file
dig_min - Usually, the value -32768 is used for EDF+ and -8388608 for BDF+.
Usually this will be (-(dig_max + 1)).
Examples
dig_min=edf_get_digital_minimum('demo.bdf',0);