eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/meta/iterator.hpp>
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::converter | |
Functions | |
template<typename ForwardIt > | |
constexpr meta::value_type_t< ForwardIt > | edsp::converter::peak2peak (ForwardIt first, ForwardIt last) |
Maximum-to-minimum difference in the range [first, last) More... | |