语音识别 Resources

Showing items tagged with "语音识别"

Speech Recognition is a technology that enables machines to convert speech signals into corresponding text or commands through identification and comprehension processes. This project conducts preliminary exploration and research on isolated word recognition using the DTW (Dynamic Time Warping) algorithm. Implementation involves MATLAB-based development of isolated word speech recognition, with analysis of DTW's key characteristics and limitations, including code-level insights on pattern matching and temporal alignment techniques.

MATLAB 280 views Tagged

A robust pitch period feature extraction program suitable for speech recognition applications, implementing advanced signal processing algorithms for accurate fundamental frequency detection.

MATLAB 230 views Tagged

This MATLAB program focuses on digital speech recognition training and identification. Due to the large size of the complete dataset, only a small sample is uploaded here. Users can create additional data using software like COOLEDIT by following these specifications: WAV files must have 8000 Hz sampling rate, mono channel, 16-bit sampling precision with Motorola PCM format. Corresponding LAB files should contain speech segment boundaries (start/end points) and phonetic content labels for training data annotation.

MATLAB 204 views Tagged