moredB | R Documentation |
This functions calculates the sum of dB values
moredB(x, level="IL")
x |
a numeric vector or numeric matrix. |
level |
intensity level ( |
The addition of dB values is not linear. See examples.
A numeric vector of length 1.
Jerome Sueur
Hartmann, W. M. 1998 Signals, sound and sensation. New York: Springer.
meandB
, sddB
, convSPL
, dBweight
# two sources of 60 dB give an intensity level of 63 dB
moredB(c(60,60))
# addition of three sources
moredB(c(89,90,95))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.