|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.Balreal
public class Balreal
連続時間系の平衡実現を求めるクラスです。
Continuous-time balanced realization
Minreal
,
Dbalreal
コンストラクタの概要 | |
---|---|
Balreal()
|
メソッドの概要 | |
---|---|
static List<Matrix> |
balreal(Matrix A,
Matrix B,
Matrix C)
平衡実現されたシステム(Ab, Bb, Cb)を返します。 |
static void |
main(String[] args)
メインメソッド |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Balreal()
メソッドの詳細 |
---|
public static void main(String[] args)
args
- コマンドライン引数public static List<Matrix> balreal(Matrix A, Matrix B, Matrix C)
同時に、グラミアンの対角成分を含むベクトル G
と同時変換行列 T
を返します。
A
- 元のA行列B
- 元のB行列C
- 元のD行列
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |