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

◆ jounce() [2/2]

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

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

Definition at line 637 of file Differential.hpp.

638{
639 return jounce(to_history(samples), dt);
640}
Memory::HistoryBuffer< T > to_history(std::span< const T > samples) noexcept
Build a HistoryBuffer<T> from a newest-first span.
T jounce(const Memory::HistoryBuffer< T > &history, double dt) noexcept
Fourth difference: rate of change of jerk.

References jounce(), and to_history().

+ Here is the call graph for this function: