I have a collection of IIR filters (exponential decay at various decay rates). I'd like to compute all of them on a discrete time series efficiently.
Is there a way to do this that is faster than $$O(\mbox{num_filters} \times \mbox{num_points})$$?
I have a collection of IIR filters (exponential decay at various decay rates). I'd like to compute all of them on a discrete time series efficiently.
Is there a way to do this that is faster than $$O(\mbox{num_filters} \times \mbox{num_points})$$?
no. – Peter K. Nov 27 '20 at 21:44