搜索资源列表
HTK
- HTK WIN下编译好的 可以用于语音识别 与MATLAB可以调用-The HTK WIN Next compiled for speech recognition and MATLAB can call
hmm
- 功能函数,用于matlab的仿真和实现,可用于语音识别和语音处理-Functions for matlab simulation and implementation, can be used for speech recognition and speech processing
master2
- 基于GMM-HMM的语音识别程序,自带训练和测试数据,使用的是MATLAB。-GMM-HMM-based speech recognition program, comes with the training and test data, using MATLAB.
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)