Name

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 ile handle of the opened bdf/gdf-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

Holger Nahrstaedt