signal_hilbert {eseis} | R Documentation |
The function calculates the Hilbert transform of the input signal vector.
signal_hilbert(data)
data |
|
Numeric
vector or list of vectors, Hilbert transform.
Michael Dietze
## load example data
data(rockfall)
## calculate hilbert transform
rockfall_h <- signal_hilbert(data = rockfall_eseis)