Skip to content

function moving_sum(E1 &&) fir

template <size_t sum_length, typename E1>
[[deprecated("moving_sum is deprecated. Use moving_sum(expr, len) instead")]] KFR_INTRINSIC
    expression_moving_sum<expression_value_type<E1>, E1, tag_dynamic_vector>
    moving_sum(E1&& e1)

Returns template expression that performs moving sum on the input

Parameters
e1 an input expression

Defined at dsp/fir.hpp:323