Name
edf_get_header — Reads the header of the file .
Calling Sequence
[edf_header]=edf_get_header(filename);
Parameters
- path
: string containing the path and name of the file
- edf_header
: struct containing the header information.
Description
Reads the header of the file .
Examples
[edf_header]=edf_get_header('demo.bdf');