In other languages (e.g. Python and R), packages for reading EDF files typically include the capacity to extract the sampling rate of a signal. This doesn’t seem to be possible in the EDF.jl package. My two questions are: a. am I missing something in the package’s documentation? If not, b. what other ways are there to infer the sampling rate of a signal?
Note. Reading the EDF does not produce a Time vector (from such vector one could infer the sampling rate).