You are here : matlabSignal Processingicceps

icceps() - Signal Processing

Note  


icceps only works on real data.x = icceps(xhat,nd) returns
the inverse complex cepstrum of the real data  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.


Syntax

x = icceps(xhat,nd)


Example

You can give an example if you know one.


Output / Return Value


Limitations


Alternatives / See Also


Reference