<< edf_copy_signal_header Functions for writing files edf_set_birthdate >>

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

edf_set_admincode

Sets the admincode.

Calling Sequence

edf_set_admincode(edf_handle, admincode)

Parameters

edf_handle:

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

admincode:

string

Description

Sets the admincode.

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_admincode(edf_handle, 'admin1');

Authors


Report an issue
<< edf_copy_signal_header Functions for writing files edf_set_birthdate >>