Examples
Package documentation
optic.utils
lin2dB
Convert linear value to dB (decibels).
x (float) – The linear value to be converted to dB.
The value converted to dB, i.e 10log10(x).
float