eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/statistics/rms.hpp>
#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::peak2rms (ForwardIt first, ForwardIt last) |
Maximum Peak-magnitude-to-RMS ratio in the range [first, last) More... | |