主要内容

仿真与预测

仿真或预测辨识模型的响应;使用模型仿真模块在 Simulink® 中导入辨识模型

您可以在系统辨识中使用 sim 仿真辨识模型对给定输入的响应。您可以使用过去的输入和输出测量值来预测模型在未来某个时间范围内的响应。使用 predict 可预测模型在测量数据时间范围内的响应,使用 forecast 可在没有测量数据的情况下预测模型在未来时间范围内的响应。您还可以将辨识模型导入 Simulink,并使用模型仿真模块对模型响应进行仿真。

函数

simSimulate response of identified model
simOptionsOption set for sim
simsdSimulate linear models with uncertainty using Monte Carlo method
simsdOptionsOption set for simsd
predict预测辨识模型的 K 步输出
predictOptionsOption set for predict
forecastForecast time-series values into future
forecastOptionsOption set for forecast
idinputGenerate input signals to support system identification

模块

Iddata SourceImport time-domain data stored in iddata object in MATLAB workspace
Iddata Sink将仿真数据作为 iddata 对象导出到 MATLAB 工作区
IdmodelSimulate identified linear model in Simulink software
Nonlinear ARX ModelSimulate nonlinear ARX model in Simulink software
Hammerstein-Wiener ModelSimulate Hammerstein-Wiener model in Simulink software
Nonlinear Grey-Box ModelSimulate nonlinear grey-box model in Simulink software

主题

仿真与预测

预测