|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.mklab.tool.control.system.SystemOperator
org.mklab.tool.control.system.continuous.BaseContinuousDynamicSystem
org.mklab.tool.control.system.continuous.ContinuousLinearDynamicSystem
org.mklab.tool.control.system.controller.ContinuousObserver
public class ContinuousObserver
連続時間オブザーバを表すクラスです。
コンストラクタの概要 | |
---|---|
ContinuousObserver(SystemOperator linearModel)
コンストラクター |
メソッドの概要 | |
---|---|
void |
setObserverPoles(Matrix observerPoles)
オブザーバーの極を設定します。 |
boolean |
updateWith(String parameter)
パラメータ変更に伴う更新を行います。 |
クラス org.mklab.tool.control.system.continuous.ContinuousLinearDynamicSystem から継承されたメソッド |
---|
add, add, clone, equals, feedback, feedback, feedback, getA, getB, getC, getD, getLinearSystem, getTag, hashCode, hasVariableA, hasVariableB, hasVariableC, hasVariableD, isTransferFuntion, multiply, multiply, outputEquation, outputEquation, setHasVariableA, setHasVariableB, setHasVariableC, setHasVariableD, setLinearSystem, setTag, setTransferFunction, stateEquation, subtract, subtract, unaryMinus, unityFeedback, unityFeedback, unityFeedback |
クラス org.mklab.tool.control.system.continuous.BaseContinuousDynamicSystem から継承されたメソッド |
---|
differentialEquation, getInitialState, getState, getStateNumber, initialize, inputOutputEquation, setInitialState, setState, setStateNumber |
クラス org.mklab.tool.control.system.SystemOperator から継承されたメソッド |
---|
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 ContinuousObserver(SystemOperator linearModel)
linearModel
- 状態推定の対象(線形システム)メソッドの詳細 |
---|
public boolean updateWith(String parameter)
ParameterUpdator
の記述:
ParameterUpdator
内の updateWith
parameter
- パラメータの名前
ParameterUpdator.updateWith(String)
public void setObserverPoles(Matrix observerPoles)
observerPoles
- オブザーバーの極
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |