<< edfread_physical_samples edflib - Toolbox for reading and writing edf/bdf - files edfrewind >>

edflib - Toolbox for reading and writing edf/bdf - files >> edflib - Toolbox for reading and writing edf/bdf - files > edfread_samples

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);

Authors

<< edfread_physical_samples edflib - Toolbox for reading and writing edf/bdf - files edfrewind >>