Description: 说话人识别方法及其系统的应用开发研究.毕业设计论文,详细.本文对说话人识别方法应用作了较深入系统的研究。采用的方法分别是矢量量化(VQ)识别方法、隐马尔可夫模型(HMM)识别方法、高斯混合模型(GMM)识别方法。-Speaker Recognition Method and system development and research. Graduate design thesis in detail. In this paper, methods of application of speaker recognition system were made more in-depth research. Methods used are vector quantization (VQ) identification methods, hidden Markov model (HMM) to identify methods, Gaussian mixture model (GMM) identification methods. Platform: |
Size: 623616 |
Author:叶小勇 |
Hits:
Description: 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. Platform: |
Size: 538624 |
Author:于军 |
Hits:
Description: SUMMARY:
The Algorithms such as SVD, Eigen decomposition, Gaussian Mixture Model, HMM etc. are scattered in different fields. There is the need to collect all such algorithms for quick reference. Also there is the need to view such algorithms in application point of view. Algorithm Collections for Digital Signal Processing Applications using MATLAB attempts to satisfy the above requirement. Also the algorithms are made clear using MATLAB programs. Platform: |
Size: 3574784 |
Author:Jose Cardenas |
Hits:
Description: 此工具箱支持推理和学习HMM模型,拥有的算法有离散输出(DHMM),高斯输出(GHMM),或其混合物的高斯输出(mhmm)。-Hidden Markov Model (HMM) Toolbox for Matlab,This toolbox supports inference and learning for HMMs with discrete outputs (dhmm s), Gaussian outputs (ghmm s), or mixtures of Gaussians output (mhmm s). The Gaussians can be full, diagonal, or spherical (isotropic). It also supports discrete inputs, as in a POMDP. The inference routines support filtering, smoothing, and fixed-lag smoothing. Platform: |
Size: 409600 |
Author:Bill |
Hits:
Description: Major features
BNT supports many types of conditional probability distributions (nodes), and it is easy to add more.
Tabular (multinomial)
Gaussian
Softmax (logistic/ sigmoid)
Multi-layer perceptron (neural network)
Noisy-or
Deterministic
Platform: |
Size: 12275013 |
Author:SunStacy |
Hits:
Description: The speech signal for the particular isolated word can be viewed as the one generated using the sequential generating probabilistic model known as hidden Markov
model (HMM). Consider there are n states in the HMM. The particular isolated
speech signal is divided into finite number of frames. Every frame of the speech
signal is assumed to be generated from any one of the n states. Each state is modeled as the multivariate Gaussian density function with the specified mean vector
and the covariance matrix. Let the speech segment for the particular isolated word
is represented as vector S. The vector S is divided into finite number of frames
(say M). The i th frame is represented as Si . Every frame is generated by any of the n
states with the specified probability computed using the corresponding multivariate
Gaussian density model. Platform: |
Size: 787456 |
Author:Khan17
|
Hits: