powered by
This function cuts the amplitude of signal parts that exceede a user defined threshold set by k times the standard deviation of the signal.
signal_cut(data, k = 1)
eseis object, numeric vector or list of objects, data set to be processed.
eseis
numeric
Numeric value, multiplier of the standard deviation threshold used to cut the signal amplitude. Default is 1 (1 sd).
Numeric
1
Numeric vector or list of vectors, cut signal.
# NOT RUN { ## load example data data(rockfall) ## cut signal rockfall_cut <- signal_cut(data = rockfall_eseis) # }
Run the code above in your browser using DataLab