Skip to content

Function gen_expj

function gen_expj(T1, T2) base

template <typename T1, typename T2, typename TF = complex<ftype<std::common_type_t<T1, T2>>>>
KFR_FUNCTION generator_expj<TF> gen_expj(T1 start, T2 step)

Creates an expression that generates values using the following formula:

\\[ x_i = e^{ j ( start + i \cdot step ) } \\]

Template parameters
T1 Type of the starting phase.
T2 Type of the step value.
Parameters
start Phase of the first value to produce.
step Phase increment between successive values.
Returns
Complex exponential generator expression.

Fully qualified name: kfr::gen_expj(T1, T2)

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