eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/math/numeric.hpp>
#include <edsp/math/constant.hpp>
#include <edsp/meta/iterator.hpp>
#include <cmath>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::windowing | |
Functions | |
template<typename OutputIt > | |
constexpr void | edsp::windowing::hamming (OutputIt first, OutputIt last) |
Computes a Hamming window of length N and stores the result in the range, beginning at d_first. More... | |