Cepstral_Waterfall

Waterfall plots of frame-by-frame cepstrums/log magnitude spectrums of speech.
335 téléchargements
Mise à jour 11 sept. 2015

Afficher la licence

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.

Citation pour cette source

Lawrence Rabiner (2024). Cepstral_Waterfall (https://www.mathworks.com/matlabcentral/fileexchange/52094-cepstral_waterfall), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2015a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
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