beacon-biosignals / EDF.jl

Read and write EDF files in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Read and write EDF files in Julia

License:MIT License


Languages

Language:Julia 100.0%