Sets the startdate and starttime.
edf_set_recording_info(edf_handle,datetime)
: integer containing file handle of the opened bdf/edf-file
: vector with 6(year month day hour minute seconds) or 10 (getdate()) entries.
This function is optional and can be called only after opening a file in writemode and before the first sample write action.
edf_set_startdatetime(edf_handle, [2010,6,25,16,29,1]); edf_set_startdatetime(edf_handle, getdate()); | ![]() | ![]() |