语音识别 Resources

Showing items tagged with "语音识别"

This document contains various algorithms used in speech recognition systems, including frame-based processing algorithms, MFCC (Mel-Frequency Cepstral Coefficients) computation, and cepstral analysis algorithms, all implemented using MATLAB. The package also includes an audio sample file for testing and demonstration purposes.

MATLAB 289 views Tagged

MFCC parameter extraction is crucial in speech recognition systems, offering both efficient storage and compatibility with human auditory perception. This MATLAB simulation code provides complete and high-performance feature extraction functionality, implementing the standard MFCC algorithm with optimized signal processing techniques.

MATLAB 300 views Tagged

Voice Activity Detection (VAD) serves as a fundamental technology in speech recognition with extensive applications across both commercial and civil domains. Accurate endpoint detection becomes particularly challenging in low signal-to-noise ratio (SNR) environments, especially during silent segments or transitional periods before and after phonation.

MATLAB 274 views Tagged

This repository contains the original author's implementation code for Two-Dimensional PCA (2DPCA) - a novel approach for appearance-based face representation and recognition published in IEEE PAMI. The paper has received 681 citations on Google Scholar. Note: While this algorithm is a classic in pattern recognition (primarily for facial recognition), the "speech recognition" categorization is inaccurate as 2DPCA is not commonly applied to audio processing. The code provides practical implementation of 2DPCA's matrix-based dimensionality reduction technique.

MATLAB 243 views Tagged