Name
edf_get_file_duration — Returns the duration of the file in seconds.
Calling Sequence
file_duration=edf_get_edfsignals(path)
Parameters
- path
: string containing the path and name of the file
- file_duration
: duration of the file in seconds.. .
Description
Returns the duration of the file in seconds.
Examples
file_duration=edf_get_file_duration('demo.bdf');