Cepstral_Waterfall

Waterfall plots of frame-by-frame cepstrums/log magnitude spectrums of speech.
334 Downloads
Updated 11 Sep 2015

View License

This MATLAB exercise computes, on a frame-by-frame basis, the real cepstrum of a multi-frame section of a speech signal, and displays the resulting frame-by-frame sequence of real cepstrums in a "waterfall" type of display. To achieve the desired waterfall effect, each real cepstrum is normalized to a peak of 1.0 and offset by a constant from the previous frame, thereby giving the perception of a sequence of flowing real cepstrums. Such waterfall plots are displayed for both the real cepstrum (on one graphics panel) and the STFT and cepstrally smoothed log magnitude spectrums (on another graphics panel). The file '3.15 Cepstrum Waterfall.pdf' provides a User's Guide for this exercise.

Cite As

Lawrence Rabiner (2024). Cepstral_Waterfall (https://www.mathworks.com/matlabcentral/fileexchange/52094-cepstral_waterfall), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

rev1
works on both R2015a and windows 10

added hpf from functions
added name of User's Guide for this exercise