Signal Processing Toolbox |
Syntax
Description
x
returns the inverse complex cepstrum of the real data sequence =
icceps(xhat,nd)
xhat
, removing nd
samples of delay. If xhat
was obtained with cceps(x)
, then the amount of delay that was added to x
was the element of round(unwrap(angle(fft(x)))/pi)
corresponding to radians.
See Also
References
[1] Oppenheim, A.V., and R.W. Schafer, Discrete-Time Signal Processing, Prentice-Hall, 1989.
hilbert | idct |
© 1994-2005 The MathWorks, Inc.