Template Class WindowedAverageBuffer
Defined in File CircularBuffer.hpp
Inheritance Relationships
Base Type
public dai::utility::CircularBuffer< T >(Template Class CircularBuffer)
Class Documentation
-
template<typename T>
class WindowedAverageBuffer : public dai::utility::CircularBuffer<T> A circular buffer that maintains a running average of its elements.
- Template Parameters:
T – The type of elements stored in the buffer (must support addition and division)