Short-time Cepstrum (Cepstrogram) with Matlab

Time-quefrency analysis via short-time cepstrum computation.
ダウンロード: 928
更新 2020/4/9

ライセンスの表示

The present code is a Matlab function that provides a Short-time cepstrum computation of a given signal. The results are:
1) matrix with the one-sided real cepstrum with time across columns and quefrency across rows;
2) quefrency vector;
3) time vector.

Two examples are given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.

The code is based on the theory described in:

[1] D. Childers, D. Skinner, R. Kemerait. “The Cepstrum: A Guide to Processing”. Proceedings of the IEEE, Vol. 65, No. 10, October 1977, pp. 1428-1443.

[2] A. Noll. “Short-time spectrum and cepstrum techniques for vocal-pitch detection”. J. Acoust. Soc. Amer., Vol. 36, No. 2, pp. 296–302, Feb. 1964.

[3] J. Benesty, M. Sondhi, Y. Huang. Springer Handbook of Speech Processing. Berlin, Springer, 2008.

引用

Hristo Zhivomirov (2024). Short-time Cepstrum (Cepstrogram) with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/59694-short-time-cepstrum-cepstrogram-with-matlab), MATLAB Central File Exchange. 取得済み .

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

ヒントを得たファイル: Short-Time Fourier Transform (STFT) with Matlab

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

A new version of the code has been uploaded.

1.1.0.0

A new version of the code has been uploaded.

1.0.0.0