Function window_blackman_harris¶
function window_blackman_harris(size_t, window_symmetry, ctype_t<T>) dsp¶
template <typename T = fbase>
KFR_FUNCTION expression_blackman_harris<T> window_blackman_harris(
size_t size, window_symmetry symmetry = window_symmetry::symmetric, ctype_t<T> = ctype_t<T>()) Returns template expression that generates a Blackman-Harris window of length size
| size | Length of the window |
| symmetry | Symmetry mode of the window |
Fully qualified name: kfr::window_blackman_harris(size_t, window_symmetry, ctype_t<T>)
Declared at dsp/window.hpp:662
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.