Skip to content

class lra_vec<T> ebu

template <typename T>
struct lra_vec : public univector<T> { … }

constructor lra_vec<T>()

lra_vec()

Defined at dsp/ebu.hpp:156

function push(T)

void push(T mean_square)

Defined at dsp/ebu.hpp:157

function reset()

void reset()

Defined at dsp/ebu.hpp:167

function get(T &, T &)

void get(T& low, T& high) const

Defined at dsp/ebu.hpp:172

Defined at dsp/ebu.hpp:123