登录
首页 » matlab » matlabalgorit

matlabalgorit

于 2012-10-08 发布 文件大小:126KB
0 211
下载积分: 1 下载次数: 39

代码说明:

  进行干扰源以及声源定位的时延估计技术,以及定位迭代算法相关介绍(Sources of interference and delay estimation techniques for sound source localization, as well as positioning iterative algorithm)

文件列表:

matlabalgorit
.............\afqrrls1.m,2796,2001-09-25
.............\afqrrls2.m,2811,2001-09-25
.............\ar.m,939,2001-09-25
.............\brls.m,1285,2002-11-22
.............\cfdlms.m,2562,2002-11-18
.............\cosmod_4_64.mat,4504,2002-11-14
.............\crbf.m,1868,2002-11-22
.............\dlcllms.m,3476,2002-11-18
.............\eflrls1.m,3034,2001-09-25
.............\eflrls2.m,2913,2001-09-25
.............\eflrls3.m,2513,2001-09-25
.............\fqrrls1.m,3544,2001-09-25
.............\fqrrls2.m,3340,2001-09-25
.............\fqrrls3.m,4885,2001-09-25
.............\ifile.mat,624,2002-11-22
.............\iir1.m,2188,2001-09-25
.............\iir2.m,3035,2001-09-25
.............\iir3.m,2742,2001-09-25
.............\iir4.m,3210,2001-09-25
.............\lms1.m,1320,2001-09-25
.............\lms2.m,1525,2001-09-25
.............\lms3.m,1491,2001-09-25
.............\lms4.m,1662,2001-09-25
.............\lms5.m,1211,2001-09-25
.............\lms6.m,1391,2001-09-25
.............\lrls1.m,2873,2001-09-25
.............\lrls2.m,2750,2001-09-25
.............\mlp.m,1694,2002-11-22
.............\nlms1.m,1358,2001-09-25
.............\nlms2.m,1464,2001-09-25
.............\nlrls1.m,2628,2001-09-25
.............\nlrls2.m,2438,2001-09-25
.............\ofile.mat,80184,2002-11-22
.............\olcm_4_64.mat,4336,2002-11-14
.............\olsblms.m,2594,2002-11-18
.............\pte1.m,1547,2001-09-25
.............\pte2.m,1656,2001-09-25
.............\qround.m,224,2001-09-25
.............\qrrls1.m,3109,2001-09-25
.............\qrrls2.m,2774,2001-09-25
.............\rbf.m,1713,2002-11-22
.............\rls1.m,1591,2001-09-25
.............\rls2.m,1841,2001-09-25
.............\rls3.m,1763,2001-09-25
.............\rls4.m,1936,2001-09-25
.............\rls5.m,1767,2001-09-25
.............\se1.m,1288,2001-09-25
.............\se2.m,1396,2001-09-25
.............\sfrls1.m,2889,2001-09-25
.............\sfrls2.m,2565,2001-09-25
.............\sfrls3.m,2203,2001-09-25
.............\sgd.m,134,2002-11-22
.............\sgm.m,108,2002-11-22
.............\tlms1.m,2121,2001-09-25
.............\tlms2.m,2102,2001-09-25
.............\vlms.m,1182,2002-11-18
.............\vrls.m,1260,2002-11-22

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

发表评论

0 个回复

  • telephonetest
    判断城市电话区号是否合法的算法,对于理解算法有参考意义(Urban telephone area code to determine the legality of the algorithm, algorithm reference value for understanding the)
    2009-12-09 16:16:18下载
    积分:1
  • readzygodat2_pjz
    读取zygo干涉仪中的dat格式数据,并转化为矩阵格式(Reads the dat format data in the Zygo interferometer and transforms it into a matrix format.)
    2021-03-08 22:39:28下载
    积分:1
  • aphysicaltool
    用于计算大物实验中常用的平均值和不确定度。(a simple tool to calculate average of input values.)
    2015-01-16 17:01:29下载
    积分:1
  • c_mean
    基于SVM的数据分类,通过IRIS数据进行验证,效果分类准确(SVM-based data classification, through the IRIS data validation, classification accuracy results)
    2021-01-01 11:28:59下载
    积分:1
  • cordic
    cordic,matlab,sin,cos,atan,sqrt
    2017-12-07 11:20:19下载
    积分:1
  • NEWMARKmethod
    这是求多柔体转子纽马克法的程序。以拉格朗日方程为基础,结合有限元发计算(is seeking more flexible rotor Newmark Act procedures. To Lagrange equation, the FEM calculation)
    2007-03-01 22:56:21下载
    积分:1
  • data-fit
    基于最小二乘法的离散数据的曲面拟合,有二次拟合和三次拟合,并能自动出图(Based on the least squares method of discrete data of the surface fitting, there are quadratic fitting and three fitting, and can automatically plot)
    2021-04-23 09:18:48下载
    积分:1
  • fft
    用C++编写的一维和二维快速傅里叶变换程序(Prepared with C++ one-dimensional and two-dimensional fast Fourier transform procedure)
    2013-11-04 16:19:50下载
    积分:1
  • TSP--problem--solution
    TSP最短路径 最少时间 数学建模 (TSP shortest path at least time mathematical modeling)
    2012-03-08 17:59:01下载
    积分:1
  • bycgste
    共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method and Newton' s method between a method that takes only a first derivative information, but to overcome the slow convergence of the steepest descent method shortcomings, but also avoid the need to store Newton and computing the inverse Hesse matrix and disadvantages, conjugate gradient method is not only to solve large linear equations of the most useful methods, large-scale nonlinear optimization solution is the most efficient algorithms)
    2013-09-13 16:33:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载