suggestions on realtime SSVEP in Python or Matlab?
Hi,
I am trying to implement a real time SSVEP baased BCI system . Does anyone knows how to implement it in Python or Matlab?
Now, I am using OpenBCI_Python to obtain raw eeg data from a Cyton board. Then, I am transmitting it to Matlab and receiving it
through LSL (ReceiveData.m). I already can do it, but I am having difficulties into implement the signal processing in real time.
Then, after I extract the command from processing the signal, this would be sent to an ESP module.
Any ideas to help me?
Another question is that if is possible to implement this idea in Python, I was thinking about using threads, one to data acquising
and the other processed the signal and would give the command extracted.
Thanks for the help.
Comments