Creating epochs from continuous data without any events

Hi Richard,

Thank you for your reply.
I want to do epoching of raw signals into a particular frame length and overlap by ignoring events. Suppose i have a signal [1:20] and I want to split it in overlapping epoch with a frame length 3 and overlap 1 using mne. .How can I do that?

Thank you.

For creating epochs from continuous data without any events, you can use mne.make_fixed_length_epochs()

This function, however, does not yet support overlapping windows. This might be addressed in our upcoming development sprint in March.

1 Like