energetic_w.mean: Weigth logaritmic mean

View source: R/OpeNoise.R

energetic_w.meanR 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"))

OpeNoise documentation built on April 4, 2025, 1:03 a.m.