In training, and possibly elsewhere, it is possible to request bandpass filtering that results in very steep filter, e.g. try setting 60 Hz lower critical (or do we set bandstop?) freq. scipy can't handle it and throws error Filter order must be a nonnegative integer. Probably need to wrap all of it in some try-except.
In training, and possibly elsewhere, it is possible to request bandpass filtering that results in very steep filter, e.g. try setting 60 Hz lower critical (or do we set bandstop?) freq.
scipy
can't handle it and throws errorFilter order must be a nonnegative integer
. Probably need to wrap all of it in some try-except.