搜索资源列表
cdhmm
- matlab下实现的用于语音识别的一些算法,包括hmm参数提取,viterbi识别算法,mfcc参数提取算法,端点检测算法等,对于做语音识别的来说都是很有用的-under Matlab for the voice recognition algorithm, including hmm parameter extraction, Recognition Viterbi algorithm, mfcc parameter extraction algorithm, endpoint detecti
voice464
- 基于dtw算法的语音识别 1 ENFRAME.M和MELBANKM.M取自voicebox工具箱 2 vad.m实现端点检测 3 mfcc.m计算mfcc参数 4 dtw.m实现DTW算法[训练] dtw2.m实现DTW高效算法 5 testdtw.m测试程序-based speech recognition algorithm and a ENFRAME.M MELBANKM.M from v oicebox Toolbox 2 vad.m ach
LPCC-MFCC-VAD
- 本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。在对语音数据进行特征提取前,可对语音数据进行16K到8K的降采样率处理,包含180阶FIR滤波器的频率压缩程序。-this program includes voice compression and voice recognition requirements in the area of the LPCC Features. MFCC feature extraction algorithm and v
PCXLIB
- 本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。
dtw
- 基于MATLAB的语音识别系统,dtw - DTW算法演示程序 mfcc.m - MFCC参数计算程序 dtw.m - 基本的DTW算法 dtw2.m - 优化的DTW算法 testdtw.m - DTW算法测试程序 vad.m - 端点检测程序 -Speech Recognition System Based on MATLAB
LPCCandMFCCzang
- 基于LPCC和MFCC的藏语语音端点检测算法-method of lpcc and mfcc for the edge detection of Zang language
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.
recognition
- 语音识别的端点检测工具,包括预处理,预加重,mfcc,端点检测。-Endpoint detection of speech recognition tools, including pretreatment, pre-emphasis, mfcc, endpoint detection.
Wave
- 好好用的端点检测工具,可以单独性的把端点检测出来,进行下一步的mfcc步骤。是很好的语音识别工具。-Endpoint detection tool to good use, you can separate out of the endpoint detection, the next step of mfcc step. Is a very good speech recognition tools.
wv2lst
- 自己遍的一种用于单字音识别的端点检测代码,首先做mfcc,再利用功率谱的峰值作为语音的方法,结果给出的是有效的mf-For their kind words over the sound identification of endpoint detection code, using the energy spectrum of the peak short-sighted approach as a voice
yiuyinchuli
- 包含语音端点检测、基本语音处理算法MFCC、LPCC等,具有较高参考价值-Including voice activity detection, basic voice processing algorithms MFCC, LPCC, etc., with high reference value
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
hmm
- hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;trai
mfcc
- 通过预处理、端点检测、mfcc的方法进行语音识别-It s about speech recognition
Speechrecognitiontechnology
- 比较详尽的介绍了语音识别系统的实现过程,以及相关技术。 端点检测:基于短时能量和短时平均过零率的端点检测和基于倒谱特征的端点检测 特征参数提取:LPCC和MFCC 参数模板存储:HMM和N_Gram 识别阶段:DWT 各阶段的相关技术都给了详细的介绍,绝对是好东西!-More detailed introduction to the speech recognition system implementation process and related technologie
speechrecognition
- 该系统可以实现孤立数字发音的识别,首先对语音信号进行端点检测,提取了语音信号的MFCC特征,进行识别时,运用了动态规整算法。-The system can identify isolated digital sound, the first endpoint detection of speech signals, MFCC extracted voice signal characteristics, identification, the use of dynamic warping alg
EENDPOINTDETEn
- 语音识别的端点检测程序,通过能能量,过零率MFCC低能量普等检测 -Endpoint detection of speech recognition procedures, the adoption of eenergy, zero-crossing rate of MFCC & P, such as low-energy detection
An
- 语音端点检测,一种基于MFCC的余弦值单门限值检测方法,适用于低SNR环境(Speech endpoint detection, a single threshold value detection method based on the cosine value of MFCC, suitable for low SNR environment)