Skip to content

Class expression_hann

class expression_hann<T> dsp

template <typename T>
struct expression_hann : expression_window_with_metrics<T, window_metrics::metrics_0_1> { … }

Hann window expression (0.5*(1-cos(2*pi*x)))

function get_elements(const expression_hann<T> &, shape<1>, axis_params<0, N>)

template <size_t N>
KFR_INTRINSIC friend vec<T, N> get_elements(const expression_hann& self, shape<1> index,
                                            axis_params<0, N> sh)

Internal ADL-provided implementation for

expression_hann expressions

Fully qualified name: kfr::expression_hann<T>::get_elements(const expression_hann<T> &, shape<1>, axis_params<0, N>)

Declared at dsp/window.hpp:286

Fully qualified name: kfr::expression_hann<T>

Declared at dsp/window.hpp:280

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.