搜索资源列表
DTW-mfcc
- 语音识别中提取特征向量和进行特征向量比对的DTW源代码-Speech Recognition feature extraction and feature vectors to the right than the source code DTW
mfcc
- 另一個提取MFCC參數的方法,加入DTW的計算
DTW
- 一个可以识别连续数字语音的程序,提取mfcc,用dtw实现识别,有文档
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
mydtw
- 基于MFCC算法建立的参数模型,然后用DTW算法进行模型匹配,从而实现语音识别的作用~-MFCC algorithm based on parameters established model, and model matching using DTW algorithm to achieve the role of speech recognition ~
dtw
- 基于MATLAB的语音识别系统,dtw - DTW算法演示程序 mfcc.m - MFCC参数计算程序 dtw.m - 基本的DTW算法 dtw2.m - 优化的DTW算法 testdtw.m - DTW算法测试程序 vad.m - 端点检测程序 -Speech Recognition System Based on MATLAB
MFCC
- m文件dtw,mfcc,vad,转换为c语言文件。用于声音检测-m file dtw, mfcc, vad, converted to c language file. For voice detection
DTW-VCPP
- 基于vc++开发,dtw语音识别,MFCC参数-DTW recognice based on vc++
dtw321
- dtw 算法的matlab实现 源代码不加修改久可以执行-DTW algorithm matlab source code to achieve a long time without modification can be implemented
dtw
- 此文件中包含了语音信号处理的dtw算法,同时囊括了语音的端点检测,mfcc参数提取,动态时间规整三部分,可以直接使用。-This document contains a voice signal processing dtw algorithm, at the same time include voice activity detection, mfcc parameter extraction, dynamic time warping three parts can be used dir
yuyingshibie
- matlab实现的很有用的语音识别源代码,包括MFCC,LPCC,DTW,Mel滤波器,端点检测等程序的实现。-Useful code of audio recognization writed by matlab, inclucing MFCC, LPCC, DTW, Mel Filter, Port Detection etc.
DTWMFCC
- DTW与MFCC相结合的语音特征提取算法,改进了MFCC的性能-Combination of DTW and the MFCC feature extraction algorithm for voice, improving the performance of MFCC
dtw
- dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet envir
dtw0
- dtw0文件是运用DTW算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw0 file DTW algorithm is to use speech recognition in noisy env
DTW-Recog
- Voice recognition program. This is test for voice recognition with DTW.-Voice recognition program. This is test for voice recognition with DTW.
SpeakerRecognition(Matlab)
- 基于Matlab平台的语者识别系统 使用mfcc、DTW等算法-Matlab platform, based on speaker identification system using mfcc, DTW algorithm as
dtw
- 对图像或音频作dtw和mfcc计算,获取相关系数。-The image or audio for dtw and mfcc calculated for the correlation coefficient.
final-vioce
- 语音识别 dtw算法 mfcc特征提取 用于特定人识别-Speech recognition dtw mfcc
MFCC-Parameter-java-Vertion
- 特定人的DTW语音识别算法java版,这个文件主要计算MFCC输出参数,计算中涉及FFT算法。-calculate MFCC parameters based on DTW
DTW
- 动态时间规整用于语音识别对齐和对比,例子是librosa 提取MFCC 特征,用DTW比较识别(Dynamic time warping is used for speech recognition, alignment, and contrast. The example is librosa, which extracts MFCC features and compares them with DTW)