|
eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/meta/iterator.hpp>#include <edsp/statistics/variance.hpp>#include <edsp/converter/pow2db.hpp>#include <vector>Go to the source code of this file.
Namespaces | |
| edsp | |
| edsp::statistics | |
Functions | |
| template<typename InputIt , typename Allocator = std::allocator<meta::value_type_t<InputIt>>> | |
| constexpr meta::value_type_t< InputIt > | edsp::statistics::snr (InputIt first1, InputIt last1, InputIt first2) |
| Compute the SNR of the signals in the range [first1, last1) and the signal starting in first2. More... | |
1.8.13