主要内容

灰盒模型估计

估计线性和非线性微分方程、差分方程和状态空间方程的系数

如果您了解系统的物理特性,并且可以使用带有未知参数的常微分方程或差分方程 (ODE) 来表示系统,则可以使用 System Identification Toolbox™ 命令执行灰盒建模。灰盒模型 ODE 明确指定模型的数学结构,包括参数之间的耦合。当您了解变量之间的关系、模型行为的约束或表示系统动态特性的显式方程时,灰盒建模是很有用的。

函数

全部展开

greyestEstimate ODE parameters of linear grey-box model
greyestOptionsOption set for greyest
nlgreyestOptionsOption set for nlgreyest
nlgreyestEstimate nonlinear grey-box model parameters
idgreyLinear ODE (grey-box model) with identifiable parameters
idnlgreyNonlinear grey-box model
pem预测误差最小化用于优化线性与非线性模型
init设置或随机化初始参数值的值
getparidnlgrey 模型参数的参数值与属性
setpar设置 idnlgrey 模型对象的初始参数值
getpvec获取模型参数及相关不确定性数据
setpvecModify values of model parameters
getinitidnlgrey 模型初始状态的值
setinit设置 idnlgrey 模型对象的初始状态
findstatesEstimate initial states of model
findstatesOptionsOption set for findstates
simSimulate response of identified model
simOptionsOption set for sim

主题

灰盒建模基础知识

线性灰盒模型

非线性灰盒模型

精选示例