登录
首页 » Matlab » 自己编的标准的粒子滤波器集合程序

自己编的标准的粒子滤波器集合程序

于 2022-03-04 发布 文件大小:5.18 kB
0 63
下载积分: 2 下载次数: 1

代码说明:

考虑雨衰 阴影 和多径影响,正确率可以达到98%,可以实现模式识别领域的数据的分类及回归,实现串口的数据采集,迭代自组织数据分析,matlab开发工具箱中的支持向量机。

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

发表评论

0 个回复

  • ImageComputing
    matlab中关于图像处理的一些基本运算。也涉及了matlab中关于矩阵操作的一些基本方法,是matlab学习的基础,更是数字图像处理的基础。(matlab image processing on some of the basic operations. Also involves a matlab matrix operations on some of the basic method is matlab foundation of learning, but also the basis for digital image processing.)
    2009-11-24 11:31:15下载
    积分:1
  • src
    How to use the ordinary Voronoi partition generator. The m-files also have their own help documentation that you can view in Matlab. This code creates a bounding polygon that is a square. Then it randomly creates 10 points and then creates and draws the partition. bounds = [0, 10, 10, 0 0, 0, 10, 10] points = 10 * rand(2, 10) regions = voronoi(bounds, points) drawRegions(bounds, regions) ================================ This is a brief set of instructions on how to use the Multiplicatively- weighted Voronoi partition generator. Each of the m-files has a help section, so in Matlab you can call: help mwvoronoi help drawRegions Here is an example that creates a bounding polygon, a square with side length 10. Then it randomly creates six points with random weights. Finally, the code draws the resulting partition. bounds = [0, 10, 10, 0 0, 0, 10, 10] points = 10 * rand(3, 6) regions = mwvoronoi(bounds, points) drawRegions(bounds, regions) Enjoy!
    2013-10-30 12:23:18下载
    积分:1
  • qqq
    遗传算法的每个步骤的包含交叉、复制、变异、选择的源代码(failed to translate)
    2013-05-04 16:13:20下载
    积分:1
  • my change
    说明:  船舶Z形运动的一个程序,模型参数可靠,效果较好。(A program for Z-shaped motion of ships has reliable model parameters and good results.)
    2020-09-02 19:18:08下载
    积分:1
  • MATLAB-Programming
    MATLAB 编程(第二版) 《MATLAB Programming for Engineers》的中文版,最好的编程教材。 (MATLAB Programming for Engineers (Second Edition) )
    2013-07-16 10:43:48下载
    积分:1
  • Evacuation-simulation
    说明:  matlab人员疏散,供大家参考使用,可以根据需要修改。(MATLAB code for evacuation. You can change it based on your needs.)
    2019-04-04 16:05:19下载
    积分:1
  • ELM_PSO-master
    说明:  为了提升配网供电可靠性的预测精度!提出了基于主成分分析和粒子群优化极限学习机的配网供电可靠 性预测模型$ 从多方面分析影响供电可靠性的指标!利用主成分分析得到综合变量!实现对数据的降维$ 在此基 础上!构建人工神经网络并利用粒子群算法优化极限学习机的输入权值和阈值!完成对训练供电可靠性预测模型 的训练$ 以某大型电网的 ?L 个供电局样本 !% 种影响供电可靠性因素为例进行仿真分析!并将 E S R C E FQ C 4 G D算 法与 ! 种回归拟合算法对比!验证了该方法的有效性(It is clear that the learning speed of feedforward neural networks is in general far slower than required and it has been a major bottleneck in their applications for past decades. Two key reasons behind may be: (1) the slow gradient-based learning algorithms are extensively used to train neural networks, and (2) all the parameters of the networks are tuned iteratively by using such learning algorithms. Unlike these conventional implementations, this paper proposes a new learning algorithm called extreme learning machine (ELM) for single-hidden layer feedforward neural networks (SLFNs) which randomly chooses hidden nodes and analytically determines the output weights of SLFNs. In theory, this algorithm tends to provide good generalization performance at extremely fast learning speed. The experimental results based on a few artificial and real benchmark function approximation and classification problems including very large complex applications show that the new algorithm can p)
    2020-07-07 16:58:45下载
    积分:1
  • 三种常见波动率计算的matlab程序(parkinson,Garman-Klass,Rogers-Satchell)
    三种常见波动率计算的matlab程序(parkinson,Garman-Klass,Rogers-Satchell),并给出了对漂移项是否为0的估计,parkinson函数第三项表示对漂移项是否为0的检验,余额接近1表示越符合随机游走的特征
    2022-06-03 10:52:40下载
    积分:1
  • untitled1
    光伏并网逆变器的仿真系统的S函数,能实现其的模拟仿真(PV grid-connected inverter simulation system S-function)
    2013-10-13 15:51:56下载
    积分:1
  • eyesizetest
    利用matlab 2012a 內建Demo 做人臉偵測程式(Built-in Demo human face detection program using matlab 2012a)
    2013-03-27 17:38:09下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载