bionet.utils.signal_extras.fftfilt

bionet.utils.signal_extras.fftfilt(b, x, *n)

Filter the signal x with the FIR filter described by the coefficients in b using the overlap-add method. If the FFT length n is not specified, it and the overlap-add block length are selected so as to minimize the computational cost of the filtering operation.