Home
last modified time | relevance | path

Searched defs:expression_moving_sum (Results 1 – 1 of 1) sorted by relevance

/dports/math/kfr/kfr-4.2.1/include/kfr/dsp/
H A Dfir.hpp154 struct expression_moving_sum : expression_with_arguments<E1> struct
156 using value_type = U;
158 expression_moving_sum(E1&& e1, const moving_sum_state<U, STag>& state) in expression_moving_sum() argument
195 state_holder<moving_sum_state<U, STag>, stateless> state;