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

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

edf_set_samplefrequency

Sets the samplefrequency of signal edfsignal.

Calling Sequence

edf_set_samplefrequency(edf_handle, edfsignal,  samplefrequency)

Parameters

edf_handle

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

edfsignal

: Minimum value is 1

samplefrequency

: integer containing the samplefrequency of the signal edfsignal.

Description

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

Examples

edf_set_samplefrequency(edf_handle,1, 1000);

Authors


Report an issue
<< edf_set_recording_info edflib - Toolbox for reading and writing edf/bdf - files edf_set_startdatetime >>