searchImpulse {OpeNoise} | R Documentation |
Search impulsive event
Description
Returns a list with dataframe of peaks impulsive and a plot
Usage
searchImpulse(df, cri1 = 6, cri2 = -10, Threshold = 30)
Arguments
df |
is a impulse dataframe, samples of 100 ms |
cri1 |
is first criteria 6dB (LAImax - LASmax > 6dB) |
cri2 |
is second criteria -10dB ((LAFmax - 10dB) < 1s) |
Threshold |
is minimun level for detect peaks |
Value
list contain a dataframe of peaks values and a plot of it
Author(s)
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Examples
#data("dataset_impulsive1")
#data("dataset_impulsive2")
searchImpulse(df = dataset_impulsive1)
searchImpulse(df = dataset_impulsive2)
[Package OpeNoise version 0.2-18 Index]