<< edf_get_digital_minimum Functions for reading files edf_get_equipment >>

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

edf_get_edfsignals

Returns the number of edfsignals which are saved in the file.

Calling Sequence

edfsignals=edf_get_edfsignals(path)
edfsignals=edf_get_edfsignals(edf_header)

Parameters

path:

string containing the path and name of the file

edf_header:

struct with header information from edfopen_file_readonly

edfsignals:

number of edfsignals which are saved in the file

Description

Returns the number of edfsignals which are saved in the file.

Examples

edfsignals=edf_get_edfsignals(edf_getpath()+'/demos/demo.bdf');

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

Authors


Report an issue
<< edf_get_digital_minimum Functions for reading files edf_get_equipment >>