forked from mmlabs-mindmaze/xdffileio
-
Notifications
You must be signed in to change notification settings - Fork 0
Library to read/write EEG data file formats
License
serafperd/xdffileio
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
XDFFILEIO Presentation ============ This library provides a unified interface to read/write EEG file format in realtime. It has been designed to provide a consistent and common interface to all supported file formats while minimizing the CPU cost on the main loop. It thus performs all the expensive operation (scaling, data convertion and file operation) in a separated thread. The library does not support non-continous recording neither channels sampled at different sampling rate. It currently supports the following file formats: EDF, BDF, GDF 1.X, GDF 2.X Supported platforms =================== Any POSIX platform (and windows) using a byte size of 8 bits (i.e. all modern CPU) should be able to compile and run this library. However, it has been only tested on the following platform: GNU/Linux x86, GNU/Linux x86-64, Windows x86. Compilation =========== This library is organized as a GNU package and can be compiled and installed in the same way (see INSTALL file for further information).
About
Library to read/write EEG data file formats
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 99.6%
- Shell 0.4%