Filter_length warning

Hi, When I used epoch.filter(1, 100), I’ve got this warning:


How do I change the filter length?

you cannot apply a reliable high pass with very short epochs

A

1 Like

Thanks! I just found that!

What you should do instead is filter the raw data.

Or if you need to filter on the epochs level, make the epochs longer, filter, and crop them to you desired duration.

1 Like