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