Name

edfread_file — Reads the entire file (header, annotation, data).

Calling Sequence

[edf_file]=edfread_file(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)

edf_file - struct containing all data.

edf_file.header - struct containing the header information.

edf_file.annotation - struct containing all annotations.

edf_file.data - data matrix .

Examples

[edf_file]=edfread_file('demo.bdf');

Authors

Holger Nahrstaedt