LPC_Vocoder

버전 1.0.0.0 (1.81 MB) 작성자: Lawrence Rabiner
Implementation of LPC Vocoder
다운로드 수: 1.1K
업데이트 날짜: 2015/9/11

라이선스 보기

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.

인용 양식

Lawrence Rabiner (2024). LPC_Vocoder (https://www.mathworks.com/matlabcentral/fileexchange/52114-lpc_vocoder), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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