root/library/bdm/design/arx2statespace_notes.lyx @ 723

Revision 723, 2.6 kB (checked in by smidl, 14 years ago)

Big commit of LQG stuff

Line 
1#LyX 1.6.4 created this file. For more info see http://www.lyx.org/
2\lyxformat 345
3\begin_document
4\begin_header
5\textclass article
6\use_default_options true
7\language english
8\inputencoding auto
9\font_roman default
10\font_sans default
11\font_typewriter default
12\font_default_family default
13\font_sc false
14\font_osf false
15\font_sf_scale 100
16\font_tt_scale 100
17
18\graphics default
19\paperfontsize default
20\use_hyperref false
21\papersize default
22\use_geometry false
23\use_amsmath 1
24\use_esint 1
25\cite_engine basic
26\use_bibtopic false
27\paperorientation portrait
28\secnumdepth 3
29\tocdepth 3
30\paragraph_separation indent
31\defskip medskip
32\quotes_language english
33\papercolumns 1
34\papersides 1
35\paperpagestyle default
36\tracking_changes false
37\output_changes false
38\author ""
39\end_header
40
41\begin_body
42
43\begin_layout Standard
44System
45\begin_inset Formula \[
46y_{t}=y_{t-1}+bu_{t}+e_{t}\]
47
48\end_inset
49
50 is assumed to fullfill causality, i.e.
51 
52\begin_inset Formula $y_{t-1}\rightarrow u_{t}\rightarrow y_{t}$
53\end_inset
54
55 
56\end_layout
57
58\begin_layout Standard
59with change in notation, i.e.
60 
61\begin_inset Formula $y_{t-1}\rightarrow u_{t-1}\rightarrow y_{t}$
62\end_inset
63
64 the same system is:
65\begin_inset Formula \[
66y_{t}=y_{t-1}+bu_{t-1}+e_{t}\]
67
68\end_inset
69
70and can be transformed as
71\begin_inset Formula \begin{eqnarray*}
72x_{t+1} & = & x_{t}+bu_{t}+e_{t}\\
73y_{t} & = & x_{t}\end{eqnarray*}
74
75\end_inset
76
77Morale:
78\end_layout
79
80\begin_layout Itemize
81for transcription from ARX to State-Space, the state is one time-step shorter
82 than the regressor in ARX!
83\end_layout
84
85\begin_layout Subsection*
86Delays in
87\begin_inset Formula $u$
88\end_inset
89
90:
91\end_layout
92
93\begin_layout Standard
94System
95\begin_inset Formula \[
96y_{t}=y_{t-1}+bu_{t}+cu_{t-1}+e_{t}\]
97
98\end_inset
99
100is
101\begin_inset Formula \begin{eqnarray*}
102\left[\begin{array}{c}
103x_{t+1}\\
104u_{t}\end{array}\right] & =\left[\begin{array}{cc}
1051 & c\\
1060 & 0\end{array}\right] & \left[\begin{array}{c}
107x_{t}\\
108u_{t-1}\end{array}\right]+\left[\begin{array}{c}
109b\\
1101\end{array}\right]u_{t}+e_{t}\\
111y_{t} & = & x_{t}\end{eqnarray*}
112
113\end_inset
114
115Notation in BDM:
116\end_layout
117
118\begin_layout Standard
119xrv = [y{0}, u{-1}]
120\end_layout
121
122\begin_layout Subsection*
123Constant term
124\end_layout
125
126\begin_layout Standard
127System
128\begin_inset Formula \[
129y_{t}=y_{t-1}+bu_{t-1}+g+e_{t}\]
130
131\end_inset
132
133must be modelled as
134\begin_inset Formula \[
135\left[\begin{array}{c}
136x_{t+1}\\
137one\end{array}\right]=\left[\begin{array}{cc}
1381 & c\\
1390 & 0\end{array}\right]\left[\begin{array}{c}
140x_{t}\\
141one\end{array}\right]+\left[\begin{array}{c}
142b\\
1431\end{array}\right]u_{t}+e_{t}\]
144
145\end_inset
146
147where one is an extra state variable.
148\end_layout
149
150\end_body
151\end_document
Note: See TracBrowser for help on using the browser.