Name

edf_get_physical_minimum — Gets the minimum physical value of signal edfsignal.

Calling Sequence

 	phys_min=edf_get_physical_minimum(path, edfsignal)

Description

path is a string containing the path and name of the file

phys_min is a double containing the minimum physical value of the signal edfsignal.

Examples

phys_min=edf_get_physical_minimum('demo.bdf',0);

Authors

Holger Nahrstaedt