<< edf_set_record_duration edflib - Toolbox for reading and writing edf/bdf - files edf_set_samplefrequency >>

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

edf_set_recording_info

Sets the additional recordinginfo.

Calling Sequence

edf_set_recording_info(edf_handle,recording_additional)

Parameters

edf_handle

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

recording_additional

: string

Description

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_recording_info(edf_handle, 'test recording');

Authors

<< edf_set_record_duration edflib - Toolbox for reading and writing edf/bdf - files edf_set_samplefrequency >>