<< edf_get_signal_samples Functions for reading files edf_get_technician >>

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

edf_get_startdatetime

Returns the date and starttime.

Calling Sequence

start_time=edf_get_startdatetime(path)
start_time=edf_get_startdatetime(edf_header)

Parameters

path:

string containing the path and name of the file

edf_header:

plist with header information from edfopen_file_readonly

start_time:

a vector containing the date and startime. (year month day hour minute second)

Description

Returns the date and starttime.

Examples

start_time=edf_get_startdatetime(edf_getpath()+'/demos/demo.bdf')

[header_list]=edfopen_file_readonly(edf_getpath()+'/demos/demo.bdf', 0);
start_time=edf_get_startdatetime(header_list);
edf_close(header_list.handle);

Authors


Report an issue
<< edf_get_signal_samples Functions for reading files edf_get_technician >>