搜索资源列表
gm
- 改进的gmm(高斯混合模型)算法,是单一高斯几率密度函数的衍生
SpeakerIdentificationPaper
- 说话人识别方法及其系统的应用开发研究.毕业设计论文,详细.本文对说话人识别方法应用作了较深入系统的研究。采用的方法分别是矢量量化(VQ)识别方法、隐马尔可夫模型(HMM)识别方法、高斯混合模型(GMM)识别方法。
GMM-EM
- 用matlab实现高斯混合模型的前期处理和分类训练!
0-9(Speech-Recogenition)用matlab仿真0到9十个数字的语音识别
- 用matlab仿真0到9十个数字的语音识别 1、对语音的WAV文件和LAB文件进行处理,产生十个文件,每个文件对应于一个数字,存贮着该数字的波形文件。(shujuzhengli.m) 2、分别利用上面十个文件训练出十个HMM模板,具体方法是:首先将语音的波形文件分帧,以128个点为一帧,帧移为64,每一帧通过mfcc.m计算出13个系数,随着波形的长度不同,一个语音文件可以计算得到13*N个系数,截取13*15的矩阵(mfcc系数)用作训练数据。一般一个HMM模板用20组mfcc系数
em
- 混合高斯概率密度模型,其参数估计可以通过期望最大化( EM) 迭代算法获得。-EM estimation parameters Gaussian mixture processes
GAUSS
- Gray先生的大作,描述高斯混合矢量量化方法进行说话人识别的方法-Daisaku Mr. Gray describes the Gaussian mixture vector quantization approach to speaker recognition method
GMM
- :高斯混合模型(GMM)是一种经典的说话人识别算法,本文在实现其算法的同时,主要模拟了不同噪声环境情况下高斯混合模型 (GMM)的杭嗓声性能,得到了一些有益结论。 -Gaussian mixture model (GMM) is a classic speaker recognition algorithms, this algorithm at the same time in fulfilling its main simulated environmental conditions
11912869gmm-gmr
- 高斯混合模型,为了减少语者自己语音本身的变异性,只留下语者间彼此的变异性,在建立语者特定模型时,先训练一个语者不特定模型,-interpriter
GAUSSIANloglikelihood
- GMM高斯混合模型大规模概率对数计算 需要一个模型地址文件和一个需要识别的声音的mfc文件可以一次执行大批量-GMM Gaussian mixture model probability on the number of large-scale computing need a model of address file, and the voice of the mfc file which need to be identified .can be an implementation
hmm
- hmm文件时运用HMM算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;mfcc.m是计算MFCC参数的程序;pdf.m函数是计算给定观察向量对该高斯概率密度函数的输出概率;mixture.m是计算观察向量对于某个HMM状态的输出概率,也就是观察向量对该状态的若干高斯混合元的输出概率的线性组合;getparam.m函数是计算前向概率、后向概率、标定系数等参数;viterbi.m是实现Viterbi算法;baum.m是实现Baum-Welch算法;inithmm.m是初始化参数;trai
EM_init_kmeans
- 高斯混合模型参数初始化程序,在对高斯混合模型的建立之前采用KMEANS算法进行初始化-Gaussian mixture model parameter initialization procedure, in the Gaussian mixture model is initialized before the algorithm used KMEANS
GMM_SR
- 基于高斯混合模型的说话人确认系统基于高斯混合模型的说话人确认系统-Recognized in the Gaussian mixture model-based speaker system
test1
- 基于高斯混合模型的说话人识别,可以直接运行-Based on gaussian mixture model the speaker recognition
GMM_SID
- 用于说话人识别(声纹识别)中训练过程和识别过程的高斯混合模型程序-GMM model for the training process or test process of speaker identification
gaussian4_28
- 用matlab实现混合高斯背景建模,进一步检测出运动目标-Using matlab to achieve Gaussian mixture background modeling
GMM_EM
- 2类分类高斯混合模型 使用k-means的方法来初始化GMM, 基于EM算法计算出GMM模型参量。 测试GMM模型分别有2个,4个,8个混合成分-2-class classifier with Gaussian Mixture Models. Use the k-means method to initialize the GMM’s Then improve the GMM models iteratively based on the EM algo-rithm.
voice-box-GMM
- 语音处理GMM相关算法,1.计算概率密度并画出高斯混合模型,2.计算边际,条件混合高斯密度,3估计两个GMM模型的Kullback-Leibler divergence。-GMM relating to speech processing algorithms.1,to calculate probability densities from or plot a Gaussian mixture model.2,marginal and conditional Gaussian mixture
Gauss_noise
- 用于生成服从标准正态分布的高斯序列文件,利用混合同余法,生成均匀分布序列再将其转换成高斯序列(Used to generate a Gauss sequence file that obeys the standard normal distribution, and then uses the mixed residual method to generate a uniform distribution sequence, and then converts it into a Gauss
vbemgmm
- 在混合高斯模型参数估计方法上有很多方法,例如最大似然函数的EM算法,但是该算法容易出现过拟合,故本文提出了一个变分EM的算法来对参数进行估计,可以避免EM算法中的不足。 下面的示例文件中说明了使用下面的示例文件说明了用法 examplevbem,VBEM M示例文件 faithful.txt数据集为例(The parameters of Gauss mixture model estimation method has a lot of methods, such as the maxim
GMM
- matlab 实现GMM——EM算法,自动生产混合高斯分布,GMM算法的示例demo(matlab em gmm,Automatic production of mixed Gauss distribution, an example of GMM algorithm demo)