README.txt~
上传用户:zfsfly
上传日期:2018-05-24
资源大小:71k
文件大小:0k
源码类别:

matlab例程

开发平台:

Matlab

  1. -------------------------------------------
  2.        Particle filter resampling 
  3.  Author: Jose Luis Blanco
  4.  Web:    http://www.isa.uma.es/jlblanco
  5. -------------------------------------------
  6. This MATLAB toolkit contains functions and scripts demonstrating four 
  7. different approaches to resampling:
  8. - Multinomial
  9. - Residual
  10. - Stratified
  11. - Systematic (universal sampling).
  12. A C++ version of these algorithms are part of the 
  13. MRPT library (http://mrpt.sourceforge.net/).