props.txt
来自「particle filter 粒子滤波器 matlab工具箱」· 文本 代码 · 共 48 行
TXT
48 行
Help on properties of the Discrete General Non-Linear (DGNL) model.
'f'
Data object representing f(x,t,u,w).
'h'
Data object representing h(x,t,u,e).
'h_inv'
h_inv(x,y,t) - a function handle pointing to the inverse of h with respect to e(t).
'x0'
A row vector or scalar containing the initial state estimate. x0(i) represents the initial
estimate of state i.
'w'
Noise object representing the process noise w(t).
'e'
Noise object representing measurement noise e(t).
'p0'
Noise object representing the initial process noise, p0.
'T'
Sample time.
'xvars'
A cell array containing the names of the states.
'uvars'
A cell array containing the names of the u(t) elements.
'wvars'
A cell array containing the names of the noise elements.
'description'
A simple description of the object.
'R' (READ-ONLY)
The covariance matrix R, representing the covariance of the process noise w(t).
'Q' (READ-ONLY)
The covariance matrix Q, representing the covariance of measurement noise e(t).
'P0' (READ-ONLY)
The covariance matrix P0, representing the covariance of p0.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?