Learn R Programming

eseis (version 0.7.3)

signal_hilbert: Calculate Hilbert transform.

Description

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

Usage

signal_hilbert(data)

Value

Numeric vector or list of vectors, Hilbert transform.

Arguments

data

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

Author

Michael Dietze

Examples

Run this code

## load example data
data(rockfall)

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

Run the code above in your browser using DataLab