登录
首页 » Matlab » 整理好的Mfcc和Gmm的说话人识别,matlab源代码

整理好的Mfcc和Gmm的说话人识别,matlab源代码

于 2023-01-02 发布 文件大小:8.02 kB
0 115
下载积分: 2 下载次数: 2

代码说明:

对于初学者具有参考意义,采用偏最小二乘法,供做算法研究人员参考,重要参数的提取,相控阵天线的方向图(切比雪夫加权),包含光伏电池模块、MPPT模块、BOOST模块、逆变模块。

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

发表评论

0 个回复

  • 10.1.1.92.940.pdf
    mobility models for wirelss networks
    2017-08-24 13:17:50下载
    积分:1
  • matlab实现的的knn分类器 有训练样本和测试样本
    clear;clc;ticload data.txt;a=data(1:30,1:4);aa=data(31:50,1:4);b=data(51:80,1:4);bb=data(81:100,1:4);c=data(101:130,1:4);cc=data(131:150,1:4);train_sample=cat(1,a,b,c);%组成训练样本(90*4)test_sample=cat(1,aa,bb,cc);%组成测试样本(60*4)k=5;cha=zeros(1,90);sum=0;[i,j]=size(train_sample);[u,v]=size(test_sample);for x=1:u    for y=1:i        result=sqrt((test_sample(x,1)-train_sample(y,1)).^2+(test_sample(x,2)-train_sample(y,2)).^2+(test_sample(x,3)-train_sample(y,3)).^2+(test_sample(x,4)-train_sample(y,4)).^2);        cha(1,y)=result;    end;    [z,ind]=sort(cha);    m1=0;    m2=0;    m3=0;    for n=1:k        if ind(1,n)
    2022-03-10 07:32:09下载
    积分:1
  • TsaiCameraCalibration_MATLAB
    相机检校的另一方法Tsai,在MATLAB中实现,可以与张正友的方法作比较。(Another method of camera calibration Tsai, in MATLAB to achieve, you can and Zhang are the Friends of the method for comparison.)
    2009-01-01 04:41:06下载
    积分:1
  • caishuzi
    由电脑随机产生一个整数,让用户去猜,如果用户猜的比电脑大,则输出“大了,再小点!”,反之则输出“小了,再大点!”(An integer randomly generated by computer, allowing users to guess, if you guess more than a computer major, then the output of the "big, and then dot!", Otherwise the output is "small, then big points!")
    2009-11-16 17:31:26下载
    积分:1
  • calcCircle
    用于圆的拟和,很好的程序,真的不错,好的程序,好好的(Fitting for the round, a good program, really good, good program, good)
    2010-11-20 19:40:29下载
    积分:1
  • MULTI_test
    multiple antanna signal generation program
    2010-11-28 18:30:16下载
    积分:1
  • GUI
    本压缩文件利用Matlab制作了一个能识别居民身份证号码的系统,使用图像处理技术,实现了计算机识别数字的功能。(The compressed file using the Matlab made a system can identify the identity card number, using image processing technology, realized the function of the digital computer identification. )
    2013-10-16 10:35:43下载
    积分:1
  • matlab4
    猜数游戏,课表排序等matlab程序,兴趣和实践同时培养(to make a ridle game or to make a good plan to study)
    2011-12-21 16:33:51下载
    积分:1
  • PQ_controlled_DG
    微网联网模式下pq控制仿真,供大家一起参考学习。(Pq control simulation the micro mesh networking mode, the reference for everyone to learn.)
    2013-05-16 00:41:18下载
    积分:1
  • MATLAB学生成绩查询系统源代码程序
    此程序为MATLAB学生成绩查询系统实例源代码程序,本程序包含有源代码和操作视频教程,可直接运行,能够更好地快速掌握MATLAB语法及其MATLAB操作。
    2022-03-23 02:28:30下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载