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)
- Host: GitHub
- URL: https://github.com/neurotechx/node-edf
- Owner: NeuroTechX
- License: mit
- Created: 2018-03-10T20:37:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T17:47:02.000Z (about 8 years ago)
- Last Synced: 2025-06-30T14:05:13.286Z (11 months ago)
- Language: JavaScript
- Size: 13.4 MB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)