eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/meta/iterator.hpp>
#include <edsp/meta/expects.hpp>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::algorithm | |
Functions | |
template<typename InputIt , typename OutputIt > | |
constexpr void | edsp::algorithm::padder (InputIt first, InputIt last, OutputIt d_first, OutputIt d_last) |
Extends the signal defined in the range [first, last) with zeros and stores the result in the range [d_first, d_last]. More... | |