Name
edfread_all_samples
— extract all data from a edf/bdf-file
Calling Sequence
[data]=edfread_all_samples(filename);
Description
extract all signals data from a edf/bdf-file, if and only if each signal has the same sampling rate.
filename - file name of the edf/bdf - file(string)
data - matrix containing all edfsignal data
Examples
[data]=edfread_all_samples('demo.bdf');