An open API service indexing awesome lists of open source software.

https://github.com/neurotechx/node-edf

Resources for reading and writing EEG data into edf, edf+, and bdf files with JS (hopefully a library, eventually)
https://github.com/neurotechx/node-edf

Last synced: 10 months ago
JSON representation

Resources for reading and writing EEG data into edf, edf+, and bdf files with JS (hopefully a library, eventually)

Awesome Lists containing this project

README

          

# node-edf
Resources for reading and writing EEG data into edf, edf+, and bdf files with JS (hopefully a library, eventually)

## Resources for working with EDF data
- [Official EDF+ specs](https://www.edfplus.info/)
- [Official BDF specs](https://www.biosemi.com/faq/file_format.htm)
- [Official EDF Lib](https://github.com/Teuniz/EDFlib)
- [Node.js EDF parser](https://github.com/korob93/edf-node)
- [Node.js bindings for EDFLib (abandoned, super old node version)](https://github.com/maxsivkov/node-edflib)
- [Old Node.js EDF parser using shell](https://github.com/rjp/edf-nodejs)
- [JavaScript EDF parser (no EDF+)](https://github.com/Pixpipe/edfdecoder)