Welcome![Sign In][Sign Up]
Location:
Search - DTW-algorithm

Search list

[Speech/Voice recognition/combineDTW-algorithm

Description: simple implementation of dynamic time warp alignment between soundfiles. In addition to using this for scoring the similarity between sounds, we can also use it to `warp a soundfile to match the timing of a reference, for instance to synchronize two utterances of the same words.-simple implementation of dynamic time warp alignment between soundfiles. In addition to using this for scoring the similarity between sounds, we can also use it to `warp a soundfile to match the timing of a reference, for instance to synchronize two utterances of the same words.
Platform: | Size: 1024 | Author: Kamil | Hits:

[Linux-Unixdtw

Description: 这个算法是基于动态规划(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 an adjacency matrix, find the shortest path and.
Platform: | Size: 2048 | Author: 去雷 | Hits:

[Otherdtw

Description: 全局约束的DTW时间序列相似度搜索算法-DTW time global constraint sequence similarity search algorithm. . . . . . . . . . . . . . . .
Platform: | Size: 1024 | Author: 孙宏伟 | Hits:

[Industry researchDTW_myths

Description: Detailed description about Dynamic time warping, which is a popular algorithm in audio signal processing and recognition. In this documents, basic DTW algorithm is discussed and a few important charactors of the algorithm is pointed out. The common belief in DTW algorithm is not entirely true, and may leads to false system design. Although DTW is widely used in audio signal processing, it may also be used in DNA serrals
Platform: | Size: 1447936 | Author: H | Hits:

[Algorithmdynamic_time_warping_v2.1

Description: 异步时间序列处理领域的动态时间弯曲算法(DTW),基于matlab开发-Dynamic time warping(DTW) algorithm of asynchronous time-series processing field , developed on matlab
Platform: | Size: 4096 | Author: luoshenzeng | Hits:

[Voice Compressxitong

Description: 语音孤立词识别的系统程序,包括预处理,断点检测,及其使用DTW的算法-Isolated word speech recognition system procedures, including pretreatment, break detection, and using DTW algorithm
Platform: | Size: 1021952 | Author: 孙婷婷 | Hits:

[Software Engineeringdtw

Description: dtw动态时间规划算法,应用于语音识别,语音处理,说话人识别的应用中。-DTW dynamic programming algorithm, used in speech recognition, speech processing, application of speaker recognition.
Platform: | Size: 6144 | Author: 裴孟菲 | Hits:

[matlabSpeechRec

Description: 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-Isolated word speech recognition, the most simple and effective method is to use DTW (Dynamic Time Warping, Dynamic Time Warping) algorithm based on dynamic programming (DP) of thinking to solve the problem of template matching pronunciation of varying lengths, is earlier, more classic kind of speech recognition algorithm appears for isolated word recognition. HMM training phase algorithm needs to provide a large amount of speech data, by repeatedly calculating the model parameters can be obtained, and DTW algorithm training almost no additional computation. Therefore, in isolated word speech recognition, DTW algorithm is still widely used.
Platform: | Size: 3494912 | Author: David | Hits:

[matlabSpeechRec

Description: 基于DTW算法的孤立词语音识别的一个matlab小实例,对于进一步开发复杂系统具有重要的意义和帮助。-DTW algorithm based on MATLAB algorithm for isolated word speech recognition of a small example, for the further development of complex system has important significance and help.
Platform: | Size: 6029312 | Author: 王亚楠 | Hits:

[Speech/Voice recognition/combineSpeechRec

Description: 基于DTW算法实现的语音识别程序,可以识别数字0 9,以及“正弦波,方波,三角波”,并将波形识别结果装入TXT文件中!-DTW algorithm based on speech recognition program that can recognize digits 0 to 9, and sine, square, triangle, and waveform recognition result is loaded into a TXT file!
Platform: | Size: 1082368 | Author: 周梦杰 | Hits:

[GDI-Bitmaphmm1

Description: 基于DTW算法的简单语音识别算法,能识别前、后、左、右四个词语-Simple speech recognition algorithm based on DTW algorithm can recognize before and after, left, and right words
Platform: | Size: 55296 | Author: lyp | Hits:

[Speech/Voice recognition/combineDTWC

Description: 编程实现语音处理中的DTW算法,基于DTW模型的孤立词语音识别算法实现研究-Programming Speech Processing DTW algorithm
Platform: | Size: 25600 | Author: z | Hits:

[Embeded-SCM DevelopSTM32-Speech-Recognition-Master

Description: 于市售 STM32 开发板上实现特定人语音识别处理项目。识别流程是:预滤波、ADC、分帧、端点检测、预加重、加窗、特征提取、特征匹配。端点检测(VAD)采用短时幅度和短时过零率相结合。检测出有效语音后,根据人耳听觉感知特性,计算每帧语音的 Mel 频率倒谱系数(MFCC)。然后采用动态时间弯折(DTW)算法与特征模板相匹配,最终输出识别结果。先用Matlab对上述算法进行仿真,经数次试验求得算法内所需各系数的最优值。而后将算法移植到 STM32 开发板上,移植过程中根据 STM32 上存储空间相对较小、计算能力也相对较弱的实际情况,对算法进行优化。最终完成于 STM32 微处理器上的特定人语音识别系统。-Implement speech recognition processing project in commercially available STM32 development board. Identification is the process: pre-filter, ADC, framing, endpoint detection, pre-emphasis, windowing, feature extraction, feature matching. Endpoint detection (VAD) short-time amplitude and short-term zero rate combined. After detecting an effective voice, according to the characteristics of human auditory perception, calculated for each frame of speech Mel Frequency Cepstral Coefficients (MFCC). Then dynamic time warping (DTW) algorithm and feature template matches the final output recognition result. First with Matlab simulation algorithm described above, after several trials to get the optimal value of each coefficient within the desired algorithm. The algorithm will migrate to STM32 development board, the porting process according to the STM32 relatively small storage space, computing power is relatively weak situation of the optimization algorithm. Finally completed on the STM32 micr
Platform: | Size: 325632 | Author: Chenkly | Hits:

[Speech/Voice recognition/combineJLDATA

Description: 摘 要:本论文主要研究了语音识别的基本原理,对语音识别系统的构成进行分析处理,其中包括预处理、特征参数提取、建立模块库、识别匹配几大部分。预处理又包括语音采样、预加重、加窗(汉明窗)、端点检测;特征提取的参数是梅尔频率倒谱系数MFCC。 该语音系统采用的是动态时间伸缩算法(DTW),研究对象是特定人的语音识别,并在MATLAB平台上实现。为了进行后续研究,首先使用电脑中的录音系统录制了阿拉伯数字0—9的语音文件,并转化成 “.wav”格式的文件。-Abstract: This thesis mainly studied the basic principle of speech recognition, to analyze the composition of the speech recognition system, including the preprocessing, feature extraction, to set up the module library, identify several most matches. Pretreatment, including speech sampling, pre-emphasis, add window (hamming window), endpoint detection Feature extraction of MFCC MEL frequency cepstrum coefficient. The voice system USES a dynamic time scale (DTW) algorithm, the research object is the speaker-dependent speech recognition, and realized in MATLAB platform.To carry out the follow-up study, the first to use the recording in a computer system to record the audio files of Arabic Numbers 0-9, and translated into . Wav format file.
Platform: | Size: 9216 | Author: silver teng | Hits:

[Software EngineeringDTWword

Description: DTW算法用于语音识别的资料介绍,不错的参考资料。-DTW algorithm for speech recognition of information, a good reference.
Platform: | Size: 20480 | Author: 刘伟 | Hits:

[Speech/Voice recognition/combinerecognition-based-dtw

Description: 基于动态时间规整算法实现的孤立词识别程序-Dynamic time warping algorithm to achieve an isolated word recognition program
Platform: | Size: 3293184 | Author: bin | Hits:

[Maple22

Description: 在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。-Online signature identification, AR implementation algorithm and DTW algorithm to achieve, but also includes a more comprehensive example of this study friends useful, this is the official book comes with a source program.
Platform: | Size: 192512 | Author: | Hits:

[Othermfcc

Description: 本文根据孤立词语音识别系统的处理步骤,从语音信号的预处理开始,分别详细说明了每个过程,比如预加重、分帧加窗和端点检测。接着介绍了特征参数MFCC的原理与选取,最后介绍了DTW算法的特点-In this paper, based on the process steps of isolated words speech recognition technology, starting with the speech signal pre-processing, each process is described in detail such as pre-emphasis, add window frame and endpoint detection. then the theory and selection of the feature parameters are introduced, finally, I introduced the characteristics of the DTW algorithm.
Platform: | Size: 1024 | Author: 葛锦涛 | Hits:

[Special Effects1236925

Description: 基于DTW算法的孤立字识别系统,用Matlab编程实现语音信号的端点检测-Isolated word recognition system based on DTW algorithm and Matlab programming to realize voice signal endpoint detection
Platform: | Size: 11264 | Author: Derrifk | Hits:

[Documentsdtw

Description: 动态时间规整算法,java版,用于语音识别领域,毕设时采用的,效果很好(Dynamic time warping algorithm, java version)
Platform: | Size: 30720 | Author: 行吟诗人 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 »

CodeBus www.codebus.net