props.txt

来自「MATLAB非线性滤波工具箱 在“中国国防科技论坛 ”找到的」· 文本 代码 · 共 48 行

TXT
48
字号
Help on properties of the Discrete Additive Non-Linear (DANL) model.

'f'
Data object representing f(x,t).

'gw'
Data object representing gw(x,t).

'gu'
Data object representing gu(x,t).

'h'
Data object representing h(x,t).

'hu'
Data object representing hu(x,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.

'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 + -
显示快捷键?