Function aweighting¶
function aweighting(const T1 &) dsp¶
template <numeric T1>
KFR_INTRINSIC T1 aweighting(const T1& x) A-weighting filter response for a scalar frequency.
| T1 | Numeric scalar type. |
| x | Frequency in Hz. |
A-weighting gain (linear) at x. |
Fully qualified name: kfr::aweighting(const T1 &)
Declared at dsp/weighting.hpp:110
Function aweighting¶
function aweighting(E1 &&) dsp¶
template <expression_argument E1>
KFR_INTRINSIC expression_function<fn::aweighting, E1> aweighting(E1&& x) A-weighting filter response as an expression.
Builds an expression that applies the A-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 A-weighting gains (linear) element-wise. |
Fully qualified name: kfr::aweighting(E1 &&)
Declared at dsp/weighting.hpp:127
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.