Skip to content

class moving_sum_state<U, tag_dynamic_vector> fir

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

constructor moving_sum_state<U, tag_dynamic_vector>(size_t)

moving_sum_state(size_t sum_length)

Defined at dsp/fir.hpp:128

variable delayline

univector<U> delayline

Defined at dsp/fir.hpp:129

variable head_cursor

size_t head_cursor

Defined at dsp/fir.hpp:130

variable tail_cursor

size_t head_cursor, tail_cursor

Defined at dsp/fir.hpp:130

Defined at dsp/fir.hpp:126