Function power_to_dB¶
function power_to_dB(const T1 &) dsp¶
Convert a power value to decibels (10*log10).
| x | Power (1.0 corresponds to 0 dB). |
| Power level in decibels. |
Fully qualified name: kfr::power_to_dB(const T1 &)
Declared at dsp/units.hpp:243
Function power_to_dB¶
function power_to_dB(E1 &&) dsp¶
template <expression_argument E1>
KFR_FUNCTION expression_function<fn::power_to_dB, E1> power_to_dB(E1&& x) Convert a power expression to decibels (10*log10).
| x | Expression yielding power values (1.0 corresponds to 0 dB). |
| Expression yielding power levels in decibels. |
Fully qualified name: kfr::power_to_dB(E1 &&)
Declared at dsp/units.hpp:255
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.