LPC_Frame_Analysis

LPC analysis of a speech frame using autocorrelation/covariance/lattice methods.
ダウンロード: 598
更新 2015/9/11

ライセンスの表示

This MATLAB exercise shows how the method of linear predictive coding (LPC) models a speech frame in terms of its fit to the log magnitude spectrum of the speech frame Short Time Fourier Transform (STFT). The three methods of linear prediction, namely the autocorrelation method, the covariance method, and the lattice method, are all used in this exercise so as to compare and contrast the resulting spectral matches. The file '3.16 LPC Frame.pdf' provides a User's Guide for this exercise.

引用

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

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

Community Treasure Hunt

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

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

added other requirements
added name of User's Guide for this exercise
rev1
works on both R2015a and windows 10
added durbin, cholesky and lattice routines from functions_lrr