Skip to content

function short_fir(E1 &&, const univector<T, TapCount> &) fir

template <typename T, size_t TapCount, typename E1,
          size_t InternalTapCount = next_poweroftwo(TapCount - 1) + 1, typename U = expression_value_type<E1>>
KFR_INTRINSIC expression_short_fir<InternalTapCount, T, U, E1, false> short_fir(
    E1&& e1, const univector<T, TapCount>& taps)

Returns template expression that applies FIR filter to the input (count of coefficients must be in range 2..32)

Parameters
e1 an input expression
taps coefficients for the FIR filter

Defined at dsp/fir.hpp:362