Hi,
I’m working on Windows 10 with Python 3.9 and MNE 0.24.1. I’m working on fNIRS signals and trying to filter it using a Bandpass FIR filter order 1000 with the following cut off frequency [0.01, 0.09]. I don’t know how to specify the filter order. Here is a part of my code :
Thanks for your answer, I’ve looked at the filter_length parameter but I don’t know how to use it. To have a 1000th order filter what specification should I use for the filter_length parameter ?