6.2.1 差分近似による速度の復元
Figure 6.1 速度復元の手順
6.2.2 入出力信号の時間微分を利用した状態変数の復元
to be simplified,
where
,
is the observability matrix. NOTICE that
is the dimension of
.
[ref]
To distinguish, 1. the dimensions of those two are:
Equation (6.1)
:
where
,
and
are dimensions of state variable, output and input respectively.
where
and
are prediction horizon and control horizon respectively.
2. the receding equations are:
状態変数が下より復元できる
しかし、微分の定義より、
6.3.1 同一次元オブザーバーの構成
結論
State estimator in
equation (6.6)
has a fatal shortcome that it cannot deal with noise, comparing to observer in
equation (6.8)
Q: 1. HOW TO WORK OUT
?
2. HOW TO SELECT OBSERVER GAIN
?
3. HOW TO DESIGN EMBEDDED CODE?
A:1. It costs time iterating to converge.
A:2.
Figure 6.2 Output feedback controller using observer
where
.
which can be simplified as
分離定理:状態フィードバックゲイン
とオブザーバーゲイン
を独立に設計すること。
That,
Ackermann's formula
are utilized twice: 1. work out
and reference gain
, 2. work out
Q4: WHAT IS
FOR?
Q5: CAN
Ackermann's formula USED IN MOMI SYSTEMS?
Ackermann's formula in pole placement:
[ref1]page46, pp.82
[ref2]
where
are
controllability matrix
and
observability matrix
respectively.
,
, where
can be derived according to
[ref]page70, pp.131例6.5
.
A4: The method here using
is
tracking control
mentioned in
[ref]page53, pp.96, chap.5
, which cannot deal with disturbance as is stated in
[ref]page54, pp.98, sec.5.1.3
.
A5:
Ackermann's formula
should NEVER be used in MOMI systems, see
[ref]page46, pp.83, sec.4.3.4
. Conclusively, when MI,
は無数に存在する、
when MO,
は無数に存在する。 check
[ref]page47, pp.85
for pole placement of MIMO systems.
A3: For embedded coding, we should work out
,
and
ahead of main loop as a setup step.
Then fulfill 2 source files with functionalities of
同一次元オブザーバー
and
出力フィードバック形式のコントローラ
as is shown in
figure 6.2
. The code of main loop can refer to
[ref]
.