linear_mean: Linear Mean

View source: R/linear_mean.R

linear_meanR Documentation

Linear Mean

Description

Converts a numeric vector from decibel format to linear format, calculates the mean value, and converts back to decibel format.

Usage

linear_mean(x, scalar = 10, ...)

Arguments

x

A vector of numeric values

scalar

Scalar to be used in as_decibel and as_linear functions for conversion

...

Addional methods passed to the mean function

Examples

linear_mean(-88:-90)

aaronmanderson3/rftk documentation built on July 30, 2023, 1:19 p.m.