<< edfread_physical_samples Functions for reading files edfrewind >>

edflib - Toolbox for reading and writing edf/ bdf files >> Functions for reading 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(edf_getpath()+'/demos/demo.bdf',1,-1);

Authors


Report an issue
<< edfread_physical_samples Functions for reading files edfrewind >>