LPC_Frame_Analysis

LPC analysis of a speech frame using autocorrelation/covariance/lattice methods.
594 Downloads
Updated 11 Sep 2015

View License

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.

Cite As

Lawrence Rabiner (2024). LPC_Frame_Analysis (https://www.mathworks.com/matlabcentral/fileexchange/52111-lpc_frame_analysis), 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

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