|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.Feedbk
public class Feedbk
さまざまなネガティブフィードバック結合を実現するクラスです。
Common negative feedback
Feedback
コンストラクタの概要 | |
---|---|
Feedbk()
|
メソッドの概要 | |
---|---|
static List<Matrix> |
feedbk(Matrix A1,
Matrix B1,
Matrix C1,
Matrix D1,
int type)
ネガティブフィードバック結合したシステムを生成します。 |
static List<Matrix> |
feedbk(Matrix A1,
Matrix B1,
Matrix C1,
Matrix D1,
int type,
Matrix FH)
|
static List<Matrix> |
feedbk(Matrix A1,
Matrix B1,
Matrix C1,
Matrix D1,
int type,
Matrix A2,
Matrix B2,
Matrix C2,
Matrix D2)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Feedbk()
メソッドの詳細 |
---|
public static List<Matrix> feedbk(Matrix A1, Matrix B1, Matrix C1, Matrix D1, int type)
結合の方法を表すtype
は、次の値から選ぶ。
1: 前向き = I, 後ろ向き = (A1,B1,C1,D1) 2: 前向き = (A1,B1,C1,D1), 後ろ向き = I 3: 前向き = (A1,B1,C1,D1), 後ろ向き = (A2,B2,C2,D2) 4: 前向き = (A1,B1,C1,D1), 後ろ向き = 状態フィードバック 5: 前向き = (A1,B1,C1,D1), 後ろ向き =
出力フィードバック
A1
- A1行列B1
- B1行列C1
- C1行列D1
- D1行列type
- タイプ
public static List<Matrix> feedbk(Matrix A1, Matrix B1, Matrix C1, Matrix D1, int type, Matrix FH)
A1
- A1行列B1
- B1行列C1
- C1行列D1
- D1行列type
- タイプFH
- フィードバック行列
public static List<Matrix> feedbk(Matrix A1, Matrix B1, Matrix C1, Matrix D1, int type, Matrix A2, Matrix B2, Matrix C2, Matrix D2)
A1
- A1行列B1
- B1行列C1
- C1行列D1
- D1行列type
- タイプA2
- A2行列B2
- B2行列C2
- C2行列D2
- D2行列
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |