Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • mfcc_vq.rar 基于MFCC算法的MATLAB程序,虽然简单,但是很实用
  • MFCC_EST.rar The algorithm divides the speech sample into fames and then computes mfcc of each frame and stores in the matrix
  • MATLAByysb.rar 用MATLAB进行语音识别的特征参数提取,其中包含了lpc和MFCC两种方法,并且测试通过。
  • deltamfcc.rar 提取MFCC特征参数的一阶差分值,前提是MFCC参数已经计算完毕。
  • dtmfcc.rar 提取MFCC特征参数的一阶差分值,前提是MFCC参数已经计算完毕。
  • rastamfile.rar PLP and RASTA (and MFCC, and inversion) in Matlab using melfcc.m and invmelfcc.m
  • Speech_Test.rar ... the input will be verified using speech recognition technique using matlab. We have used Mel Frequency Cepstral Coefficient (MFCC) along with Vector Quantization (VQLBG) and Euclidean Distance to identify different characters. Based on the results, data ...
  • melcepst.rar 音频信号MFCC参数提取,matlab环境下
  • MFCC.rar 为了实现高速语音特征参数的提取,在分析了美尔频率倒谱特征参数提取算法的基础上,提出了算法的硬件 设计方案,介绍了各模块的设计原理。该方案增加了语音激活检测功能,可对语音信号中的噪音帧进行检测,提高了特征参 数的可靠性。
  • mfcc_c_source_code.rar vc6环境下C语言编写的mfcc参数提取程序