searchImpulse | R Documentation |
Returns a list with dataframe of peaks impulsive and a plot
searchImpulse(df, cri1 = 6, cri2 = -10, Threshold = 30)
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 |
list contain a dataframe of peaks values and a plot of it
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
#data("dataset_impulsive1")
#data("dataset_impulsive2")
searchImpulse(df = dataset_impulsive1)
searchImpulse(df = dataset_impulsive2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.