PowerCepstrogram: Smooth...

Smoothes the selected PowerCepstrogram by averaging with a rectangular window. The smoothed PowerCepstrogram is the result of two separate steps. In the first step, cepstra are averaged across time. In the second step, cepstra are averaged across quefrency.

Settings

Time averaging window (s)
determines the width of the averaging window in the time domain. The result of the smoothing will be that in the new smoothed PowerCepstrogram each cepstral value is the average of the cepstral values within the averaging window that was positioned symmetrically around the center of this frame in the selected PowerCepstrogram. By chosing a value of zero, you can prevent any smoothing in the time dimension.
Quefrency averaging window (s)
determines the width of the averaging window in the quefrency domain. By chosing a value of zero, you can prevent any smoothing in the quefrency dimension.

Note

The following commands should reproduce the smoothing described in the Hillenbrand & Houde (1996) article, where they use a 20 ms (10 frame) time smoothing and a 1 ms (10 bin) quefrency smoothing.

    selectObject ("Sound xxx")
    To PowerCepstrogram: 60.0, 0.002, 5000.0, 50.0
    Smooth: 0.02, 0.001

© djmw 20201216