Order of preprocessing

Hello! In what order should I preprocess an EEG Raw signal? My trials are 2 seconds long.
The options that I’ve implemented are as follows(in order):

  1. mne.io.Raw.set_eeg_reference
  2. mne.io.Raw.filter ( l_freq = 4, h_freq = 30)
  3. mne.preprocessing.ICA
  4. Normalization
  5. Minmax Scaling
    This is the order that I would apply them in. Also, all of them are optional so it’s not necesary that all of them are applied.

that is the proper order.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.