登录
首页 » matlab » I-VECTOR

I-VECTOR

于 2019-05-28 发布
0 209
下载积分: 1 下载次数: 11

代码说明:

说明:  voiceprint声纹识别算法的实现MSR(speaker varification by I-Vector,)

文件列表:

cmvn.m, 483 , 2019-04-11
compute_bw_stats.m, 2674 , 2019-05-17
compute_eer.m, 2608 , 2019-04-09
demo_ivector_plda.m, 4695 , 2019-05-28
demo_ivector_plda_artificial.m, 4840 , 2019-05-27
extract_ivector.m, 2162 , 2019-04-10
fea_warping.m, 1286 , 2019-04-10
find_wav.m, 918 , 2019-05-27
find_wav2.m, 1046 , 2019-05-28
gmm_em.m, 5577 , 2019-05-17
gplda_em.m, 4270 , 2019-04-10
hamming.m, 101 , 2019-04-10
htkread.m, 650 , 2019-05-28
htkwrite.m, 378 , 2019-04-10
lda.m, 1530 , 2019-04-10
length_norm.m, 260 , 2019-04-10
rm_dc_n_dither.m, 356 , 2019-04-10
score_gplda_trials.m, 1763 , 2019-04-10
train_tv_space.m, 4335 , 2019-04-11
trials.lst, 0 , 2019-05-27
ubm.lst, 609115 , 2019-05-28
ubm_timit530.mat, 156255 , 2019-04-10
Untitled2333.m, 813 , 2019-05-28
Untitled3222.m, 1213 , 2019-05-28

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

发表评论

0 个回复

  • MATLAB
    此资料详细介绍了matlab基本的使用方法,通俗易懂 自学就可以初步掌握matlab(MATLAB)
    2009-12-10 13:29:45下载
    积分:1
  • fractal-use
    分形的练习一 ①Koch曲线 用复数的方法来迭代Koch曲线 clear i 防止i被重新赋值 A=[0 1] 初始A是连接(0,0)与(1,0)的线段 t=exp(i*pi/3) n=2 n是迭代次数 for j=0:n A=A/3 a=ones(1,2*4^j) A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a] end plot(real(A),imag(A)) axis([0 1 -0.1 0.8]) ②Sierpinski三角形 A=[0 1 0.5 0 0 1] 初始化A n=3 迭代次数 for i=1:n A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2 A=[A A+[c b] A+[c/2 c]] end for i=1:3^n patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数 end (Fractal Exercise One The ① Koch curve Plural iteration Koch curve clear i to prevent i is reassigned A = [0 1] initial A is a connection (0,0) and (1,0) of the segments t = exp (i* pi/3) n = 2 n is the number of iterations for j = 0: n A = A/3 a = ones (1,2* 4 ^ j) A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a] end plot (real (A), imag (A)) axis ([0 1-0.1 0.8])   ② Sierpinski triangle A = [0 1 0.5 0 0 1] initialized A n = 3 the number of iterations. for i = 1: n A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2 A = [A A+ [c b] A+ [c/2 c]] end for i = 1:3 ^ n patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function end)
    2013-03-02 10:03:09下载
    积分:1
  • An-improved-Hilbert-Huang-transform-
    HHT 改进算法,文章中给出了详细的步骤和实现方法,对信号处理专业的有很大帮助(Improved algorithm of HHT, this paper presents the detailed steps and methods of signal processing, professional help)
    2012-10-14 21:32:27下载
    积分:1
  • tezhengtiqu
    特征提取,主要应用matlab对图像的特征进行提取,获得一些精度。(tezhengtiqu)
    2009-12-08 14:14:05下载
    积分:1
  • hough.tar
    Hough算法的matlab实现,可以检测出图像中存在的不同半径的圆(Hough algorithm matlab realize, can detect the presence of different radii of the circles in the image)
    2014-12-15 10:31:35下载
    积分:1
  • 遗传算法
    说明:  在微电网的优化配置过程中采用遗传算法对其进行优化配置(Genetic algorithm is used to optimize the microgrid configuration)
    2020-06-22 18:00:01下载
    积分:1
  • statespacemodel1
    state space model of system sampling time
    2010-10-14 19:55:21下载
    积分:1
  • trans
    THI SM FILR CONVER FTROM ABC TO DQ0 IN ORDER TO DEMOSTRATE HOW TO USE THE MATLAB GUI AND SIMULINK
    2011-05-19 17:08:46下载
    积分:1
  • matlabmanual
    matlab教程,线性代数部分,很全很有用,特别是对于解线性方程组,赶快收藏啊!(matlab tutorial, linear algebra part, it is all very useful, especially for solving linear equations, hurry collection ah!)
    2010-05-07 20:06:57下载
    积分:1
  • svpwm
    电压空间矢量SVPWM仿真,希望对大家有帮助(Space voltage vector SVPWM simulation, we hope to help)
    2011-06-28 22:30:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载