<< edf_set_physical_dim edflib - Toolbox for reading and writing edf/bdf - files edf_set_physical_minimum >>

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

edf_set_physical_maximum

Sets the maximum physical value of signal edfsignal.

Calling Sequence

edf_set_physical_maximum(edf_handle, edfsignal,  phys_max)

Parameters

edf_handle

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

edfsignal

: Minimum value is 1

phys_max

: double containing the physical maximum of the signal edfsignal.

Description

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

Examples

edf_set_physical_maximum(edf_handle,1, 10.2);

Authors


<< edf_set_physical_dim edflib - Toolbox for reading and writing edf/bdf - files edf_set_physical_minimum >>