How to make epochs from resting state EEG

Hi MNE users!

I would like to do source localization with MNE. In order to do that I realized that first I have to make epochs.
I have 5 min resting state EEG data and there is no trigger information in the file. In this case, how to make epochs from raw EEG data?

Best,
Kyu

Hi,

I have never worked on resting state EEG but I think you can use the function mne.make_fixed_length_epochs if you have no trigger information. You have an example here, if it may helps : https://mne.tools/stable/auto_tutorials/epochs/60_make_fixed_length_epochs.html

2 Likes

Hi Tehelka, thank you so much! Your feedback is so helpful for me. Kyu