Struct MovingAverage

Inheritance Relationships

Derived Types

Struct Documentation

struct MovingAverage

Subclassed by CountRateAverage, MsAverage

Public Functions

MovingAverage(const float alpha = 0.1)
float value(void) const
float operator()(void) const

Protected Functions

void update(float v)

Protected Attributes

float _value
const float _alpha