This function converts microphone sensitivity from mV/Pa to dB.
Usage
micsens(x, sref = 1, inverse = FALSE)
Arguments
Value
A numeric value in dB re 1V/Pa with default settings,
in mV/Pa if inverse is set to FALSE.
Details
The sensitivity S in dB is calculated according to:
$$S_{dB} = 20 \times log_{10}(\frac{s}{s_{ref}})$$ with s the measured sensitivity in mv/Pa
and sref the reference sensitivity (by default 1 mV/Pa).