Name

edf_get_signal_samples — Gets the number of available samples of signal edfsignal.

Calling Sequence

 	samples=edf_get_signal_samples(path, edfsignal)

Description

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

samples is a integer containing the number of available samples of the signal edfsignal.

Examples

samples=edf_get_signal_samples('demo.bdf',0);

Authors

Holger Nahrstaedt