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