Hilbert transform
hilbert(x)
x
Returns the hilbert transform. Used for calculating the envelope function.
vector
Jonathan M. Lees<jonathan.lees.edu>
fft, envelope
x = rnorm(100) y=hilbert(x)