Hello all,
I’m new to MNE and I would like some guidance from the experts here:
- My plan is I’ll obtain EEG signal from ADC, which is in time domain. The raw data from the ADC of microcontroller is in either .txt or .cvs. Do I need to convert data to any special format before importing to pandas, numpy, scipy, or MNE?
- What are intermediate steps if any to import signal in time domain to MNE? For example; do I need to convert time domain signal to frequency domain using scipy or numpy?
To simplify this process at the moment, I will take data from one sensor / electrode (ie. 1 channel).
Thanks in advance.