I want to make data with the size is 1 second and is shifted 0.2 second, namely, overlapping windowed data.
If I used mne.make_fixed_length_epochs(raw, duration=1,preload=Flase), I can make 1 second data, but there is no overlapping between each window. Do you know how to make overlapped data ?
when I checked make_fixed_length_epcohs() it does not have an overlap parameter. How can I change the input as follows for 80 % overlap? (sliding windows are shifted every 0.2 sec).
I cannot reproduce this problem. Maybe you forgot to activate the correct conda environment, so you weren’t actually using version 0.23 at the time? Try again like this: