Home > src > ukf_nmcda_predict.m

ukf_nmcda_predict

PURPOSE ^

UKF_NMCDA_PREDICT UKF/NMCDA Prediction step

SYNOPSIS ^

function S = ukf_nmcda_predict(S,a,Q,param)

DESCRIPTION ^

UKF_NMCDA_PREDICT  UKF/NMCDA Prediction step

 Syntax:
   S = ukf_nmcda_predict(S,a,Q,param)

 Author:
   Simo Särkkä, 2003

 In:
   S     - 1xN cell array of particle structures
   a     - Mean prediction function as inline
           function or name of function in
           form a(x,param).                (optional, default A(x,i)*X)
   Q     - Process noise of discrete model     (optional, default zero)
   param - Parameters of a
 
 Out:
   S     - 1xN cell array of predicted particle structures

 Description:
   Perform prediction step of Rao-Blackwellized Monte Carlo
   Data Association Algorithm with Number of Targets estimation.

 See also:
   UKF_NMCDA_INIT, UKF_NMCDA_UPDATE, UKF_PREDICT1

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 19-Feb-2008 17:08:22 by m2html © 2003