登录
首页 » matlab » voice-conversion--MFCC-GMM

voice-conversion--MFCC-GMM

于 2013-10-16 发布 文件大小:1661KB
0 262
下载积分: 1 下载次数: 254

代码说明:

  实现多个人的说话人识别,基于gmm模型,用mfcc参数训练(voice conversion based on gmm)

文件列表:

基于MFCC的GMM的说话人识别
.........................\buffer2.m,530,2006-03-04
.........................\enframe.m,457,2008-05-12
.........................\epdByVol.m,4938,2010-04-14
.........................\epdParamSet.m,842,2008-05-04
.........................\frame2sampleIndex.m,889,2006-02-23
.........................\frame2volume.m,2410,2009-06-05
.........................\frameZeroMean.m,1621,2007-08-27
.........................\getTriFilterParam.m,1225,2003-06-11
.........................\gmm_estimate.m,2937,2008-05-14
.........................\go.asv,1797,2013-10-16
.........................\go.m,1798,2013-10-16
.........................\lmultigauss.m,927,2010-06-21
.........................\lsum.m,1173,2007-06-14
.........................\melbankm.m,718,2008-05-14
.........................\melcepst.m,615,2011-07-18
.........................\mfccParamSet.m,870,2011-07-18
.........................\MFCC_feature_compare.asv,694,2013-10-16
.........................\MFCC_feature_compare.m,691,2011-07-18
.........................\rdct.m,463,2008-05-12
.........................\rfft.m,385,2008-03-20
.........................\segmentFind.m,1100,2008-10-17
.........................\speakerData.mat,459035,2013-10-16
.........................\speakerGmm.mat,10493,2013-10-16
.........................\trainning
.........................\.........\10sa1.wav,105926,2008-08-26
.........................\.........\11sa1.wav,118214,2008-08-26
.........................\.........\12sa1.wav,118010,2008-08-26
.........................\.........\13sa1.wav,105312,2008-08-26
.........................\.........\14sa1.wav,106336,2008-08-26
.........................\.........\15sa1.wav,98964,2008-08-26
.........................\.........\16sa1.wav,101216,2008-08-26
.........................\.........\1sa1.wav,109408,2008-08-26
.........................\.........\2sa1.wav,97530,2008-08-26
.........................\.........\3sa1.wav,107770,2008-08-26
.........................\.........\4sa1.wav,94252,2008-08-26
.........................\.........\5sa1.wav,103264,2008-08-26
.........................\.........\6sa1.wav,111866,2008-08-26
.........................\.........\7sa1.wav,100192,2008-08-26
.........................\.........\8sa1.wav,97324,2008-08-26
.........................\.........\9sa1.wav,120468,2008-08-26
.........................\wave2mfcc.m,4923,2009-08-13
.........................\识别
.........................\....\1si2096.wav,88108,2008-08-26
.........................\....\2si564.wav,122720,2008-08-26
.........................\....\3si762.wav,88314,2008-08-26
.........................\....\4si558.wav,109408,2008-08-26
.........................\说明文档.txt,204,2010-06-23

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wavelet
    采样小波包分解语音信号,分解为3层,并求出分解系数(Speech signal using wavelet packet decomposition,decomposing 6 level,and attain decomposition coefficient)
    2009-12-21 16:15:23下载
    积分:1
  • LMS
    二相码编码与码组检测,利用matlab实现并仿真(Two-phase coding with code group detection, and to realize the use of matlab simulation)
    2007-08-07 17:13:23下载
    积分:1
  • 7c2f6c56ed6d
    一个HMM的Matlab实现方法,可实现孤立词语音识别(Matlab implementation of a HMM methods, an isolated word speech recognition can be achieved)
    2011-08-04 18:04:12下载
    积分:1
  • voicebox
    语音识别需要用到的函数,在你的程序中可直接调用工具箱中的函数(Needed by the voice recognition function in your program can directly call the functions in the toolbox)
    2012-12-18 10:12:23下载
    积分:1
  • 52_HQ
    一种关于倒谱的实现研究处理方法的总结以及展望(One kind of research on cepstrum processing method to achieve a summary and outlook)
    2013-10-24 15:06:24下载
    积分:1
  • matlab_based_adaptive_system_emulation
    基于matlab的自适应仿真,其算法都是LMS算法,有系统辨识,噪声对消,自适应滤波器,陷波器,图像的DCT变换(adaptive emulation based on LMS,include system recognise,noise canceler,adaptive filter,dct transform)
    2020-06-30 15:20:02下载
    积分:1
  • speech-recognition
    实现语音识别,使用HTK工具。README描述了具体的训练过程。(Voice recognition, using HTK tools. README describes the specific training process.)
    2013-11-27 14:01:11下载
    积分:1
  • GMM-recognition
    使用高斯混合模型(GMM),对声音信号进行识别,包括对特征参数的采集、训练和识别过程(Using the Gaussian mixture model (GMM)to realize the recognition of the sound signal, including the acquisition of the characteristic parameters,the training and the recognition process)
    2012-12-18 10:05:14下载
    积分:1
  • hmm
    hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;train.m是训练程序;main.m是训练程序的脚本文件;recog.m是识别程序。(hmm HMM algorithm file using speech recognition in noisy environments. Which is the endpoint detection process vad.m mfcc.m procedure is to calculate the MFCC parameters pdf.m function is calculated for a given observation vector of the Gaussian probability density function of output probability mixture.m is to calculate the observation vector for a HMM state output probability of observation vector is the number of Gaussian mixture per state output probability of the linear combination getparam.m before the calculation of the probability function, backward probability, calibration coefficients and other parameters viterbi.m is Viterbi algorithm implementation baum.m Baum-Welch algorithm to achieve inithmm.m is the initialization parameters train.m is the training program main.m training program is a script file recog.m is to identify procedures.)
    2010-09-16 20:51:49下载
    积分:1
  • 402864
    语音库开发工具源码,例程程序创建机读SAPI.SpVoice对象开发语音库。(Speech development tools source , routine program to create machine-readable SAPI.SpVoice speech object development .)
    2015-07-07 22:35:17下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载