登录
首页 » matlab » matlab-encyclopedia-of-algorithm

matlab-encyclopedia-of-algorithm

于 2015-03-17 发布 文件大小:3835KB
0 187
下载积分: 1 下载次数: 3

代码说明:

  主要向大家介绍matlab当中的主要算法,有具体算法的应用,供大家学习交流。(Matlab which introduces the main algorithm, application specific algorithms for everyone to learn communication.)

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

发表评论

0 个回复

  • BruteSearch
    K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载( The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al supports N-dimensions and work on double, it is possible to choose if return the distances. Here is a time comparison with a vectrized m-code: N=1000000 number of reference points Nq=100 number of query points dim=3 dimension of points k=3 number of neighbor tic [idc,dist]=BruteSearchMex(p ,qp , k ,k) MEX toc tic [idc,dist]=knnsearch(qp,p,k) VECTORIZED M-CODE toc p=rand(N,dim) qp=rand(Nq,dim) Output: Elapsed time is 0.962640 seconds. Elapsed time is 18.813100 seconds. )
    2009-03-30 08:08:08下载
    积分:1
  • 1
    说明:  通过Matlab仿真,对有无信道估计对系统误码率的影响进行了比较,对LS和MMSE估计算法进行比较(Matlab simulation, whether the channel estimation system bit error rate compared with LS and MMSE estimation algorithm compares)
    2012-09-28 10:35:30下载
    积分:1
  • simuAPSO
    基于模拟退火的粒子群算法,具体问题可以参见十一届华为杯数学建模E题乘车物流规划问题前三问(This is simuAPSO,very good!)
    2014-10-13 14:20:18下载
    积分:1
  • wnn
    Matlab source for wavelet neural network
    2013-04-10 18:27:43下载
    积分:1
  • PSO_Demostration
    一个PSO算法历程,有详细的注释,及相关演示过程。采用了基本PSO、权重优化、最大速度法三种(去掉代码中的相关行的注释即可使用)。(PSO algorithm is a process, detailed notes, and related presentation process. With the basic PSO, weight optimization, the maximum speed law of three (remove the code related to the comment line can be used).)
    2011-05-04 09:45:54下载
    积分:1
  • crf_trees.v0.11
    决策树源代码,用matlab语言编写的,适用于分类及相关问题的分析(Decision tree source code, written with matlab language, suitable for classification and analysis of the related problem)
    2014-10-23 19:32:51下载
    积分:1
  • ADRC.rar
    自抗扰仿真源码,含有simulink框图和s语言(ADRC source of emulation and s contain simulink block diagram language)
    2015-08-04 17:09:13下载
    积分:1
  • 12EC64R11_Sairam
    a smaple matlab program
    2013-07-11 09:25:14下载
    积分:1
  • Do2
    窗口鼠标同步器源码。可以同步多个窗口的鼠标操作(Window mouse synchronization source. You can synchronize multiple windows mouse)
    2014-01-04 21:43:10下载
    积分:1
  • LPG
    Plots of power and phase of two modes in transmission gratings(Long period gratings). both numerical and analytical methods
    2009-11-20 01:51:02下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载