Function window_kaiser¶
function window_kaiser(size_t, std::type_identity_t<T>, ctype_t<T>) dsp¶
template <typename T = fbase>
KFR_FUNCTION expression_kaiser<T> window_kaiser(size_t size, std::type_identity_t<T> beta = T(0.5),
ctype_t<T> = ctype_t<T>()) Returns template expression that generates a Kaiser window of length size where β = beta
| size | Length of the window |
| beta | Beta coefficient controlling sidelobe attenuation; default 0.5 |
Fully qualified name: kfr::window_kaiser(size_t, std::type_identity_t<T>, ctype_t<T>)
Declared at dsp/window.hpp:674
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.