Speech Processing

Total 585 resources

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

MATLAB 282 views Premium

MATLAB code for speech compression and encoding using psychoacoustic models to achieve low-bitrate coding while maintaining high-quality audio output

MATLAB 215 views Premium

dtw - DTW algorithm demonstration program mfcc.m - MFCC parameter calculation program dtw.m - Basic DTW algorithm implementation dtw2.m - Optimized DTW algorithm testdtw.m - DTW algorithm testing program vad.m - Endpoint detection program cdhmm - Con

MATLAB 366 views Premium

Voice activity detection using spectral subtraction method, incorporating techniques such as speech enhancement, noise reduction, spectral subtraction, windowing, and endpoint detection algorithms with code implementation details

MATLAB 287 views Premium

A speech recognition program implementing the DTW algorithm for isolated digit recognition, featuring dynamic time warping for improved accuracy in temporal pattern matching.

MATLAB 237 views Premium