<< edf_set_equipment Functions for writing files edf_set_label >>

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

edf_set_gender

Sets the gender.

Calling Sequence

edf_set_gender(edf_handle,gender)

Parameters

edf_handle:

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

gender:

1 is male, 0 is female

Description

Sets the gender.

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_gender(edf_handle, 0);

Authors


Report an issue
<< edf_set_equipment Functions for writing files edf_set_label >>