what I want to do

I got csv file of 5 channels EEG data.

I would like to do these analyses in python-MNE, but python-MNE does not support the csv file format.

I was able to convert the csv files to mat files (which works in Matlab) by the program.

So, how can I convert a mat file or a csv file into a set file etc. and analyze it in python-MNE?

I would also like to know more about set files.

Similar questions and discussions