|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.control.SkeletonDes2tf
public class SkeletonDes2tf
| コンストラクタの概要 | |
|---|---|
SkeletonDes2tf()
|
|
| メソッドの概要 | |
|---|---|
static List<Matrix> |
des2tf(Matrix A,
Matrix B,
Matrix C,
Matrix D,
Matrix E)
|
static List<Matrix> |
des2tf(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 |
| コンストラクタの詳細 |
|---|
public SkeletonDes2tf()
| メソッドの詳細 |
|---|
public static List<Matrix> des2tf(Matrix A,
Matrix B,
Matrix C,
Matrix D,
Matrix E)
A - ゲイン行列B - 入力行列C - 出力行列D - ゲイン行列E - ディスクリプター行列
public static List<Matrix> des2tf(Matrix a,
Matrix b,
Matrix c,
Matrix d,
Matrix e,
boolean simplify)
a - ゲイン行列b - 入力行列c - 出力行列d - ゲイン行列e - ディスクリプター行列simplify - 単純化するならばtrue
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||