Skip to content

Function window_hamming

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

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 a Hamming window of length size where α = alpha

Parameters
size Length of the window
alpha Alpha coefficient (cosine weight); default 0.54

Fully qualified name: kfr::window_hamming(size_t, std::type_identity_t<T>, ctype_t<T>)

Declared at dsp/window.hpp:625

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