BNCI horizon datasets

hello,
Is there any way i can open the BNCI horizon datasets(http://bnci-horizon-2020.eu/database/data-sets) on mne?
Even if i can convert the .mat files, how can i get info to complete the function?

I do not think MNE offers dedicated functions to read these datasets. You might need to use RawArray and create_info in conjunction with the BNCI documentation:

https://mne.tools/stable/generated/mne.io.RawArray.html
https://mne.tools/stable/generated/mne.create_info.html

Mainak

1 Like