搜索资源列表
MFCC_matlab.rar
- 基于MATLAB的语音识别MFCC特征提取算法,MATLAB-based speech recognition MFCC feature extraction algorithm
dtw321
- dtw 算法的matlab实现 源代码不加修改久可以执行-DTW algorithm matlab source code to achieve a long time without modification can be implemented
DTWMFCC
- DTW与MFCC相结合的语音特征提取算法,改进了MFCC的性能-Combination of DTW and the MFCC feature extraction algorithm for voice, improving the performance of MFCC
LPCC_MFCC_VAD
- MFCC特征提取算法以及语音端点检测源码-MFCC feature extraction algorithm and voice activity detection source
meierdaopufadematlabshixian
- 对录音信号集 中的某一语音,利用BATLAB设计一美尔例谱算法,并实现。 取信号集 中的一个语音信号:“xxxxxx”,将它作为输入的语音信号来为设计一个美尔倒谱算法,在该算法中,主要设计了以下环节: 1.读入一个语音信号;2.对这个信号归一化;3.对归一化的信号进行加窗处理(这里的矩形窗长度必须为257,重帧长64);4.进行预加重处理,即通过一个高通滤波器: ;5进行512点的FFT;6.分别取模平方得到功率谱;7.在设计的mel滤波器组中,我采用了25个带通滤波器;8.将得到的功率
tztq
- 这个程序的主要功能是用来提取特征。其中有分帧算法,并提取MFCC参数作为特征。-The program' s main function is to extract features. Partakers of which the frame algorithm, and extract the MFCC as feature parameters.
myhmm
- 数字0-9的语音识别算法,采用双门限端点检测算法,mfcc和lpcc相结合的特征参数提取。-Numbers 0-9 speech recognition algorithm, adopts double threshold endpoint detection algorithm, the combination of MFCC and LPCC feature parameter extraction.
chmm
- 数字0-9的语音识别实现,采用双门限端点检测算法,mfcc和lpcc相结合的特征参数提取,识别率较高。-Numbers 0-9 of speech recognition, adopts double threshold endpoint detection algorithm, the combination of MFCC and LPCC feature parameter extraction, the recognition rate is higher.
MFCC
- MFCC是一种提取语音特征值的算法,联系介绍了语音提取的流程。-MFCC is a voice feature extraction algorithm values , contact the speech extraction processes.
MFCC
- MFCC算法实例及源代码实现,用于提取语音特征进行进一步对比-Example of MFCC algorithm and Realization of the source code, for extracting speech features for further comparison
MFCC
- 语音识别中的MFCC算法,用MATLAB实现。-MFCC algorithm with MATLAB.
speechfiles
- This files has code for LBG algorithm, that is vector quantization, MFCC and sinlence removal code
MFCC
- 此算法是基于matlab的MFCC特征提取算法,其中包括了分帧、归一化等步骤和代码,非常好用,结果是24维的向量-This algorithm is based on MFCC feature extraction algorithm matlab, including the framing, normalization and other steps and code, very easy to use, the result is 24-dimensional vector
piano-mfcc
- 该算法实现了音乐的mfcc参数提取,以便于之后的建模识别(The algorithm realizes the extraction of MFCC parameters in music so as to facilitate modeling recognition later)
spkID
- 利用mFCC特征提取算法进行语音信号的特征提取,然后利用GMM识别出特征人,计算目标得分,程序效果OK。(The extraction algorithm for feature extraction of speech signal using mFCC features, and then use GMM to identify a specific target, calculate the score, the effect of OK program.)
MFCC
- 利用梅爾倒頻譜演算法,計算語音訊號的特徵值。裡面有DCT與三角帶通。(The Mel Cepstrum algorithm is used to calculate the eigenvalues of speech signals. There are DCT and V-belt.)
HMM with skips and single Diagonal Gaussian
- 以MFCC作为特征参数,利用HMM算法进行语音识别(Speech recognition using HMM algorithm)