LPC_Vocoder

Implementation of LPC Vocoder
1.1K Downloads
Updated 11 Sep 2015

View License

This MATLAB exercise builds an LPC vocoder, i.e., performs LPC analysis and synthesis on a speech file, resulting in a synthetic speech approximation to the original speech. The LPC analysis uses a standard autocorrelation analysis to determine the sets of LPC coefficients, on a frame-by-frame basis, along with the frame-based gain. An independent analysis method (a cepstral pitch period detector) classifies each frame of speech as being either voiced speech (with period determined by the location of the cepstral peak in a designated range of pitch periods) or unvoiced speech (simulated by a random noise frame) with a frame pitch period of 0 samples. The independent analysis provides a two-state excitation function for the LPC synthesis part of the processing, consisting of a series of pitch pulses (during voiced frames) and/or noise sequences (during unvoiced frames). The file '5.13 LPC Vocoder.pdf' provides a User's Guide for this exercise.

Cite As

Lawrence Rabiner (2024). LPC_Vocoder (https://www.mathworks.com/matlabcentral/fileexchange/52114-lpc_vocoder), 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

rev1
added name of User's Guide for this exercise
rev4 update
added savewav.m to list of files
works on R2015a and windows 10