Home > src > kf_nmcda_predict.m

kf_nmcda_predict

PURPOSE ^

KF_NMCDA_PREDICT KF/NMCDA Prediction step

SYNOPSIS ^

function S = kf_nmcda_predict(S,A,Q,B,u)

DESCRIPTION ^

KF_NMCDA_PREDICT  KF/NMCDA Prediction step

 Syntax:
   S = kf_nmcda_predict(S,A,Q,B,u)

 Author:
   Simo Särkkä, 2003

 In:
   S - 1xNP cell array of particle structures
   A - Transition matrix of dynamic model  (optional, default identity)
   Q - Process noise of dynamic model      (optional, default zero)
   B - Input effect matrix                 (optional, default identity)
   u - Constant input                      (optional, default empty)
 
 Out:
   S - 1xNP cell array of updated particle structures

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

 See also:
   KF_NMCDA_INIT, KF_NMCDA_UPDATE, KF_PREDICT

CROSS-REFERENCE INFORMATION ^

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