|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.BlockSystem
org.mklab.tool.control.system.sampled.BlockSamplingSystem
org.mklab.tool.control.system.discrete.BlockDiscreteSystem
public abstract class BlockDiscreteSystem
差分方程式で表現されるブロック離散時間システムを表わすクラスです。
| フィールドの概要 |
|---|
| クラス org.mklab.tool.control.system.sampled.BlockSamplingSystem から継承されたフィールド |
|---|
discreteDynamicSystems, discreteDynamicSystemsUpdatedAtNextSamplingPoint, discreteStaticSystems, discreteStaticSystemsUpdatedAtNextSamplingPoint, time |
| コンストラクタの概要 | |
|---|---|
BlockDiscreteSystem(SystemOperator[][] elements,
List<Integer> inputNodes,
List<Integer> outputNodes)
新しく生成された BlockDiscreteSystemオブジェクトを初期化します。 |
|
| メソッドの概要 | |
|---|---|
protected void |
calcNodeValue(double t)
ノードの値を計算します。 |
protected void |
calcNodeValue(int k)
ノードの値を計算します。 |
protected Matrix |
calcOutputOfDirectFeedthroughSystem(SystemOperator system,
Matrix u)
直達項のあるシステムの出力を求めます。 |
protected Matrix |
calcOutputOfNonDirectFeedthroughSystem(SystemOperator system)
直達項の無いシステムの出力を求めます。 |
protected SystemOperator |
createStrictlyProperLinearDynamicSystem(SystemOperator system)
強プロパーな線形動的システムを生成します。 |
double |
getSamplingInterval()
サンプリング周期を返します。 |
void |
setSamplingInterval(double interval)
サンプリング周期を設定します。 |
| クラス org.mklab.tool.control.system.sampled.BlockSamplingSystem から継承されたメソッド |
|---|
getNextSamplingTime, getSingleSamplingInterval, initialize, isAtSamplingPoint, isSingleRate, replaceDynamicSystemList, resetSystemsUpdatedAtNextSamplingPoint, setAtSamplingPoint |
| クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
|---|
clone, compare, createArray, createArray, createGrid, createGrid, createZero, equals, getInputSize, getOutputSize, getParameter, getParameters, getStateSize, hasDirectFeedthrough, hashCode, isDynamic, isForecdSystem, isInlet, isLinear, isOutlet, isSISO, isSizeDefined, isStatic, isTransformableFrom, isTransformableTo, isZero, setDynamic, setForcedSystem, setHasDirectFeedthrough, setInlet, setLinear, setOutlet, setParameter, setStateSize, setupParameters, toString, toString, transformFrom, transformTo |
| クラス java.lang.Object から継承されたメソッド |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BlockDiscreteSystem(SystemOperator[][] elements,
List<Integer> inputNodes,
List<Integer> outputNodes)
BlockDiscreteSystemオブジェクトを初期化します。
elements - 隣接行列inputNodes - 入力ノードの番号のリスト(番号は1から始まる)outputNodes - 出力ノードの番号のリスト(番号は1から始まる)| メソッドの詳細 |
|---|
protected void calcNodeValue(int k)
throws SolverStopException
k - ステップ
SolverStopException - ソルバーが停止された場合
protected void calcNodeValue(double t)
throws SolverStopException
t - 時刻
SolverStopException - ソルバーが停止された場合
protected Matrix calcOutputOfDirectFeedthroughSystem(SystemOperator system,
Matrix u)
throws SolverStopException
BlockSystem の記述:
BlockSystem 内の calcOutputOfDirectFeedthroughSystemsystem - 直達項のあるシステムu - 入力
SolverStopException - ソルバーが停止された場合BlockSystem.calcOutputOfDirectFeedthroughSystem(org.mklab.tool.control.system.SystemOperator, org.mklab.nfc.matrix.Matrix)
protected Matrix calcOutputOfNonDirectFeedthroughSystem(SystemOperator system)
throws SolverStopException
BlockSystem の記述:
BlockSystem 内の calcOutputOfNonDirectFeedthroughSystemsystem - 直達項の無いシステム
SolverStopException - ソルバーが停止された場合BlockSystem.calcOutputOfNonDirectFeedthroughSystem(org.mklab.tool.control.system.SystemOperator)protected SystemOperator createStrictlyProperLinearDynamicSystem(SystemOperator system)
BlockSystem の記述:
BlockSystem 内の createStrictlyProperLinearDynamicSystemsystem - バイプロパーな線形動的システム
BlockSystem.createStrictlyProperLinearDynamicSystem(org.mklab.tool.control.system.SystemOperator)public void setSamplingInterval(double interval)
Sampler の記述:
Sampler 内の setSamplingIntervalinterval - サンプリング周期Sampler.setSamplingInterval(double)public double getSamplingInterval()
Sampler の記述:
Sampler 内の getSamplingIntervalSampler.getSamplingInterval()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||