extract signal data from a edf/bdf-file
[data]=edfread_physical_samples(handle,edfsignal ,n);
: a integer containing the file handle of the opened bdf/edf-file
: Minimum value is 1.
: defines the number of values which will be extracted from the file (integer).
: read data
Reads n samples from edfsignal, starting from the current sample position indicator. The values are converted to their physical values e.g. microVolts, beats per minute, etc.. The sample position indicator will be increased with the amount of samples read.