Main Content

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

線形モデル同定の基礎

線形モデルの同定、適切なモデル構造の選択、モデル オブジェクト構造の作成と変更、正則化された推定の使用に関する基本情報

線形モデルは、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.

正則化

その他のトピック

  • Loss Function and Model Quality Metrics
    Configure the loss function that is minimized during parameter estimation. After estimation, use model quality metrics to assess the quality of identified models.
  • Effect of Input Intersample Behavior on Continuous-Time Models
    The intersample behavior of the input signals influences the estimation, simulation and prediction of continuous-time models. A sampled signal is characterized only by its values at the sampling instants. However, when you apply a continuous-time input to a continuous-time system, the output values at the sampling instants depend on the inputs at the sampling instants and on the inputs between these points.