Skip to content

class short_fir_state<tapcount, T, U> fir

template <size_t tapcount, typename T, typename U = T>
struct short_fir_state { … }

function short_fir_state<tapcount, T, U>(const univector<T, N> &)

template <size_t N>
short_fir_state(const univector<T, N>& taps)

Defined at dsp/fir.hpp:50

function short_fir_state<tapcount, T, U>(const univector<const T, N> &)

template <size_t N>
short_fir_state(const univector<const T, N>& taps)

Defined at dsp/fir.hpp:55

variable taps

vec<T, tapcount> taps

Defined at dsp/fir.hpp:59

variable delayline

vec<U, tapcount - 1> delayline

Defined at dsp/fir.hpp:60

Defined at dsp/fir.hpp:47