|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem
org.mklab.tool.control.system.source.ContinuousSource
org.mklab.tool.control.system.source.UniformRandomSource
public class UniformRandomSource
最小値(デフォルト:-1)から最大値(デフォルト:1)の範囲の一様分布の乱数を生成するシステムを表わすクラスです。
コンストラクタの概要 | |
---|---|
UniformRandomSource()
新しく生成された UniformRandomSource オブジェクトを初期化します。 |
メソッドの概要 | |
---|---|
String |
getString(String key)
外部化された文字列を返します。 |
void |
initialize()
状態などの初期化を行います。 |
Matrix |
outputEquation(double t)
直達項をもたないシステムの出力を返します。 |
boolean |
updateWith(String parameter)
パラメータ変更に伴う更新を行います。 |
クラス org.mklab.tool.control.system.source.ContinuousSource から継承されたメソッド |
---|
outputEquation, setInputSize, setOutputSize |
クラス org.mklab.tool.control.system.continuous.BaseContinuousStaticSystem から継承されたメソッド |
---|
inputOutputEquation |
クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
---|
clone, compare, createArray, createArray, createGrid, createGrid, createZero, equals, getInputSize, getLinearSystem, getOutputSize, getParameter, getParameters, getStateSize, hasDirectFeedthrough, hashCode, 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 UniformRandomSource()
UniformRandomSource
オブジェクトを初期化します。
メソッドの詳細 |
---|
public Matrix outputEquation(double t)
StaticSystem
の記述:出力方程式を表します。
StaticSystem
内の outputEquation
BaseContinuousStaticSystem
内の outputEquation
t
- 時刻
StaticSystem.outputEquation(double)
public void initialize()
SystemOperator
の記述:
BaseContinuousStaticSystem
内の initialize
BaseContinuousStaticSystem.initialize()
public boolean updateWith(String parameter)
ParameterUpdator
の記述:
ParameterUpdator
内の updateWith
parameter
- パラメータの名前
ParameterUpdator.updateWith(java.lang.String)
public String getString(String key)
StringExternalizable
の記述:
StringExternalizable
内の getString
key
- キー
StringExternalizable.getString(java.lang.String)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |