Name

edfrewind — Sets the sample position indicator to the beginning of the file.

Calling Sequence

  edfrewind(handle,edfsignal);
    

Parameters

edf_handle

: a integer containing the file handle of the opened bdf/gdf-file

edfsignal

: Minimum value is 1.

Description

The edfrewind function sets the sample position indicator for the edfsignal pointed to by edfsignal to the beginning of the file. Note that every signal has it's own independent sample position indicator and edfrewind() affects only one of them.

Examples

edfrewind(edf_handle,1);

Authors

Holger Nahrstaedt