How to find the record data from Ganglion
I am new to this system. I am trying to use Ganglion board for testing and recording for the EEG. I am using OpenBCI GUI. From where I can get the raw data and data log after recording? As far I understand from the GUI start session it started recording. Is any one can guide me to get out of this situation. I need to submit my test result by next week.
Comments
https://docs.openbci.com/GettingStarted/Boards/GanglionGS/
Take Care,
RW
Thank you for your kind response. It could be helpful if you can guide me on how to use raw data in python or matlab. Is there any tutorial or guidance? I am pretty lost
Musfequr, hi.
While the recording CSV text files are one way to access the EEG data, they do not provide programmatic real time stream access, usually needed for live BCI or neurofeedback applications. Instead the usual route is to use Brainflow,
https://brainflow.org/
Tutorial examples for accessing via Python, Matlab, etc,
https://brainflow.readthedocs.io/en/stable/Examples.html
William
Thank you William for your kind support. I hope I will manage.