Inverse complex cepstrum
X = icceps(Xh) X = icceps(Xh,Nd)
Complex cepstrum of a real sequence.
Number of samples of circular delays introduced in the complex cepstrum.
Real sequence computed from the complex cepstrum.
Computes real sequence from a given complex cepstrum. If the second argument is not given as input, then the samples delay nd is assumed to be zero. This function is a clone version of MATLAB's icceps function and hence gives similar results.