hilbert: Hilbert Transform

hilbertR Documentation

Hilbert Transform

Description

Hilbert transform

Usage

hilbert(x)

Arguments

x

time series vector

Details

Returns the hilbert transform. Used for calculating the envelope function.

Value

vector

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

fft, envelope

Examples

x <- rnorm(100)
y <- hilbert(x)


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.