function fir(E1 &&, fir_params<T>) fir¶
template <typename T, typename E1, typename U = expression_value_type<E1>>
KFR_INTRINSIC expression_fir<T, U, E1, false> fir(E1&& e1, fir_params<T> state) Returns template expression that applies FIR filter to the input
| e1 | an input expression |
| state | coefficients for the FIR filter (taken by value) |
Defined at dsp/fir.hpp:274