energetic_w.mean {OpeNoise} | R Documentation |
Weigth logaritmic mean
Description
Calculate weigth logarithmic mean respect to time
Usage
energetic_w.mean(x, t)
Arguments
x |
is a vector of value in decibel (dB) |
t |
is a vector of time string "HH:MM:SS" |
Value
weigth logarithmic mean respect to time
Author(s)
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Examples
# Calculate weight energetic mean
energetic_w.mean(x = c(55.0, 70.0) , t = c("03:55:22", "01:33:12"))
[Package OpeNoise version 0.2-18 Index]