[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
hilbert
(/tools/hpmatlab/toolbox/signal/hilbert.m)
Function Synopsis
y = hilbert(x)
Help text
HILBERT Hilbert transform.
HILBERT(X) is the Hilbert transform of the real part
of vector X. The real part of the result is the original
real data; the imaginary part is the actual Hilbert
transform. See also FFT and IFFT.
If X is a signal matrix, HILBERT(X) transforms the columns
of X independently.
Cross-Reference Information
This function calls
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- fft /tools/hpmatlab/toolbox/matlab/datafun/fft.m
- fix /tools/hpmatlab/toolbox/matlab/elfun/fix.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- ifft /tools/hpmatlab/toolbox/matlab/datafun/ifft.m
- nextpow2 /tools/hpmatlab/toolbox/matlab/datafun/nextpow2.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- real /tools/hpmatlab/toolbox/matlab/elfun/real.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
This function is called by
- demod /tools/hpmatlab/toolbox/signal/demod.m
- firls /tools/hpmatlab/toolbox/signal/firls.m
- modulate /tools/hpmatlab/toolbox/signal/modulate.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON