Hilbert Transform
• hilbert(v)—Returns the Hilbert transform of vector v.
◦ The hilbert function returns a vector for which the negative frequency components exactly cancel those of the input v.
◦ Hilbert-transformed analytic signals are useful for avoiding aliasing.
Arguments
• v is a vector or matrix of real-valued data.