dtw算法 Resources

Showing items tagged with "dtw算法"

MATLAB simulation for speech recognition with comprehensive documentation, featuring MFCC feature extraction and DTW algorithm for identifying 10 simple voice commands. Implementation includes code-level explanations of feature vector computation and pattern matching techniques.

MATLAB 303 views Tagged

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 300 views Tagged

The train program performs voice template training while the test program handles recognition through template matching using Dynamic Time Warping (DTW) algorithm, achieving high recognition accuracy through iterative template refinement

MATLAB 265 views Tagged