<< edf_set_technician edflib - Toolbox for reading and writing edf/bdf - files edfopen_file_readonly >>

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

edf_set_transducer

Sets the transducer of signal edfsignal ("AgAgCl cup electrodes", etc.).

Calling Sequence

edf_set_transducer(edf_handle, edfsignal,  transducer)

Parameters

edf_handle

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

edfsignal

: Minimum value is 1

prefilter

: string containing the transducer text of the signal edfsignal.

Description

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

Examples

edf_set_transducer(edf_handle,1, 'needle electrodes');

Authors

<< edf_set_technician edflib - Toolbox for reading and writing edf/bdf - files edfopen_file_readonly >>