Name
edf_get_physical_dim — Gets the physical dimension of signal edfsignal ("uV", "BPM", "mA", "Degr.", etc.).
Calling Sequence
phy_dim=edf_get_physical_dim(path, edfsignal)
Description
path is a string containing the path and name of the file
phys_dim is a string containing the physical dimension of the signal edfsignal.
Examples
phy_dim=edf_get_physical_dim('demo.bdf',0);