Skip to content

function moving_sum(E1 &&, size_t) fir

template <typename E1>
KFR_INTRINSIC expression_moving_sum<expression_value_type<E1>, E1, tag_dynamic_vector> moving_sum(
    E1&& e1, size_t sum_length)

Returns template expression that performs moving sum on the input

Parameters
e1 an input expression

Defined at dsp/fir.hpp:309