Learn R Programming

seewave (version 2.1.6)

sddB: 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 ("IL") or sound pressure level ("SPL")

Value

A numeric vector of length 1.

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, http://en.wikipedia.org/wiki/Propagation_of_uncertainty

See Also

meandB, moredB, convSPL, dBweight

Examples

Run this code
# NOT RUN {
sddB(c(89,90,95))
sddB(c(89,90,95), level="SPL")
# }

Run the code above in your browser using DataLab