Name
edf_get_samplefrequency
— Gets the samplefrequency of signal edfsignal.
Calling Sequence
samplefrequency=edf_get_samplefrequency(path, edfsignal)
Description
path is a string containing the path and name of the file
samplefrequency is a integer containing the samplefrequency of the signal edfsignal.
Examples
samplefrequency=edf_get_samplefrequency('demo.bdf',0);