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