sddB | R Documentation |
This function estimates the standard deviation of dB values
sddB(x, level = "IL")
x |
a numeric vector. |
level |
intensity level ( |
The standard deviation of dB values is not linear. The function is an estimation not an exact computation which is not possible.
A numeric vector of length 1.
Jérôme Sueur
Wikipedia, https://en.wikipedia.org/wiki/Propagation_of_uncertainty
meandB
, moredB
,
convSPL
, dBweight
sddB(c(89,90,95))
sddB(c(89,90,95), level="SPL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.