eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
duration.hpp File Reference
#include <iterator>
#include <algorithm>
#include <functional>

Go to the source code of this file.

Namespaces

 edsp
 
 edsp::feature
 
 edsp::feature::temporal
 

Functions

template<typename ForwardIt , typename Numeric >
constexpr auto edsp::feature::temporal::duration (ForwardIt first, ForwardIt last, Numeric samplerate)
 Computes the duration of the elements in the range [first, last) More...
 
template<typename ForwardIt , typename Numeric >
constexpr auto edsp::feature::temporal::effective_duration (ForwardIt first, ForwardIt last, Numeric samplerate, Numeric threshold)
 Computes the effective duration of the elements in the range [first, last) More...