powered by
The function adds zeros to the input vector to reach a length, corresponding to the next higher power of two.
signal_pad(data)
Numeric vector or list of vectors, signal vector with added zeros.
Numeric
eseis object, numeric vector or list of objects, data set to be processed.
eseis
numeric
Michael Dietze
## load example data set data(rockfall) ## pad with zeros rockfall_pad <- signal_pad(data = rockfall_eseis) ## compare lengths rockfall_eseis$meta$n rockfall_pad$meta$n
Run the code above in your browser using DataLab