Name

edf_set_digital_maximum — Sets the maximum digital value of signal edfsignal.

Calling Sequence

 	edf_set_digital_maximum(edf_handle, edfsignal,  dig_max)

Parameters

edf_handle

: integer containing ile handle of the opened bdf/gdf-file

edfsignal

: Minimum value is 1

dig_max

: Usually, the value 32767 is used for EDF+ and 8388607 for BDF+.

Description

This function is optional and can be called only after opening a file in writemode and before the first sample write action.

Examples

edf_set_digital_maximum(edf_handle,1, 8388607);

Authors

Holger Nahrstaedt