okbalefthanded / bci_toolbox

Classification toolbox for ERP and SSVEP based BCI data
Apache License 2.0
51 stars 27 forks source link

How to transform the format of my own data? #23

Closed zhanghaoran2019 closed 4 years ago

zhanghaoran2019 commented 4 years ago

Hello, I just joined the BCI community. Now we have g-tec and scan devices to collect EEG signals, but the data format is different, so we can't use this toolbox. I want to ask how to convert the data format? thank you very much indeed

okbalefthanded commented 4 years ago

Hi, Make sure that EEG data is saved in any format that can be read in MATLAB i.e. .mat or .csv (or any EEG format with open source libraries such as EDF/GDF), then write a specific dataio function for your data. see the dataio_create_epochsSM* in the dataio folder. The function has to convert your EEG into the toolbox epoched format.

zhanghaoran2019 commented 4 years ago

十分感谢