クラス
org.mklab.tool.control.ProperLinearSystem の使用

ProperLinearSystem を使用しているパッケージ
org.mklab.tool.control 制御系の解析・設計に関するクラスを提供します。 
 

org.mklab.tool.control での ProperLinearSystem の使用
 

ProperLinearSystem を返す org.mklab.tool.control のメソッド
static ProperLinearSystem LinearSystemFactory.createConstant(Matrix gain)
          定数行列から線形システム(定数システム)を生成します。
static ProperLinearSystem LinearSystemFactory.createLinearSystem(Matrix a, Matrix b, Matrix c, Matrix d)
          状態空間表現の係数行列から線形システムを生成します。