kf_nmcda_predict_dp2.m

来自「基于RBMCDA (Rao-Blackwellized Monte Carlo 」· M 代码 · 共 34 行

M
34
字号
%KF_NMCDA_PREDICT_DP2  KF/NMCDA Prediction step%% Syntax:%   [S,EV_STRS] = kf_nmcda_predict_dp(S,A,Q,B,u,t,alpha,beta)%% In:%   S - Struct array 1xNP of particles%   A - Transition matrix of discrete model (optional, default identity)%   Q - Process noise of discrete model     (optional, default zero)%   B - Input effect matrix                 (optional, default identity)%   U - Constant input                      (optional, default empty)%   t - Time of the prediction step%   alpha - Parameter alpha for the gamma%           distribution model for time to death     (optional, default 1)%   beta  - Parameter beta for the gamma%           distribution model for time to death     (optional, default 10)%% Out:%   S - Predicted struct array of particles%   EV_STRS - Comment strings of happened events%% Description:%   Perform prediction step of Rao-Blackwellized Monte Carlo%   Data Association Algorithm with Number of Targets estimation.%   Processes the target deaths. Any combination of target deaths is%   possible.%% See also:%   KF_NMCDA_INIT, KF_NMCDA_UPDATE, KF_PREDICT% History:%   30.10.2003  The first official version.%% Copyright (C) 2003 Simo S鋜kk

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?