Skip to content

class moving_sum_state<U, Tag> fir

template <typename U, univector_tag Tag = tag_dynamic_vector>
struct moving_sum_state { … }

constructor moving_sum_state<U, Tag>()

moving_sum_state()

Defined at dsp/fir.hpp:121

variable delayline

univector<U, Tag> delayline

Defined at dsp/fir.hpp:122

variable head_cursor

size_t head_cursor

Defined at dsp/fir.hpp:123

variable tail_cursor

size_t head_cursor, tail_cursor

Defined at dsp/fir.hpp:123

Defined at dsp/fir.hpp:119