Skip to content

Class expression_window_with_metrics

class expression_window_with_metrics<T, metrics> dsp

template <typename T, window_metrics metrics>
struct expression_window_with_metrics : expression_window<T> { … }

Base class for windows parameterized by a linspace and a scalar argument

constructor expression_window_with_metrics<T, metrics>(size_t, T, window_symmetry)

expression_window_with_metrics(size_t size, T arg = T(),
                               window_symmetry symmetry = window_symmetry::symmetric)

Fully qualified name: kfr::expression_window_with_metrics<T, metrics>::expression_window_with_metrics<T, metrics>(size_t, T, window_symmetry)

Declared at dsp/window.hpp:197

variable linspace

window_linspace<T> linspace

Fully qualified name: kfr::expression_window_with_metrics<T, metrics>::linspace

Declared at dsp/window.hpp:204

variable arg

T arg

Fully qualified name: kfr::expression_window_with_metrics<T, metrics>::arg

Declared at dsp/window.hpp:205

Fully qualified name: kfr::expression_window_with_metrics<T, metrics>

Declared at dsp/window.hpp:195

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