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