<< edf_set_digital_maximum edflib - Toolbox for reading and writing edf/bdf - files edf_set_equipment >>

edflib - Toolbox for reading and writing edf/bdf - files >> edflib - Toolbox for reading and writing edf/bdf - files > edf_set_digital_minimum

edf_set_digital_minimum

Sets the minimum digital value of signal edfsignal.

Calling Sequence

edf_set_digital_minimum(edf_handle, edfsignal,  dig_min)

Parameters

edf_handle

: integer containing file handle of the opened bdf/edf-file

edfsignal

: Minimum value is 1

dig_min

: Usually, the value -32768 is used for EDF+ and -8388608 for BDF+. Usually this will be (-(dig_max + 1)).

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_minimum(edf_handle,1, -8388608);

Authors


Report an issue
<< edf_set_digital_maximum edflib - Toolbox for reading and writing edf/bdf - files edf_set_equipment >>