Converts a power value to decibels (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 -135 dB over the useful range.
See Implementation
Converts a power value to decibels (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 -135 dB over the useful range.