搜索资源列表
dtw
- DTW(Dynamic Time Warping)算法,c代码 使用: dtw infile1 infile2 outfile xsize ysize params [debug_file]
DTW算法C语言程序,孤立词语音识别
- DTW算法C语言程序,孤立词语音识别,包括matlab的相关代码,内有详解。-DTW algorithm C Programming Language, isolated word speech recognition, including the relevant matlab code, there are Detailed.
MFCCdeC
- 工程包括声音文件的读取、预处理、MFCC参数的提取、最后的聚类函数,对于做语音识别的人帮助很大-The works will include the sound files to read, pre-treatment, MFCC parameters extracted, the final clustering function, to do speech recognition for the great help of people
dtw_speech_reco
- 基于DTW的孤立词语音识别,具有很高的识别率,代码为c语言-speech recognition Using DTW
LCS-VC60
- C语言DTW算法实现,主要功能: 1)快速近邻DTW比较 2)算法稳定 3)节省内存-== Key features == 1) Fast Dynamic Time Warping nearest neighbor cost retrieval. 2) Persistence 3) External-memory: you need only a constant amount of RAM
voice_identify
- 本文介绍了一种基于动态时间归整(DTW)方法的小词汇表非特定人语音识别通用模块。系统采用Motorola公司DSP56F805芯片为核心,应用线性预测编码(LPC)与动态时间归整(DTW)算法进行非OOV(out of vocabulary)语音识别。测试表明,有良好的实用性。-Use Motorola s DSP56F805 to Build a Common module of Voice identify.
dtw_train
- 用标准C语言实现的基于DTW算法的特定人孤立词语音识别系统,能实现汉语数字0至9个语音发音的识别,具有很好的识别性能。-Using standard C language based on the DTW algorithm to achieve the specific words were isolated speech recognition system, to achieve Chinese figures 0-9 voice pronunciation recognition, wi
DTW
- Dynamic time warping program. Calculates the similarity between 2 vectors. Audio, Video, Speech Processing. DTW Dynamic Time Warping-DTW
dtw
- dtw完美算法。。是目前为止的完美算法。是当今互联网时代的一个进步-dtw perfect algorithm. . Is now the perfect algorithm
DTWc
- 本资料给出了如何用C语言编写基于DTW算法的语音识别系统,对于语音识别学习者有很大的帮助-This information is given how to use C language DTW algorithm based on voice recognition systems, speech recognition for the great help learners
DTW-Recog
- Voice recognition program. This is test for voice recognition with DTW.-Voice recognition program. This is test for voice recognition with DTW.
DTW
- DTW 动态时间规整 可用于音乐检索,语音信号处理的等搜索匹配路径方面-dynamic time wrapping
speech
- 这是一段语音识别的c++源程序,包括预处理,端点检测,线性倒谱系数,dtw算法模式匹配。-This is a speech recognition c++ source, including preprocessing, detection, linear cepstrum, dtw algorithm for pattern matching.
YUYIN
- 语音采集c++程序,包括端点检测,线性预测倒谱系数,dtw模式匹配等函数,-this is a program about speech recogenition
dtw
- 语音信号处理中,dtw算法的简单实现,适合用于语音初学者学习。-Speech signal processing, dtw simple implementation of the algorithm, suitable for beginners to learn speech.
CVadMfccDtw
- 本系统是用c语音编写的基于dtw算法的语音识别系统-The system is written in c voice dtw algorithm based speech recognition system
dtw
- 语音识别中的DTW(Dynamic Time Warping,动态时间归整)算法的c语言实现。-Voice recognition of the DTW (Dynamic Time Warping, dynamic time of the whole) algorithm c language.
DTW-korean
- C++处理关于几个韩语单词的识别,运用DTW算法,效果较好-C++ processing on several Korean word recognition using DTW algorithm, better
based-DTW-C
- 一个基于DTW算法的语音识别的C语言识别,可以识别孤立词,相信对大家有用。-A DTW-based speech recognition algorithm in C language recognition, you can identify isolated words, I believe that to be useful.
vdtwrecoge
- 用C++语言编写的用于实现独立词识别的DTW算法,是一个较为简单易懂的常见算法。(The DTW algorithm written in C++ language for independent word recognition is a simple and easy algorithm.)