ceps
Calculate the cepstrum of an array input, optionally filtering coefficients.
Syntax
Initialization
icoefs -- the number of retained coefficients in the cepstrum output. By default, no coefficients are filtered.
Performance
keps[] -- the cepstrum output, an array of size N+1, where N is a power of two.
kmags[] -- an input array containing N+1 magnitudes.
Examples
Here is an example of the use of the ceps opcode. It uses the file ceps.csd.
See Also
Credits
Author: Victor Lazzarini
2014