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?