文本 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 283 views Tagged

This repository contains my collection of Otsu's method for image binarization, originally implemented in MATLAB. The uploaded code is in text format, allowing users to adapt it according to their specific requirements. The implementation demonstrates automatic threshold calculation using between-class variance maximization.

MATLAB 232 views Tagged