Function window_bartlett_hann¶
function window_bartlett_hann(size_t, ctype_t<T>) dsp¶
template <typename T = fbase>
KFR_FUNCTION expression_bartlett_hann<T> window_bartlett_hann(size_t size, ctype_t<T> = ctype_t<T>()) Returns template expression that generates a Bartlett-Hann window of length size
| size | Length of the window |
Fully qualified name: kfr::window_bartlett_hann(size_t, ctype_t<T>)
Declared at dsp/window.hpp:613
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.