<< edf_set_digital_minimum Functions for writing files edf_set_gender >>

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

edf_set_equipment

Sets the name of the equipment used during the aquisition.

Calling Sequence

edf_set_equipment(edf_handle,equipment)

Parameters

edf_handle:

integer containing file handle of the opened bdf/edf-file

equipment:

string

Description

Sets the name of the equipment used during the aquisition.

This function is optional and can be called only after opening a file in writemode and before the first sample write action.

Examples

edf_set_equipment(edf_handle, 'equipment xyz');

Authors


Report an issue
<< edf_set_digital_minimum Functions for writing files edf_set_gender >>