Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.13 KB

Using OpenBCI boards with MNE

This repo contains demos for integration of OpenBCI boards to MNE libraries.

This integration in done using BrainFlow project.

MNE Scan is a part of MNE-CPP project. It's an application to visualize offline and online data. There is BrainFlow plugin which allows users to acquire data from all BrainFlow supported devices.

Instructions to build BrainFlow plugin

MNE-Scan

MNE Python with BrainFlow's python binding

BrainFlow returns numpy arrays, all you need - convert numpy arrays to MNE objects.

Example

MNE R with BraiFlow's R binding

BrainFlow and MNE both use reticulate package, which allows to call Python code from R, and provides seamless convertion between Python and R objects.

Example

License

MIT