<< edf_set_physical_maximum Functions for writing files edf_set_prefilter >>

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

edf_set_physical_minimum

Sets the minimum physical value of signal edfsignal.

Calling Sequence

edf_set_physical_minimum(edf_handle, edfsignal,  phys_min)

Parameters

edf_handle:

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

edfsignal:

Minimum value is 1

phys_min:

double containing the minimum physical value of the signal edfsignal.

Description

Sets the minimum physical value of signal edfsignal.

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

Authors


Report an issue
<< edf_set_physical_maximum Functions for writing files edf_set_prefilter >>