News

This small function implements a (real-valued) FFT-based overlap-add linear finite impulse response filter. It should behave similarly to scipy.signal.lfilter, but is generally much faster. See the ...