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

◆ crackle() [2/2]

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

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

Definition at line 644 of file Differential.hpp.

645{
646 return crackle(to_history(samples), dt);
647}
T crackle(const Memory::HistoryBuffer< T > &history, double dt) noexcept
Fifth difference: rate of change of jounce.
Memory::HistoryBuffer< T > to_history(std::span< const T > samples) noexcept
Build a HistoryBuffer<T> from a newest-first span.

References crackle(), and to_history().

+ Here is the call graph for this function: