Function cweighting¶
function cweighting(const T1 &) dsp¶
template <numeric T1>
KFR_INTRINSIC T1 cweighting(const T1& x) C-weighting filter response for a scalar frequency.
| T1 | Numeric scalar type. |
| x | Frequency in Hz. |
C-weighting gain (linear) at x. |
Fully qualified name: kfr::cweighting(const T1 &)
Declared at dsp/weighting.hpp:180
Function cweighting¶
function cweighting(E1 &&) dsp¶
template <expression_argument E1>
KFR_INTRINSIC expression_function<fn::cweighting, E1> cweighting(E1&& x) C-weighting filter response as an expression.
Builds an expression that applies the C-weighting gain (linear magnitude, not decibels) element-wise to its input. Intended for use on spectrum magnitudes (gains); the input is interpreted as frequency in Hz.
| E1 | Input expression type. |
| x | Input expression of frequencies in Hz. |
| Expression producing C-weighting gains (linear) element-wise. |
Fully qualified name: kfr::cweighting(E1 &&)
Declared at dsp/weighting.hpp:197
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.