eDSP
0.0.1
A cross-platform DSP library written in C++.
|
#include <edsp/windowing/bartlett.hpp>
#include <edsp/windowing/blackman.hpp>
#include <edsp/windowing/blackman_harris.hpp>
#include <edsp/windowing/blackman_nuttall.hpp>
#include <edsp/windowing/boxcar.hpp>
#include <edsp/windowing/flat_top.hpp>
#include <edsp/windowing/hamming.hpp>
#include <edsp/windowing/hanning.hpp>
#include <edsp/windowing/rectangular.hpp>
#include <edsp/windowing/triangular.hpp>
#include <edsp/windowing/welch.hpp>
Go to the source code of this file.
Namespaces | |
edsp | |
edsp::windowing | |
Functions | |
template<WindowType Type, typename OutputIt > | |
constexpr void | edsp::windowing::make_window (OutputIt first, OutputIt last) |
Computes a window of the given type and length N and stores the result in the range, beginning at d_first. More... | |