Getting data from a single channel

,

my cnt has 5 chs EEG, How can get only one chs data?

Sorry for the late reply … this is easy to do in two steps:

  1. read the data: Importing data from EEG devices — MNE 1.0.3 documentation
  2. use the get_data method and the picks parameter: mne.io.Raw — MNE 1.0.3 documentation
1 Like