WLJS LogoWLJS Notebook

Cepstrogram

Cepstrogram[data] plots the array of power cepstra computed on each partition of data.

Cepstrogram[data, n] uses partitions of length n.

Cepstrogram[data, n, d] uses partitions with offset d.

Cepstrogram[data, n, d, wfun] applies a smoothing window wfun to each partition.

Cepstrogram[data, n, d, wfun, m] pads partitions with zeros to length m prior to the computation of the transform.

Examples

Plot a cepstrogram of audio data:

Cepstrogram[audio]

Please visit the official Wolfram Language Reference for more details.

On this page