主要内容

线性模型辨识基础知识

识别线性模型、选择合适的模型结构、构建和修改模型对象结构以及使用正则化估计的基本信息

线性模型是您可以使用 System Identification Toolbox™ 识别的最简单模型。当线性模型足以完全捕获系统动态特性时,可使用线性模型辨识。要识别线性模型,可以先从时域或频域输入-输出数目据和模型结构(例如状态空间或传递函数模型)入手。软件会反复调整自由模型参数,以尽量减少测量输出与仿真模型对输入数目据的响应之间的差异。该工具箱允许您执行如下任务:

  • 使用特定的模型结构估计线性模型。

  • 使用黑盒建模方法并探索最适合您的数据的模型结构。

  • 构建初步的线性模型,并用它来初始化要估计的模型的参数。

  • 通过将已知参数固定为特定值,将系统知识融入到您的模型中。

  • 使用正则化估计通过限制模型灵活性来减少模型中的不确定性。

主题

识别线性模型

选择模型结构

模型对象结构和约束

  • Linear Model Structures
    Linear models in System Identification Toolbox take the form of model objects that are linear model structures. You can construct model objects directly or use estimation commands to both construct and estimate models. You can also modify the properties of existing model objects.
  • Imposing Constraints on Model Parameter Values
    Constrain the adjustments that the estimation algorithm can make to individual model parameters by using the Structure property of the mode object.

正则化

其他主题

精选示例