Name
edf_get_digital_maximum — Sets the maximum digital value of signal edfsignal.
Calling Sequence
dig_max=edf_get_digital_maximum(path, edfsignal)
Description
path is a null-terminated string containing the path and name of the file
dig_max - Usually, the value 32767 is used for EDF+ and 8388607 for BDF+.
Examples
dig_max=edf_get_digital_maximum('demo.bdf',0);