Contents Up Previous Next

Real cepstrum

Purpose
Description
Macro Synopsis
Modules
Related Functions
References


Purpose

Real cepstrum

Description

This function calculates the real cepstrum of the signal x. The real cepstrum is given by

where denotes the Fourier Transform of x. "Real cepstrum" can be used for the separation of two signals convolved with each other.

Macro Synopsis

y = RealCepstrum(x);
signal x,y;

Modules

Spectral

Related Functions

Complex cepstrum.

References

Bogert et al. [20], Oppenheim/Schafer [3]