文件名称:particleplusplus
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
一个C++粒子滤波模板
粒子过滤器或连续的蒙特卡洛方法需要在每次迭代中采样大量的粒子。这使得它在MATLAB仿真特别慢。因此,为速度的缘故,需要执行的是可取的。此模板提供了一些有用的为用户模拟粒子过滤器的+ +类。- This template provides some useful C++ classes for users to simulate particle filters. We try to use the STL as much as possible to provide user with an intuitive and consistant interface.
粒子过滤器或连续的蒙特卡洛方法需要在每次迭代中采样大量的粒子。这使得它在MATLAB仿真特别慢。因此,为速度的缘故,需要执行的是可取的。此模板提供了一些有用的为用户模拟粒子过滤器的+ +类。- This template provides some useful C++ classes for users to simulate particle filters. We try to use the STL as much as possible to provide user with an intuitive and consistant interface.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
zweng-particleplusplus-1f53b68
..............................\.gitignore
..............................\README.md
..............................\data_xhat
..............................\data_y
..............................\ex.png
..............................\include
..............................\.......\binder3rd.h
..............................\.......\compose3.h
..............................\.......\obsvfun.h
..............................\.......\pfilter.h
..............................\.......\proposal.h
..............................\.......\ran_generator.h
..............................\.......\resampler.h
..............................\.......\sampler.h
..............................\.......\setting.h
..............................\.......\statefun.h
..............................\.......\ternary.h
..............................\licenses.txt
..............................\main.cpp
..............................\makefile