|
dsplib 1.1.0
C++ DSP library for MATLAB-like coding
|
This is the complete list of members for dsplib::MAFilter< T >, including all inherited members.
| MAFilter(int len) | dsplib::MAFilter< T > | inlineexplicit |
| MAFilter(int len, const base_array< T > &init) | dsplib::MAFilter< T > | inlineexplicit |
| operator()(const T &x) noexcept | dsplib::MAFilter< T > | inline |
| operator()(span_t< T > x) noexcept | dsplib::MAFilter< T > | inline |
| process(const T &in) noexcept | dsplib::MAFilter< T > | inline |
| process(span_t< T > in) noexcept | dsplib::MAFilter< T > | inline |