|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.discrete.BaseDiscreteDynamicSystem
org.mklab.tool.control.system.discrete.DiscreteLinearDynamicSystem
org.mklab.tool.control.system.controller.DiscreteObserver
public class DiscreteObserver
離散時間オブザーバを表すクラスです。
コンストラクタの概要 | |
---|---|
DiscreteObserver(SystemOperator plant)
コンストラクター |
メソッドの概要 | |
---|---|
void |
setContinuousObserverPoles(Matrix continuousObserverPoles)
連続時間オブザーバーの極を設定します。 |
void |
setSamplingInterval(double samplingInterval)
サンプリング周期を設定します。 |
boolean |
updateWith(String parameter)
パラメータ変更に伴う更新を行います。 |
クラス org.mklab.tool.control.system.discrete.DiscreteLinearDynamicSystem から継承されたメソッド |
---|
add, add, equals, feedback, feedback, feedback, getA, getB, getC, getD, getLinearSystem, getTag, hashCode, hasVariableA, hasVariableB, hasVariableC, hasVariableD, multiply, multiply, outputEquation, outputEquation, setHasVariableA, setHasVariableB, setHasVariableC, setHasVariableD, setLinearSystem, setTag, stateEquation, subtract, subtract, unaryMinus, unityFeedback, unityFeedback, unityFeedback |
クラス org.mklab.tool.control.system.discrete.BaseDiscreteDynamicSystem から継承されたメソッド |
---|
differenceEquation, differenceEquation, getInitialState, getNextSamplingTime, getSamplingInterval, getState, getStateNumber, initialize, inputOutputEquation, inputOutputEquation, isAtSamplingPoint, outputEquation, outputEquation, setAtSamplingPoint, setInitialState, setState, setStateNumber, stateEquation |
クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
---|
clone, compare, createArray, createArray, createGrid, createGrid, createZero, getInputSize, getOutputSize, getParameter, getParameters, getStateSize, hasDirectFeedthrough, isAutoSize, isDynamic, isForecdSystem, isInlet, isLinear, isOutlet, isSISO, isSizeDefined, isStatic, isTransformableFrom, isTransformableTo, isZero, resetAutoSize, setAutoSize, setDynamic, setForcedSystem, setHasDirectFeedthrough, setInlet, setInputSize, setLinear, setOutlet, setOutputSize, setParameter, setStateSize, setupParameters, toString, toString, transformFrom, transformTo |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public DiscreteObserver(SystemOperator plant)
plant
- 状態推定の対象(連続時間線形システム)メソッドの詳細 |
---|
public void setSamplingInterval(double samplingInterval)
Sampler
の記述:
Sampler
内の setSamplingInterval
BaseDiscreteDynamicSystem
内の setSamplingInterval
samplingInterval
- サンプリング周期Sampler.setSamplingInterval(double)
public void setContinuousObserverPoles(Matrix continuousObserverPoles)
continuousObserverPoles
- 連続時間オブザーバーの極public boolean updateWith(String parameter)
ParameterUpdator
の記述:
ParameterUpdator
内の updateWith
parameter
- パラメータの名前
ParameterUpdator.updateWith(java.lang.String)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |