Page 1 of 1

HOW TO USE MUSE 2 RAW EEG DATA

Posted: Mon Feb 20, 2023 11:11 am
by cloudsetter
hello, i'm a student in South Korea.
I want to make the contents of .csv file from MIND MONITOR to be seen in frequency domain.
can anybody help me please?
i wanted to try Python but got stuck at defining x and y axis.

Re: HOW TO USE MUSE 2 RAW EEG DATA

Posted: Mon Feb 20, 2023 12:38 pm
by James
Here is where to start: https://rosettacode.org/wiki/Fast_Fouri ... orm#Python

If you want to do your own FFT's set the "Recording Interval" to constant. I would also recommend using the OSC streaming with the Python code examples in the FAQ for real time processing.
https://mind-monitor.com/FAQ.php#oscspec
https://github.com/Enigma644/MindMonitorPython