sddB {seewave} | R Documentation |
Standard deviation of dB values
Description
This function estimates the standard deviation of dB values
Usage
sddB(x, level = "IL")
Arguments
x |
a numeric vector. |
level |
intensity level ( |
Details
The standard deviation of dB values is not linear. The function is an estimation not an exact computation which is not possible.
Value
A numeric vector of length 1.
Author(s)
Jérôme Sueur
References
Wikipedia, https://en.wikipedia.org/wiki/Propagation_of_uncertainty
See Also
meandB
, moredB
,
convSPL
, dBweight
Examples
sddB(c(89,90,95))
sddB(c(89,90,95), level="SPL")
[Package seewave version 2.2.3 Index]