Skip to content

function window_hamming(size_t, std::type_identity_t<T>, ctype_t<T>) window

template <typename T = fbase>
KFR_FUNCTION expression_hamming<T> window_hamming(size_t size, std::type_identity_t<T> alpha = 0.54,
                                                  ctype_t<T> = ctype_t<T>())

Returns template expression that generates Hamming window of lengthwhere α =

@calpha

Defined at dsp/window.hpp:516