pyEDFlib is a python library to read/write EDF+/BDF+ files based on EDFlib.
EDF means European Data Format and was firstly published 1992. In 2003, an improved version of the file protokoll named EDF+ has been published and can be found here.
The EDF/EDF+ format saves all data with 16 Bit. A version which saves all data with 24 Bit, was introduces by the compony BioSemi.
The definition of the EDF/EDF+/BDF/BDF+ format can be found under edfplus.info.
This python toolbox is a fork of the toolbox from Christopher Lee-Messer and uses the EDFlib from Teunis van Beelen. The EDFlib is able to read and write EDF/EDF+/BDF/BDF+ files.
Authors
- Holger Nahrstaedt
- Teunis van Beelen (edflib.c, edflib.h, http://www.teuniz.net/edflib/)
- Chris Lee-Messer (https://bitbucket.org/cleemesser/python-edf)