Name
edf_set_samplefrequency
— Sets the samplefrequency of signal edfsignal.
Calling Sequence
edf_set_samplefrequency(edf_handle, edfsignal, samplefrequency)
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.
edf_handle is the file handle of the opened bdf/gdf-file
samplefrequency is a integer containing the samplefrequency of the signal edfsignal.
Examples
edf_set_samplefrequency(edf_handle,0, 1000);