Search impulsive event
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 mscri1
: is first criteria 6dB (LAImax - LASmax > 6dB)cri2
: is second criteria -10dB ((LAFmax - 10dB) < 1s)Threshold
: is minimun level for detect peakslist contain a dataframe of peaks values and a plot of it
#data("dataset_impulsive1") #data("dataset_impulsive2") searchImpulse(df = dataset_impulsive1) searchImpulse(df = dataset_impulsive2)
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Useful links