Managing Cyton Hardware settings directly from MATLAB
Hi all,
I am working on a research project in which I need to use both EEG and EMG recording on the same Cyton device. Currently my implementation runs in MATLAB using the labstreaming layer "plugin" from github (not using the OpenBCI_GUI). However, in order to correct the hardware setting to properly configure the Cyton to accommodate both EEG and EMG, I currently only know it to be possible using the OpenBCI_GUI. Is it possible any other way? (I would like to avoid using the OpenBCI_GUI as I assume this will increase delay in the system, which is precious to my application).
Thanks!
Comments
@Andrey1994 Is currently working on directly implementing Brainflow and Matlab. He should be able to address this.
Hi, you can use matlab binding for brainflow. To configure board use config_board method, to determine exact commands use this link https://docs.openbci.com/docs/02Cyton/CytonSDK
For matlab and brainflow setup and examples use these links https://brainflow.readthedocs.io/en/stable/BuildBrainFlow.html#matlab
https://brainflow.readthedocs.io/en/stable/UserAPI.html#matlab-api-reference
https://brainflow.readthedocs.io/en/stable/Examples.html#matlab
And you dont need LSL if you use brainflow.
Moreover if you have this port opened in another app which streams data over lsl brainflow will be unable to open this port one more time
Thanks Andrey, looks very promising! I will look into it!