Function sine¶
function sine(const T1 &) dsp¶
template <numeric T1>
KFR_FUNCTION T1 sine(const T1& x) Sine of a phase in radians.
| x | Phase in radians. |
| Sine value in [-1, 1]. |
Fully qualified name: kfr::sine(const T1 &)
Declared at dsp/oscillators.hpp:198
Function sine¶
function sine(E1 &&) dsp¶
template <expression_argument E1>
KFR_FUNCTION expression_function<fn::sine, E1> sine(E1&& x) Expression overload of sine ; applies element-wise to an expression.
| x | Phase expression in radians. |
| Lazily-evaluated expression producing sine values in [-1, 1]. |
Fully qualified name: kfr::sine(E1 &&)
Declared at dsp/oscillators.hpp:208
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.