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

◆ pop() [1/2]

template<typename T >
T MayaFlux::Kinesis::pop ( const Memory::HistoryBuffer< T > &  history,
double  dt 
)
inlinenoexcept

Sixth difference: rate of change of crackle.

Capacity >= 7.

Definition at line 188 of file Differential.hpp.

189{
190 return backward_difference<6>(history, dt);
191}

Referenced by pop().

+ Here is the caller graph for this function: