|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
History buffer semantics (newest sample first) More...
#include <RingBuffer.hpp>
Collaboration diagram for MayaFlux::Memory::HistoryBufferAccess:Static Public Attributes | |
| static constexpr bool | push_front = true |
| static constexpr bool | pop_front = false |
| static constexpr const char * | name = "HistoryBuffer (newest-first)" |
History buffer semantics (newest sample first)
Maintains temporal ordering where index 0 represents the most recent sample and higher indices represent progressively older samples. This is the natural indexing for difference equations and recursive relations: y[n], y[n-1], y[n-2], ...
Operations:
Mathematical Context:
Definition at line 305 of file RingBuffer.hpp.