Name

edf_set_physical_maximum — Sets the maximum physical value of signal edfsignal.

Calling Sequence

 	edf_set_physical_maximum(edf_handle, edfsignal,  phys_max)

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.

edf_handle is the file handle of the opened bdf/gdf-file

phys_max is a double containing the physical maximum of the signal edfsignal.

Examples

edf_set_physical_maximum(edf_handle,0, 10.2);

Authors

Holger Nahrstaedt