cceps
Return the complex cepstrum of the vector x
Calling Sequence
cceps (x)
cceps(x, correct)
Parameters
x:
vector.
correct:
if 1, a correction method is applied.
Description
This function return the complex cepstrum of the vector x. If the optional argument correct has the value 1, a correction method is applied. The default is not to do this.
Examples