<< edf_get_annotations Functions for reading files edf_get_digital_maximum >>

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

edf_get_birthdate

Returns the birthdate.

Calling Sequence

birthdate=edf_get_birthdate(path)
birthdate=edf_get_birthdate(edf_header)

Parameters

path:

string containing the path and name of the file

edf_header:

plist with header information from edfopen_file_readonly

birthdate:

string

Description

Returns the birthdate as string which can be converted with edf_birthdate_str2vec to a time vector

Examples

birthdate=edf_get_birthdate(edf_getpath()+'/demos/demo.bdf');
edf_birthdate_str2vec(birthdate)

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

See also

Authors


Report an issue
<< edf_get_annotations Functions for reading files edf_get_digital_maximum >>