登录
首页 » matlab » MSR-Identity-Toolkit-v1.0

MSR-Identity-Toolkit-v1.0

于 2015-04-03 发布 文件大小:2380KB
0 328
下载积分: 1 下载次数: 198

代码说明:

  微软研究院的说话人识别工具包,包括GMM-UBM、I-Vector。其中demo_gmm_ubm_artificial.m和demo_ivector_plda_artificial.m为生成模拟特征参数进行训练与识别的教学示例,十分适合初学者学习说话人识别基础算法。具体使用方法请看内部文档。(Microsoft Research s speaker recognition toolkit, including GMM-UBM, I-Vector. Demo_gmm_ubm_artificial.m and demo_ivector_plda_artificial.m which generates an analog characteristic parameters for example teaching training and recognition, very suitable for beginners to learn the basic algorithm for speaker recognition. See the specific use of internal documents.)

文件列表:

MSR Identity Toolkit v1.0
.........................\code
.........................\....\cmvn.m,720,2013-10-15
.........................\....\compute_bw_stats.m,2963,2013-10-15
.........................\....\compute_eer.m,3030,2013-10-15
.........................\....\demo_gmm_ubm.m,3260,2013-10-15
.........................\....\demo_gmm_ubm_artificial.m,4339,2013-10-15
.........................\....\demo_ivector_plda.m,5370,2013-10-15
.........................\....\demo_ivector_plda_artificial.m,5812,2013-10-15
.........................\....\extract_ivector.m,2421,2013-08-16
.........................\....\fea_warping.m,1557,2013-10-15
.........................\....\gmm_em.m,6148,2015-03-24
.........................\....\gplda_em.m,5108,2013-10-15
.........................\....\hamming.m,223,2013-10-15
.........................\....\htkread.m,603,2013-10-15
.........................\....\htkwrite.m,534,2013-10-15
.........................\....\lda.m,2068,2013-10-15
.........................\....\length_norm.m,428,2013-10-15
.........................\....\mapAdapt.m,4930,2013-10-15
.........................\....\rm_dc_n_dither.m,498,2013-10-15
.........................\....\score_gmm_trials.m,2567,2013-10-15
.........................\....\score_gplda_trials.m,2118,2013-10-15
.........................\....\train_tv_space.m,5639,2013-10-15
.........................\....\wcmvn.m,1856,2013-10-15
.........................\doc
.........................\...\MSR Identity Toolbox.docx,1082656,2013-10-11
.........................\...\MSR Identity Toolbox.pdf,1276208,2013-10-15
.........................\MSR-LA No distrib-OK to modify.docx,24404,2013-10-15
.........................\MSR-LA No distrib-OK to modify.pdf,159491,2013-10-15
.........................\MSR-LA No distrib-OK to modify.txt,5808,2013-10-15

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

发表评论

0 个回复

  • lsm_switchfield
    基于LMS算法的变换域的源程序,里面给出了学习曲线,迭代后的输出曲线(LMS algorithm based on the Domain source, which is a learning curve, the output iterative curve)
    2006-12-30 13:17:56下载
    积分:1
  • CS-dft
    对一维语音信号,用正交匹配追踪的方法进行重构,首先对其进行了分帧,然后再一帧一帧的重构,最后计算了平均帧重构误差(One-dimensional speech signal reconstruction, orthogonal matching pursuit, the first of its sub-frame, and then again a reconstruction of a final calculation of the average frame reconstruction error)
    2020-10-20 11:07:25下载
    积分:1
  • ACFandAMDFpitch
    短时自相关和短时平均幅度差计算基音周期的matlab程序,附带有原语音信号(Short-term autocorrelation and short-term average deviation of pitch period matlab program, comes with the original speech signal)
    2013-08-13 09:02:28下载
    积分:1
  • MMSE_IC
    基于LMS(最小均方误差算法)的自适应滤波 基于LMS(最小均方误差算法)的自适应滤波(based on the LMS (MMSE) algorithm based on the LMS adaptive filtering (minimum mean square error algorithm) the adaptive filtering based on the LMS (minimum mean square error algorithm) Adaptive Filter)
    2020-06-29 23:00:01下载
    积分:1
  • matlabyuyin
    matlab在语音信号处理中的使用,包括基频提取,语音识别,语音增强等(The application of MATLAB in speech signal processing including pitch extraction, speech recognition, speech enhancement and so on.It uses matlab.)
    2017-11-09 18:24:13下载
    积分:1
  • LMS
    主要是研究光纤通信系统中的克服PMD效应的电域均衡技术,构建电域均衡器的模型并进行仿真实验。找到补偿PMD效应的较理想的电域均衡器结构。(Is to study, fiber-optic communication systems to overcome the effects of PMD electrical domain equalization technology, building a power domain equalizer model and simulation experiments. PMD compensation effect to find a better balance of power domain structure.)
    2008-05-28 19:44:28下载
    积分:1
  • matlab
    在提供音频的情况下,利用双音多频确定拨号音。(In the provision of audio cases, the use of dual-tone multi-frequency determine the dial tone.)
    2010-01-20 17:14:58下载
    积分:1
  • OLA
    编写一Matlab函数,用30ms三角窗和15ms帧移计算语音信号的STFT。并用OLA法重建原始信号。设计一种基于OLA的综合方法,以通过重复每帧对语音信号以因子2进行时域扩展。(Write a Matlab function, STFT and 30ms triangular window and 15ms frame-shift calculation of the speech signal. And the OLA method to reconstruct the original signal. Design an integrated approach based on OLA, by repeating each frame of the speech signal by a factor of 2 when the domain extension.)
    2012-04-18 10:49:23下载
    积分: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
  • work
    matlab的语音去噪程序,很好用的,有测试文件(Matlab speech denoising procedure is useful)
    2012-06-08 20:38:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载