Real cepstrum.
Xh=rceps(X) [Xh,Yh]=rceps(X)
Real input sequence.
Real cepstrum of the real input sequence.
Minimum phase reconstructed version of the real input sequence.
Computes the cepstrum of a real sequence. The function also provides an option as second output argument for getting the reconstructed signal approximating the input sequence from the real cepstrum. This function is a clone of MATLAB's rceps function and hence gives similar results.