<< edf_set_technician Functions for writing files edfopen_file_writeonly >>

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

edf_set_transducer

Sets the transducer of signal edfsignal

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

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

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


Report an issue
<< edf_set_technician Functions for writing files edfopen_file_writeonly >>