Name
edfread_samples — extract signal data from a edf/bdf-file
Calling Sequence
[data]=edfread_samples(path);
[data]=edfread_samples(path,edfsignal);
[data]=edfread_samples(path,edfsignal,n);
Parameters
- path
: string containing the path and name of the file
- edfsignal
: Minimum value is 1 .
- n
: defines the number of values which will be extracted from the file (integer).
- data
: data matrix.
Description
extract signal data from a edf/bdf-file
Examples
[data]=edfread_samples('demo.bdf',1,-1);