eDSP  0.0.1
A cross-platform DSP library written in C++.
Namespaces | Functions
blackman.hpp File Reference
#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::blackman (OutputIt first, OutputIt last)
 Computes a Blackman window of length N and stores the result in the range, beginning at d_first. More...