Skip to content

Function window_tukey

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

template <typename T = fbase>
KFR_FUNCTION expression_tukey<T> window_tukey(size_t size, std::type_identity_t<T> alpha,
                                              window_symmetry symmetry = window_symmetry::symmetric,
                                              ctype_t<T>               = ctype_t<T>())

Returns template expression that generates a Tukey window of length size (numpy compatible)

Parameters
size Length of the window
alpha Fraction of the window inside the cosine tapered region (0 < alpha < 1)
symmetry Symmetry mode of the window

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

Declared at dsp/window.hpp:734

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