HOW TO USE MUSE 2 RAW EEG DATA

Post Reply
cloudsetter
Posts: 1
Joined: Mon Feb 20, 2023 10:51 am

HOW TO USE MUSE 2 RAW EEG DATA

Post 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.
User avatar
James
Site Admin
Posts: 1103
Joined: Wed Jan 02, 2013 9:06 pm

Re: HOW TO USE MUSE 2 RAW EEG DATA

Post 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
Post Reply