meandB {seewave} | R Documentation |
This functions calculates the mean of dB values
meandB(x)
x |
a numeric vector or a matrix. |
The mean of dB values is not linear. See examples.
A numeric vector of length 1 is returned.
Jerome Sueur sueur@mnhn.fr and Zev Ross
Hartmann, W. M. 1998 Signals, sound and sensation. New York: Springer.
moredB
, sddB
, convSPL
, dBweight
meandB(c(89,90,95))