Skip to content

Function window_gaussian

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

template <typename T = fbase>
KFR_FUNCTION expression_gaussian<T> window_gaussian(size_t size, std::type_identity_t<T> alpha = 2.5,
                                                    ctype_t<T> = ctype_t<T>())

Returns template expression that generates a Gaussian window of length size where α = alpha

Parameters
size Length of the window
alpha Alpha coefficient (std / 2N); default 2.5

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

Declared at dsp/window.hpp:697

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