ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Cepstrum

A cepstrum (pronounced "kepstrum") is the result of taking the Fourier transform of the decibel spectrum as if it were a signal. There is a complex cepstrum and a real cepstrum.

The cepstrum was defined in a 1963 paper (see ref. [1]). It may be defined

verbally: the cepstrum is the FT of the log of the FT

mathematically: cepstrum of signal = FT(log(FT(the signal)))

algorithmically: signal -> FT -> log -> FT -> cepstrum

The real cepstrum uses the real log function, while the complex cepstrum uses the complex log function.

The complex cepstrum holds information about magnitude and phase of the initial spectrum, allowing the recontruction of the signal. The real cepstrum only uses the information of the magnitude of the spectrum.

Many texts incorrectly state that the process is FT->log->IFT, i.e. that the cepstrum is the "inverse Fourier transform of the log of the spectrum". This is not the definition given in the original paper, but unfortunately is widespread.

There are many ways to calculate the cepstrum, some of them need a phase-warping algorithm, others do not. (fixme which one one is?)

The cepstrum can be seen as information about rate of change in the different spectrum bands. It was originally invented for characterizing the seismic echoes resulting from earthquakes and bomb explosions. It is now used as an excellent feature vector for representing the human voice and musical signals. Usually the spectrum is first transformed using the Mel Frequency bands. The result is called the Mel Frequency Cepstral Coefficients or MFCCs. It is used for voice identification, pitch detection and much more. Recently it has also been getting a lot of attention from Music Information Retrieval researchers.

This is a result of the cepstrum separating the energy resulting from vocal cord vibration from the "distorted" signal formed by the rest of the vocal tract.

The cepstrum is also related to the so called homomorphic sound theory (<-fix this).

("FT" is used to indicate the Fourier transform function, rather than "FFT", since the fast fourier transform isn't specifically required.)

Etymology: "cepstrum" is an anagram of "spectrum".

Similarly:

References

[1] Tukey, J. W., B. P. Bogert and M. J. R. Healy: "The quefrency alanysis of time series for echoes: cepstrum, pseudo-autocovariance, cross-cepstrum, and saphe-cracking". ''Proceedings of the Symposium on Time Series Analysis'' (M. Rosenblatt, Ed) Chapter 15, 209-243. New York: Wiley.




Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Cepstrum".