search.tone: Function research pure tone

View source: R/OpeNoise.R

search.toneR Documentation

Function research pure tone

Description

research pure tone

Usage

search.tone(x, statistic = energetic.mean, plot.tone = FALSE)

Arguments

x

is a dataframe with llfmin...

statistic

is statistic used default is energetic.mean

plot.tone

is logic argument default is false don't plot result

Value

plot of 1/3 octave frequency and isofonic curve A (ISO 226:1987)

Author(s)

Pasquale Scordino p.scordino@arpa.piemonte.it

Simone Sperotto s.sperotto@arpa.piemonte.it

Examples

# Search pure tone from PTFA dataset
# dataframe have to contain date and LLfmin (minor value of Linear level frequency)
search.tone(PTFA[, c(3:38)], plot.tone = FALSE)

# Plot result
search.tone(PTFA[, c(3:38)], plot.tone = TRUE)

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