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