<< edf_get_edfsignals Functions for reading files edf_get_file_duration >>

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

edf_get_equipment

Returns the name of the equipment used during the aquisition.

Calling Sequence

equipment=edf_get_equipment(path)
equipment=edf_get_equipment(edf_header)

Parameters

path:

string containing the path and name of the file

edf_header:

struct with header information from edfopen_file_readonly

equipment:

string containing the equipment.

Description

Returns the name of the equipment used during the aquisition.

Examples

equipment=edf_get_equipment(edf_getpath()+'/demos/demo.bdf');

[header_list]=edfopen_file_readonly(edf_getpath()+'/demos/demo.bdf', 0);
equipment=edf_get_equipment(header_list);
edf_close(header_list.handle);

Authors


Report an issue
<< edf_get_edfsignals Functions for reading files edf_get_file_duration >>