|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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.NormalRandomSource
public class NormalRandomSource
平均(デフォルト:0)から分散(デフォルト:1)の正規分布の乱数を生成するシステムを表わすクラスです。
| コンストラクタの概要 | |
|---|---|
NormalRandomSource()
新しく生成された 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 NormalRandomSource()
UniformRandomSourceオブジェクトを初期化します。
| メソッドの詳細 |
|---|
public Matrix outputEquation(double t)
StaticSystem の記述:出力方程式を表します。
StaticSystem 内の outputEquationBaseContinuousStaticSystem 内の outputEquationt - 時刻
StaticSystem.outputEquation(double)public void initialize()
SystemOperator の記述:
BaseContinuousStaticSystem 内の initializeBaseContinuousStaticSystem.initialize()public boolean updateWith(String parameter)
ParameterUpdator の記述:
ParameterUpdator 内の updateWithparameter - パラメータの名前
ParameterUpdator.updateWith(java.lang.String)public String getString(String key)
StringExternalizable の記述:
StringExternalizable 内の getStringkey - キー
StringExternalizable.getString(java.lang.String)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||