Cepstral_Waterfall

Waterfall plots of frame-by-frame cepstrums/log magnitude spectrums of speech.
ダウンロード: 335
更新 2015/9/11

ライセンスの表示

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.

引用

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

MATLAB リリースの互換性
作成: R2015a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCepstral Analysis についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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