Learn R Programming

eseis (version 0.5.0)

signal_hilbert: Calculate Hilbert transform.

Description

The function calculates the Hilbert transform of the input signal vector.

Usage

signal_hilbert(data)

Arguments

data

eseis object, numeric vector or list of objects, data set to be processed.

Value

Numeric vector or list of vectors, Hilbert transform.

Examples

Run this code
# NOT RUN {
## load example data
data(rockfall)

## calculate hilbert transform
rockfall_h <- signal_hilbert(data = rockfall_eseis)

# }

Run the code above in your browser using DataLab