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 ) } \\]
| T1 | Type of the starting phase. |
| T2 | Type of the step value. |
| start | Phase of the first value to produce. |
| step | Phase increment between successive values. |
| Complex exponential generator expression. |
Fully qualified name: kfr::gen_expj(T1, T2)
Declared at base/generators.hpp:512
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.