powered by
This function assigns 1 for positive values and -1 for negative input values of a signal.
signal_sign(data)
Numeric vector or list of vectors, sign-cut signal.
Numeric
eseis object, numeric vector or list of objects, data set to be processed.
eseis
numeric
Michael Dietze
## load example data data(rockfall) ## sign-cut signal rockfall_sign <- signal_sign(data = rockfall_eseis)
Run the code above in your browser using DataLab