eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <algorithm>
#include <functional>
#include <cmath>
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::lat (ForwardIt first, ForwardIt last, Numeric samplerate, Numeric start_threshold, Numeric stop_threshold) |
The laq class estimates the logarithmic attack time of an envelope signal. More... | |