mindaffect / pymindaffectBCI

Python SDK for high performance on-line Brain Computer Interface development.
https://mindaffect.nl
Other
63 stars 27 forks source link

How can I use MindaffectBCI to detect 7 types of intentions from EEG? #50

Open Buddies-as-you-know opened 2 years ago

Buddies-as-you-know commented 2 years ago

Hello, dear professor, We are trying to get the intention to move the drone from the brain waves to move the drone. So I want to get the command to move the drone from brain waves with MindaffectBCI's cVEP. So I have to classify the brain waves into 7 types. Here is my question.

  1. how can I use mindaffectBCI's cVEP to get 7 types of brain waves?
  2. I am using openBCI's cyton16ch, can I get 16ch EEG?
  3. Where will the data be stored offline?
  4. Is pre-processing necessary for the acquired EEG (wavelet, STFT, etc.)?
  5. Are there any recommended machine learning methods, etc.?
  6. Do you have any recommendations for publications?