Skip to content

class expression_hamming<T> window

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

constructor expression_hamming<T>(size_t, T, window_symmetry)

expression_hamming(size_t size, T alpha = 0.54, window_symmetry symmetry = window_symmetry::symmetric)

Defined at dsp/window.hpp:257

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

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

Defined at dsp/window.hpp:262

Defined at dsp/window.hpp:255