|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
FFT-based FIR filtering using overlap-add method. More...
#include <fir.h>
Public Member Functions | |
| FftFilter (span_t< T > h) | |
| base_array< T > | process (span_t< T > x) |
| base_array< T > | operator() (span_t< T > x) |
| int | block_size () const |
FFT-based FIR filtering using overlap-add method.
Fast fir implementation for large IR length (usually > 200)