|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.discrete.BaseDiscreteStaticSystem
org.mklab.tool.control.system.discrete.HoldSystem
org.mklab.tool.control.system.discrete.ZeroOrderHoldSystem
public class ZeroOrderHoldSystem
ゼロ次ホールドシステムを表すクラスです。
コンストラクタの概要 | |
---|---|
ZeroOrderHoldSystem()
|
メソッドの概要 | |
---|---|
void |
initialize()
状態などの初期化を行います。 |
Matrix |
outputEquation(double t,
Matrix u)
直達項をもつシステムの出力を返します。 |
クラス org.mklab.tool.control.system.discrete.HoldSystem から継承されたメソッド |
---|
getState, setInputSize, setOutputSize, setState |
クラス org.mklab.tool.control.system.discrete.BaseDiscreteStaticSystem から継承されたメソッド |
---|
equals, getNextSamplingTime, getSamplingInterval, hashCode, inputOutputEquation, inputOutputEquation, isAtSamplingPoint, outputEquation, outputEquation, outputEquation, setAtSamplingPoint, setSamplingInterval |
クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
---|
clone, compare, createArray, createArray, createGrid, createGrid, createZero, getInputSize, getLinearSystem, getOutputSize, getParameter, getParameters, getStateSize, hasDirectFeedthrough, isAutoSize, isDynamic, isForecdSystem, isInlet, isLinear, isOutlet, isSISO, isSizeDefined, isStatic, isTransformableFrom, isTransformableTo, isZero, resetAutoSize, setAutoSize, setDynamic, setForcedSystem, setHasDirectFeedthrough, setInlet, setLinear, setOutlet, setParameter, setStateSize, setupParameters, toString, toString, transformFrom, transformTo |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ZeroOrderHoldSystem()
メソッドの詳細 |
---|
public Matrix outputEquation(double t, Matrix u)
StaticSystem
の記述:出力方程式を表します。
StaticSystem
内の outputEquation
BaseDiscreteStaticSystem
内の outputEquation
t
- 時刻u
- 入力
StaticSystem.outputEquation(double, org.mklab.nfc.matrix.Matrix)
public void initialize()
SystemOperator
の記述:
BaseDiscreteStaticSystem
内の initialize
SystemOperator.initialize()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |