Skip to content

function moving_sum(moving_sum_state<U, STag> &, E1 &&) fir

template <typename U, typename E1, univector_tag STag>
[[deprecated("moving_sum(state, expr) is deprecated. Use moving_sum(expr, std::ref(state)) "
             "instead")]] KFR_INTRINSIC expression_moving_sum<U, E1, STag, true>
moving_sum(moving_sum_state<U, STag>& state, E1&& e1)

Returns template expression that performs moving sum on the input

Parameters
state moving sum state
e1 an input expression

Defined at dsp/fir.hpp:349