Calculation Method of LPCC (Linear Predictive Cepstral Coefficients) in Speech Recognition
- Login to Download
- 1 Credits
Resource Overview
Detailed Documentation
This document presents a computational method for speech recognition known as LPCC (Linear Predictive Cepstral Coefficients). Experimental validation confirms the practical viability of this approach. To facilitate comprehension, we have annotated key algorithmic statements and numerical parameters with explanatory comments. The implementation typically involves calculating linear prediction coefficients (LPC) first through autocorrelation or covariance methods, then converting them to cepstral coefficients using recursive relations. Furthermore, we can explore the application domains of this methodology and conduct comparative analyses with alternative feature extraction techniques, such as MFCC (Mel-Frequency Cepstral Coefficients). Such discussions would enable readers to better appreciate the computational advantages and potential limitations of LPCC in various speech processing contexts.
- Login to Download
- 1 Credits