搜索资源列表
dtw(ok)
- 基于DTW的孤立词识别0-9~~~!!!经调试可用。-DTW-based isolated word recognition 0-9 ~ ~ ~! ! ! Available after commissioning.
19895188speech
- 用dtw方法做的语音识别程序,可以识别简单的单个数字-dtw methods using the voice recognition procedure, a simple recognition of individual figures
dtw
- 时间序列分析及应用-动态时间弯曲法1,可以用于负荷预测-Time series analysis and application- a dynamic time warping method can be used for load forecasting
dtw
- 这个算法是基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,简单来说,就是通过构建一个邻接矩阵,寻找最短路径和。-This algorithm is based on the idea of dynamic programming (DP) to solve the problem of template matching pronunciation of varying lengths, in simple terms, is by building a
1205
- 基于DTW的语音识别,GUI界面,能识别0-9数字,正确率90 。-Based on DTW speech recognition, the GUI interface, can identify 0-9, 90 accuracy.
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)