Learn R Programming

RSEIS (version 2.4-5)

hilbert: Hilbert Transform

Description

Hilbert transform

Usage

hilbert(x)

Arguments

x
time series vector

Value

  • vector

Details

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

See Also

fft, envelope

Examples

Run this code
x = rnorm(100)
y=hilbert(x)

Run the code above in your browser using DataLab