eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/meta/iterator.hpp>
#include <edsp/meta/advance.hpp>
#include <numeric>
#include <cmath>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::algorithm | |
Functions | |
template<typename OutputIt , typename Numeric > | |
constexpr void | edsp::algorithm::logspace (OutputIt d_first, Numeric N, meta::value_type_t< OutputIt > x1, meta::value_type_t< OutputIt > x2) |
Generate N logarithmic spaced values between the range [x1,x2] and stores the result in another range, beginning at d_first. More... | |