Skip to content

beacon-biosignals/EDF.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDF.jl

CI codecov

Read and write European Data Format (EDF/EDF+) and BioSemi Data Format (BDF) files in Julia.

Compared to all features implied by the EDF/EDF+ specifications, this package is currently missing:

  • Out-of-core data record streaming; this package (and its type representations, i.e. EDF.Signal) generally assumes the user is loading all of a file's sample data into memory at once.
  • Specialization for discontinuous EDF+ files ("EDF+D" files).
  • Validation/specialization w.r.t. "canonical/standard EDF texts"
  • Validation-on-write of manually constructed EDF.Files
  • Support for the EDF+ longinteger/float extension

Where practical, this package chooses field names that are as close to EDF/EDF+ specification terminology as possible.