|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
FIR filter class. More...
#include <fir.h>
Public Member Functions | |
| FirFilter (span_t< T > h) | |
| base_array< T > | process (span_t< T > x) |
| void | process (inplace_span_t< T > si) |
| span_t< T > | coeffs () const |
| mut_span_t< T > | coeffs () |
| base_array< T > | operator() (span_t< T > x) |