convertPowerToDecibel

Converts from power to dB. Instantaneous power is the squared amplitude of a signal, and can be a nice domain to work in at times. Precision: This uses fast_exp which under normal conditions has a peak error under -135dB over the useful range.

pure nothrow @nogc
T
convertPowerToDecibel
(
T
)
(
T x
)

Meta