资源列表
HMMC
- 一个非常广泛的语音识别模型;具体应用在代码里面;自己看
2006011093
- 基本语音识别与合成的算法,如各个音的声音频率的确定等等,并且可以做变化和包络后实现声音效果的改变-Basic speech recognition and synthesis algorithms, such as the sound of each sound to determine the frequency, etc., and can do to achieve change and enveloping sound effects after the change
yuyinshibie
- 字符朗读,输入一行字符,可以自动朗读中文或英文-Character reading
HMM-C
- hmm的C程序。总共有5个文件,全部采用C程序编写,可移植到任意平台。-c for hmm, five files and all programs can be added to any project in c/c++ platform. The programs have been evaluated and speed is very high.
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
pitchshift
- 用短时傅立叶变换方法实现歌曲变调功能,变调最小步长为1个半音
51622436gaiyaoshumingshu
- 本程序的功能是对中国导航的数据中的部分道路情况数据进行整理,分析,查询,排序。-This procedure s function is navigation data for China in the case of some of the roads data collation, analysis, query, sort.
Globe_IT-code-Final
- Gaussian process latent variable model code for dynamic texture synthesis
gailvshengjing
- 语音方面的程序,是基于概率神经的,可以条用的-Voice of the procedures is based on probabilistic neural, and can be used
Hmm_Use_guide
- HMM模型的应用实例,对初步了解该模型有重要作用,与高手交流-HMM examples of the application of a preliminary understanding of the important role model, and the exchange of experts
HMM--C
- hmm算法用c语言实现,容易运行 很不错的程序啊-HMM algorithm in c language implementation
Matspeech
- 自己编的语音信号的一些处理过程 包括谱减法去噪,hnr,snr等,很有用