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