Class expression_bartlett_hann¶
class expression_bartlett_hann<T> dsp¶
template <typename T>
struct expression_bartlett_hann : expression_window_with_metrics<T, window_metrics::metrics_0_1> { … } Bartlett-Hann window expression
function get_elements(const expression_bartlett_hann<T> &, shape<1>, axis_params<0, N>) ¶
template <size_t N>
KFR_INTRINSIC friend vec<T, N> get_elements(const expression_bartlett_hann& self, shape<1> index,
axis_params<0, N> sh) Internal ADL-provided implementation for
expression_bartlett_hann expressions
Fully qualified name: kfr::expression_bartlett_hann<T>::get_elements(const expression_bartlett_hann<T> &, shape<1>, axis_params<0, N>)
Declared at dsp/window.hpp:303
Fully qualified name: kfr::expression_bartlett_hann<T>
Declared at dsp/window.hpp:297
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.