语音识别系统 Resources

Showing items tagged with "语音识别系统"

This project focuses on providing endpoint detection functionality for speech signals in voice recognition systems, with in-depth research and analysis primarily emphasizing endpoint detection in speech intervals. The implementation includes optimized algorithms for accurate speech boundary identification, featuring energy-based threshold detection and zero-crossing rate analysis to distinguish speech from background noise. (Includes complete software source code)

MATLAB 269 views Tagged

This simple, compact MATLAB code implements speech recognition by comparing input audio signals with pre-stored voice templates; if a successful match occurs, an "access granted" signal is generated, otherwise an "access denied" signal is produced.

MATLAB 253 views Tagged