Process steps to import time domain signal to MNE

Hello all,

I’m new to MNE and I would like some guidance from the experts here:

  1. 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?
  2. 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.

Have a look to this tutorial: Creating MNE-Python data structures from scratch — MNE 1.8.0.dev141+g6da505591 documentation

Mathieu