I'm using a EEG detection kit called Gtec.NAUTILUS which gives me binary data for 32 channels at 500hz. The data is then converted to CSV format. Now I want to process these data in Microsoft Azure using python 3.5.1 however CSV file is not recognized in MNE library (which is used for EEG data analysis). There are also other formats that are supported in MNE. ( .cnt , .edf , .bdf , .egi , .set ) Additional info @ : http://martinos.org/mne/stable/manual/io.html#ch-convert
My primary question is; - How can i convert csv file to one of the supported formats?
Additionaly; - How can i convert binary file to one of the supported formats in mne? (if previous question is not possible)
Also; - Does someone have an experience in processing EEG data? Am i doing an essential mistake while data processing?
Note : I am performing this process for EEG data analysis in MATLAB, however it seems microsoft azure does not support it. Therefore I'm trying to learn python for compatibility.
Thanks in advance.
For those who are interested:
Free programs from third party developers: http://www.biosemi.com/download.htm