powered by
This function estimates the standard deviation of dB values
sddB(x, level = "IL")
a numeric vector.
intensity level ("IL") or sound pressure level ("SPL")
"IL"
"SPL"
A numeric vector of length 1.
The standard deviation of dB values is not linear. The function is an estimation not an exact computation which is not possible.
Wikipedia, http://en.wikipedia.org/wiki/Propagation_of_uncertainty
meandB, moredB, convSPL, dBweight
meandB
moredB
convSPL
dBweight
# NOT RUN { sddB(c(89,90,95)) sddB(c(89,90,95), level="SPL") # }
Run the code above in your browser using DataLab