Get information about EDF file
Create an edfinfo
object to get information about a European
Data Format (EDF) or EDF+ file. edfinfo
objects contain information such
as file size, number of data records, number of signals, and number of samples.
You can convert an edfinfo
object to a MATLAB structure using the get
function. For
example:
info = edf('example.edf');
strc = get(info)
[1] Kemp, Bob, Alpo Värri, Agostinho C. Rosa, Kim D. Nielsen, and John Gade. “A Simple Format for Exchange of Digitized Polygraphic Recordings.” Electroencephalography and Clinical Neurophysiology 82, no. 5 (May 1992): 391–93. https://doi.org/10.1016/0013-4694(92)90009-7.
[2] Kemp, Bob, and Jesus Olivan. "European Data Format 'plus' (EDF+), an EDF Alike Standard Format for the Exchange of Physiological Data." Clinical Neurophysiology 114, no. 9 (2003): 1755–1761. https://doi.org/10.1016/S1388-2457(03)00123-8.