Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - DTW
Search - DTW - List
DL : 0
火柴人逃亡~~~你能控制两个人吗?超级好玩的儿童益智游戏,最新html版。-Can you control two people? Super fun Children s puzzle game, the latest version of HTML
Update : 2024-05-18 Size : 109568 Publisher : wind

DL : 0
语音识别的计算function文件。 可以计算出2个语音之间的差值并且无视语速的问题。 值越小说明相似度越高。 -Voice recognition function calculation file. You can calculate the difference between the two voice and speech rate of ignoring the problem. The smaller the value the higher the degree of similarity.
Update : 2024-05-18 Size : 1024 Publisher : long

DL : 0
基于DTW的语音识别,GUI界面,能识别0-9数字,正确率90 。-Based on DTW speech recognition, the GUI interface, can identify 0-9, 90 accuracy.
Update : 2024-05-18 Size : 3206144 Publisher : gy

于市售 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
Update : 2024-05-18 Size : 325632 Publisher : Chenkly

摘 要:本论文主要研究了语音识别的基本原理,对语音识别系统的构成进行分析处理,其中包括预处理、特征参数提取、建立模块库、识别匹配几大部分。预处理又包括语音采样、预加重、加窗(汉明窗)、端点检测;特征提取的参数是梅尔频率倒谱系数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.
Update : 2024-05-18 Size : 9216 Publisher : silver teng

matlab基于DTW的非特定人语音识别,单模版匹配与最近邻- matlab independent speech recognition, DTW-based single-mode version matching and nearest neighbor
Update : 2024-05-18 Size : 2529280 Publisher : GAREN

基于动态时间规整的孤立词语音识别,用梅尔倒谱系数作为识别特征。-Based on dynamic time warping of isolated word speech recognition, using Mel s coefficient as the recognition feature.
Update : 2024-05-18 Size : 1476608 Publisher : 裴安山

DL : 0
在DTW语音识别算法中经常会用到的在MEL频率下组成的若干个带通滤波器-DTW speech recognition algorithm is often used in the frequency of the MEL composed of a number of bandpass filter
Update : 2024-05-18 Size : 2048 Publisher : 何冲

DL : 0
绝对齐全的语音识别代码,包括hmm dtw和语音特征的提取部分,有详细的说明和讲解-Absolutely wonderful speech recognition code, including the HMM DTW and speech feature extraction part, a detailed description and explanation
Update : 2024-05-18 Size : 2573312 Publisher : peter

基于dtw的语音识别系统,已经测试过,可直接拿来用,但识别率不是太高,只有80 多-Speech recognition system based on DTW, has been tested, can be used directly, but the recognition rate is not too high, only more than 80
Update : 2024-05-18 Size : 1157120 Publisher : cai

If you pass in 2 vectors it returns the unnormalized distance between the vectors, the accumulated distance between them, the length of the warping path (the normalizing factor), and the warping path points. To compare 2 vectors A and B call: [Dist,D,k,w]=dtw(A,B) Dist is the unnormalized distance D is the accumulated distance k is the length of the warping path (the normalizing factor) w is a matrix containing the points along the warping path
Update : 2024-05-18 Size : 120832 Publisher : Khun PJP

dtw聚类的,需要的拿走,十分实用,亲测有效,需要的赶紧下-dtw clustering needs away, very practical, effective pro-test, need quickly under
Update : 2024-05-18 Size : 926720 Publisher : liuao0910

实现语音的分割和识别,语音分割通过短时能量和过零率,语音识别通过dtw算法。-audio cut and reconige
Update : 2024-05-18 Size : 47580160 Publisher :

DTW算法用于语音识别的资料介绍,不错的参考资料。-DTW algorithm for speech recognition of information, a good reference.
Update : 2024-05-18 Size : 20480 Publisher : 刘伟

基于动态时间规整算法实现的孤立词识别程序-Dynamic time warping algorithm to achieve an isolated word recognition program
Update : 2024-05-18 Size : 3293184 Publisher : bin

DL : 0
对kinect传感器的骨骼点信息进行的DTW距离匹配,包括查找路径,帧匹配距离。-DTW distance skeletal point information kinect sensor' s matches, including the search path, frame matching distance.
Update : 2024-05-18 Size : 720896 Publisher : 谢小雨

基于matlab的人脸识别,改进的dtw算法,matlab gui设计-face-recognized ,dtw ,gui
Update : 2024-05-18 Size : 2056192 Publisher : 杨逸轩

mel bank filters fo features extraction for voice signal
Update : 2024-05-18 Size : 1024 Publisher : nskandro

DL : 0
基于DTW方法的,使用matalb的语音识别系统的说明及代码,层次很清晰,参考价值不小,-DTW-based method using matalb speech recognition system description and code level is very clear, the reference value is not small,
Update : 2024-05-18 Size : 2272256 Publisher :

Maple22
DL : 0
在线签名鉴定,用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.
Update : 2024-05-18 Size : 192512 Publisher :
« 1 2 ... 22 23 24 25 26 2728 29 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.