Calculate weigth logarithmic mean respect to time
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
Examples
# Calculate weight energetic mean
energetic_w.mean(x = c(55.0, 70.0) , t = c("03:55:22", "01:33:12"))
#> [1] 64.9