MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ pop() [2/2]

template<typename T >
T MayaFlux::Kinesis::pop ( std::span< const T >  samples,
double  dt 
)
inlinenoexcept

Convenience overload of pop over a raw span, samples[0] newest.

Definition at line 651 of file Differential.hpp.

652{
653 return pop(to_history(samples), dt);
654}
T pop(const Memory::HistoryBuffer< T > &history, double dt) noexcept
Sixth difference: rate of change of crackle.
Memory::HistoryBuffer< T > to_history(std::span< const T > samples) noexcept
Build a HistoryBuffer<T> from a newest-first span.

References pop(), and to_history().

+ Here is the call graph for this function: