资源列表
matlab
- 用MATLAB开发的语音识别中语音特征提取方法之一MF-Developed using MATLAB voice speech recognition feature extraction methods MF
nRF24L01_Program
- nRF24L01 的编程范例,给用户灵活的掌握nRF24L01的无线发射和无线接收- nRF24L01 the programming paradigm
speech_toolboxes
- matlab之语音处理与合成工具箱代码,供参考
VQ方法做的说话人辨识vq
- 利用矢量量化(VQ)的方法实现的说话人辨认的程序,有兴趣者可以把它转换为C的-vector quantization (VQ) method to identify the Speaker of the proceedings, interested persons can transform it to C
vqRecognition
- 说话人识别程序特征参数为MEL倒谱,模型为VQ量化
wlf
- 小而强的小波滤波源码,可以直接编译运行。代码段有简略说明。-A small but powerful source wavelet filter can be directly compiled to run
specsub_hj_pujianfa
- 谱减法降噪的具体实现,效果还行,给大家参考一下
33
- 语音识别与合成系统. 里面有详细的介绍与程序
pesq
- 有关语音的matlab源程序,其中包含语音的频谱分析等.
cvgabor
- opencv编写的gabor filter 用于图像处理-cvgabor filter
jiance
- 用于对语音信号的共振峰进行检测,从而进行语音识别或语音合成。-For formant speech signal is detected, thereby performing a voice recognition or voice synthesis.
GMMTRAIN
- 实现了从wave中读取数据,并通过mfcc提取特征系数。再通过分裂法聚类,最后使用EM算法建立GMM。