Learn R Programming

seewave (version 2.2.3)

sddB: Standard deviation of dB values

Description

This function estimates the standard deviation of dB values

Usage

sddB(x, level = "IL")

Value

A numeric vector of length 1.

Arguments

x

a numeric vector.

level

intensity level ("IL") or sound pressure level ("SPL")

Author

Jérôme Sueur

Details

The standard deviation of dB values is not linear. The function is an estimation not an exact computation which is not possible.

References

Wikipedia, https://en.wikipedia.org/wiki/Propagation_of_uncertainty

See Also

meandB, moredB, convSPL, dBweight

Examples

Run this code
sddB(c(89,90,95))
sddB(c(89,90,95), level="SPL")

Run the code above in your browser using DataLab