signal_hilbert {eseis} | R Documentation |
Calculate Hilbert transform.
Description
The function calculates the Hilbert transform of the input signal vector.
Usage
signal_hilbert(data)
Arguments
data |
|
Value
Numeric
vector or list of vectors, Hilbert transform.
Author(s)
Michael Dietze
Examples
## load example data
data(rockfall)
## calculate hilbert transform
rockfall_h <- signal_hilbert(data = rockfall_eseis)
[Package eseis version 0.7.3 Index]