Skip to content

Function window_triangular

function window_triangular(size_t, ctype_t<T>) dsp

template <typename T = fbase>
KFR_FUNCTION expression_triangular<T> window_triangular(size_t size, ctype_t<T> = ctype_t<T>())

Returns template expression that generates a triangular window of length size

Parameters
size Length of the window

Fully qualified name: kfr::window_triangular(size_t, ctype_t<T>)

Declared at dsp/window.hpp:563

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