Signal Processing Toolbox
  Go to function:
    Search    Help Desk 
icceps    See Also

Inverse complex cepstrum.

Syntax

Description

x = icceps(xhat,nd) returns the inverse complex cepstrum of the (assumed real) sequence 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

cceps
Complex cepstral analysis.
hilbert
Hilbert transform.
rceps
Real cepstrum and minimum phase reconstruction.
unwrap
Unwrap phase angles.

References

[1] Oppenheim, A.V., and R.W. Schafer. Digital Signal Processing. Englewood Cliffs, NJ: Prentice Hall, 1975.



[ Previous | Help Desk | Next ]