searchImpulse function

Search impulsive event

Search impulsive event

Returns a list with dataframe of peaks impulsive and a plot

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

Returns

list contain a dataframe of peaks values and a plot of it

Examples

#data("dataset_impulsive1") #data("dataset_impulsive2") searchImpulse(df = dataset_impulsive1) searchImpulse(df = dataset_impulsive2)

Author(s)

Pasquale Scordino p.scordino@arpa.piemonte.it

Simone Sperotto s.sperotto@arpa.piemonte.it