org.mklab.tool.control
クラス Des2tfm

java.lang.Object
  上位を拡張 org.mklab.tool.control.Des2tfm

public class Des2tfm
extends Object

ディスクリプタ表現から伝達関数行列(有理多項式行列)に変換するクラスです。

copy of Ss2tf.java

作成者:
Anan

コンストラクタの概要
Des2tfm()
           
 
メソッドの概要
static RationalPolynomialMatrix des2tfm(Matrix A, Matrix B, Matrix C, Matrix D, Matrix E, boolean simplify)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Des2tfm

public Des2tfm()
メソッドの詳細

des2tfm

public static RationalPolynomialMatrix des2tfm(Matrix A,
                                               Matrix B,
                                               Matrix C,
                                               Matrix D,
                                               Matrix E,
                                               boolean simplify)
パラメータ:
A - ゲイン行列
B - 入力行列
C - 出力行列
D - ゲイン行列
E - ディスクリプター行列
simplify - 単純化するならばtrue
戻り値:
TransferFunction