-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude.html
More file actions
509 lines (443 loc) · 20.1 KB
/
Copy pathinclude.html
File metadata and controls
509 lines (443 loc) · 20.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">1. Installation</a></li>
<li><a href="#sec-2">2. Usage</a></li>
<li><a href="#sec-3">3. Equivalence with PEM in the OE case</a></li>
<li><a href="#sec-4">4. Permutation of variables</a></li>
<li><a href="#sec-5">5. Unstable system</a></li>
<li><a href="#sec-6">6. Trajectory of minimal length</a></li>
<li><a href="#sec-7">7. Multiple short trajectories</a></li>
<li><a href="#sec-8">8. Missing data</a></li>
<li><a href="#sec-9">9. Step response identification</a></li>
<li><a href="#sec-10">10. References</a></li>
</ul>
</div>
</div>
<div id="outline-container-sec-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> Installation</h2>
<div class="outline-text-2" id="text-1">
<p>
The software is hosted in <a href="https://github.com/slra/slra/zipball/master">GitHub</a>. You can download it as a single <a href="https://github.com/slra/slra/zipball/master">zip file</a>, or install it in a sub-directory \(\mathtt{slra}\) to your current directory by pasting the following commands into MATLAB:
</p>
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% Installation</span>
unzip(<span style="color: #ff7f24;">'https://github.com/slra/slra/zipball/master'</span>)
addpath(fullfile(cd, <span style="color: #ff7f24;">'slra-slra-3e77deb'</span>))
</pre>
</div>
</div>
</div>
<div id="outline-container-sec-2" class="outline-2">
<h2 id="sec-2"><span class="section-number-2">2</span> Usage</h2>
<div class="outline-text-2" id="text-2">
<p>
The package has two main functions:
</p>
<div class="org-src-container">
<pre class="src src-matlab">[sys, info, wh] = ident(w, m, ell, opt); <span style="color: #ee0000;">% identification </span>
[M, wh] = misfit(w, sys, opt); <span style="color: #ee0000;">% validation</span>
</pre>
</div>
<ul class="org-ul">
<li><i>data \(\mathtt{w}\)</i> — set of time series \(\{\, w^1, \ldots, w^N \,\}\), \(w^k(t) \in \mathbb{R}^q\) specified by
<ul class="org-ul">
<li>\(T\times q\) matrix — \(q\)-variate time series with \(T\) samples
</li>
<li>\(T\times q \times N\) array — \(N\), \(q\)-variate time series with \(T\) samples
</li>
<li>cell array of \(T_k\times q\) matrices — vector time series with different number of samples
</li>
<li><i>missing data</i> — \(\mathtt{NaN}\) elements of \(\mathtt{w}\)
</li>
</ul>
</li>
<li><i>model \(\mathtt{sys}\)</i> — LTI system in \(\mathtt{ss}\) object format
</li>
<li><i>model class</i> — \(\mathcal{L}_{m,\ell}\) is LTI systems with at most \(\mathtt{m}\) inputs and lag at most \(\mathtt{ell}\)
</li>
<li><i>identification criterion</i> — misfit \(\mathtt{M}\), defined as
\begin{equation*}
M(w,\mathcal{B}) := \min_{\hat w^1,\ldots,\hat w^N\in\mathcal{B}} \sqrt{\textstyle\sum_{k=1}^N \|w^k - \hat w^k\|^2_2 }
\end{equation*}
</li>
<li><i>identification problem</i>, solved by \(\mathtt{ident}\) — \(\min_{\mathcal{B}\in\mathcal{L}_{m,\ell}} M(w,\mathcal{B})\)
</li>
<li><i>extra options \(\mathtt{opt}\)</i>
<ul class="org-ul">
<li>\(\mathtt{exct}\) — exact/fixed variables (e.g., output error setup)
</li>
<li>\(\mathtt{wini}\) — fixed initial conditions (e.g., step response data)
</li>
<li>\(\mathtt{sys0}\), \(\mathtt{maxiter}\) — initial model and maximum # of iterations for the optimization method
</li>
</ul>
</li>
<li><i>online help</i> — \(\mathtt{help ident}\)
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-3" class="outline-2">
<h2 id="sec-3"><span class="section-number-2">3</span> Equivalence with PEM in the OE case</h2>
<div class="outline-text-2" id="text-3">
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% simulation parameters</span>
clear all, randn(<span style="color: #ff7f24;">'seed'</span>, 0), rand(<span style="color: #ff7f24;">'seed'</span>, 0), warning off
m = 1; p = 1; ell = 2; T = 300; s = 0.1;
opt_oe.exct = 1<span style="color: #98fb98;">:</span>m; <span style="color: #ee0000;">% fixed inputs = output error identification</span>
opt_eiv.exct = []; <span style="color: #ee0000;">% errors-in-variables setup </span>
<span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% generate data</span>
n = ell <span style="color: #98fb98;">*</span> p; q = m <span style="color: #98fb98;">+</span> p; sys0 = drss(n, p, m); <span style="color: #ee0000;">% random "true" system</span>
u0 = rand(T, m); xini0 = rand(n, 1); <span style="color: #ee0000;">% random "true" trajectory</span>
y0 = lsim(sys0, u0, [], xini0); u = u0;
yt = randn(T, p); y = y0 <span style="color: #98fb98;">+</span> s <span style="color: #98fb98;">*</span> norm(y0) <span style="color: #98fb98;">*</span> yt <span style="color: #98fb98;">/</span> norm(yt); <span style="color: #ee0000;">% output error</span>
w0 = [u0 y0]; w = [u y];
<span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% compare ident and pem</span>
<span style="color: #00ffff;">tic</span>, sysh_ident = ident(w, m, ell, opt_oe); t_ident = <span style="color: #00ffff;">toc</span>;
<span style="color: #00ffff;">tic</span>, sysh_pem = pem(iddata(y, u), n); t_pem = <span style="color: #00ffff;">toc</span>;
[Yh, M] = compare(iddata(y, u), idss(sysh_ident), sysh_pem);
<span style="color: #7fffd4;">ans</span> = [[mean(M{1}); mean(M{2})] [t_ident; t_pem]]
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">86.831</td>
<td class="right">0.39396</td>
</tr>
<tr>
<td class="right">86.806</td>
<td class="right">6.2899</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-4" class="outline-2">
<h2 id="sec-4"><span class="section-number-2">4</span> Permutation of variables</h2>
<div class="outline-text-2" id="text-4">
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% the model for [y u] is the inverse of the model for [u y]</span>
sysh1 = ident(w, m, ell, opt_eiv);
sysh2 = ident(fliplr(w), m, ell, opt_eiv);
<span style="color: #7fffd4;">ans</span> = [eig(sysh1) eig(inv(sysh2))]
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">0.01129</td>
<td class="right">0.011284</td>
</tr>
<tr>
<td class="right">0.69769</td>
<td class="right">0.69767</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-5" class="outline-2">
<h2 id="sec-5"><span class="section-number-2">5</span> Unstable system</h2>
<div class="outline-text-2" id="text-5">
<ul class="org-ul">
<li>noisy data
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% the model for the reversed time data has reciprocal poles</span>
sysh3 = ident(flipud(w), m, ell, opt_eiv);
<span style="color: #7fffd4;">ans</span> = [sort(1 <span style="color: #98fb98;">./</span> (eig(sysh1))) eig(sysh3)]
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">1.433</td>
<td class="right">1.433</td>
</tr>
<tr>
<td class="right">88.573</td>
<td class="right">88.566</td>
</tr>
</tbody>
</table>
</li>
<li>exact data
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% pem fails to identify unstable model</span>
sysh_ident = ident(flipud(w0), m, ell, opt_oe); <span style="color: #ee0000;">% note that now we use the true data w0</span>
opt_pem = ssestOptions; opt_pem.Advanced.StabilityThreshold.z = <span style="color: #7fffd4;">inf</span>; <span style="color: #ee0000;">% disable the stability constraint</span>
<span style="color: #00ffff;">try</span>
sysh_pem = pem(iddata(flipud(y0), flipud(u0)), n, opt_pem, <span style="color: #ff7f24;">'dist'</span>, <span style="color: #ff7f24;">'none'</span>);
<span style="color: #00ffff;">catch</span>
sysh_pem = zeros(n); <span style="color: #ee0000;">% zero indicates failure </span>
<span style="color: #00ffff;">end</span>
<span style="color: #7fffd4;">ans</span> = [sort(1 <span style="color: #98fb98;">./</span> eig(sys0)) eig(sysh_ident) sort(eig(sysh_pem))]
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">1.510</td>
<td class="right">1.510</td>
<td class="right">0</td>
</tr>
<tr>
<td class="right">25.751</td>
<td class="right">25.751</td>
<td class="right">0</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-6" class="outline-2">
<h2 id="sec-6"><span class="section-number-2">6</span> Trajectory of minimal length</h2>
<div class="outline-text-2" id="text-6">
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% pem needs more data to identify a model</span>
Tmin = ell <span style="color: #98fb98;">+</span> q <span style="color: #98fb98;">*</span> (ell <span style="color: #98fb98;">+</span> 1) <span style="color: #98fb98;">-</span> 1; TT = (Tmin <span style="color: #98fb98;">-</span> 1)<span style="color: #98fb98;">:</span>15; np = length(TT);
work_ident = zeros(1, np); correct_ident = zeros(1, np);
work_pem = zeros(1, np); correct_pem = zeros(1, np);
<span style="color: #00ffff;">for</span> <span style="color: #eedd82;">i</span> = <span style="color: #7fffd4;">1:np</span>
<span style="color: #00ffff;">try</span>
sysh_ident = ident(w0(1<span style="color: #98fb98;">:</span>TT(<span style="color: #7fffd4;">i</span>), <span style="color: #98fb98;">:</span>), m, ell, opt_oe); work_ident(<span style="color: #7fffd4;">i</span>) = 1;
correct_ident(<span style="color: #7fffd4;">i</span>) = norm(sys0 <span style="color: #98fb98;">-</span> sysh_ident) <span style="color: #98fb98;"><</span> 1e<span style="color: #98fb98;">-</span>5;
<span style="color: #00ffff;">end</span>
<span style="color: #00ffff;">try</span>
sysh_pem = pem(iddata(y0(1<span style="color: #98fb98;">:</span>TT(<span style="color: #7fffd4;">i</span>), <span style="color: #98fb98;">:</span>), u0(1<span style="color: #98fb98;">:</span>TT(<span style="color: #7fffd4;">i</span>), <span style="color: #98fb98;">:</span>)), n, <span style="color: #ff7f24;">'dist'</span>, <span style="color: #ff7f24;">'none'</span>); work_pem(<span style="color: #7fffd4;">i</span>) = 1;
correct_pem(<span style="color: #7fffd4;">i</span>) = norm(sys0 <span style="color: #98fb98;">-</span> sysh_pem) <span style="color: #98fb98;"><</span> 1e<span style="color: #98fb98;">-</span>5;
<span style="color: #00ffff;">end</span>
<span style="color: #00ffff;">end</span>
<span style="color: #7fffd4;">ans</span> = [TT; work_ident; correct_ident; work_pem; correct_pem]
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
<col class="right" />
<col class="right" />
<col class="right" />
<col class="right" />
<col class="right" />
<col class="right" />
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">6</td>
<td class="right">7</td>
<td class="right">8</td>
<td class="right">9</td>
<td class="right">10</td>
<td class="right">11</td>
<td class="right">12</td>
<td class="right">13</td>
<td class="right">14</td>
<td class="right">15</td>
</tr>
<tr>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
</tr>
<tr>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
</tr>
<tr>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
</tr>
<tr>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">0</td>
<td class="right">1</td>
<td class="right">1</td>
<td class="right">1</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-7" class="outline-2">
<h2 id="sec-7"><span class="section-number-2">7</span> Multiple short trajectories</h2>
<div class="outline-text-2" id="text-7">
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% N short trajectories equivalent to one long trajectory (N * Tshort = T)</span>
Tshort = 13; N = round(T <span style="color: #98fb98;">/</span> Tshort);
u_mult = {}; y_mult = {}; w_mult = [];
<span style="color: #00ffff;">for</span> <span style="color: #eedd82;">k</span> = <span style="color: #7fffd4;">1:N</span>,
u0 = rand(Tshort, m); xini0 = rand(n, 1);
y0 = lsim(sys0, u0, [], xini0);
yt = randn(Tshort, p); y_mult{k} = y0 <span style="color: #98fb98;">+</span> s <span style="color: #98fb98;">*</span> norm(y0) <span style="color: #98fb98;">*</span> yt <span style="color: #98fb98;">/</span> norm(yt);
u_mult{k} = u0; w_mult(<span style="color: #98fb98;">:</span>, <span style="color: #98fb98;">:</span>, k) = [u0 y_mult{k}];
<span style="color: #00ffff;">end</span>
<span style="color: #00ffff;">tic</span>, sysh = ident(w_mult, m, ell, opt_oe); t_ident = <span style="color: #00ffff;">toc</span>;
<span style="color: #00ffff;">tic</span>, sysh_pem = pem(iddata(y_mult, u_mult), n, <span style="color: #ff7f24;">'dist'</span>, <span style="color: #ff7f24;">'none'</span>); t_pem = <span style="color: #00ffff;">toc</span>;
[Yh, M] = compare(iddata(y_mult, u_mult), idss(sysh), sysh_pem);
<span style="color: #7fffd4;">ans</span> = [[mean(M{1}); mean(M{2})] [t_ident; t_pem]]
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">88.303</td>
<td class="right">0.0083</td>
</tr>
<tr>
<td class="right">88.462</td>
<td class="right">1.1033</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-8" class="outline-2">
<h2 id="sec-8"><span class="section-number-2">8</span> Missing data</h2>
<div class="outline-text-2" id="text-8">
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% randomly distributed missing data in time and variables</span>
Tp = 100; Im = randperm(q <span style="color: #98fb98;">*</span> Tp); Tm = round(0.2 <span style="color: #98fb98;">*</span> q <span style="color: #98fb98;">*</span> Tp);
wm = w(1<span style="color: #98fb98;">:</span>Tp, <span style="color: #98fb98;">:</span>); wm(Im(1<span style="color: #98fb98;">:</span>Tm)) = <span style="color: #7fffd4;">NaN</span>; um = wm(<span style="color: #98fb98;">:</span>, 1<span style="color: #98fb98;">:</span>m); ym = wm(<span style="color: #98fb98;">:</span>, m <span style="color: #98fb98;">+</span> 1<span style="color: #98fb98;">:</span>end);
<span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% use misdata for the comparison</span>
<span style="color: #00ffff;">tic</span>, sysh_n4sid = ss(n4sid(misdata(iddata(ym, um), 10), n, <span style="color: #ff7f24;">'dist'</span>, <span style="color: #ff7f24;">'none'</span>)); t_n4sid = <span style="color: #00ffff;">toc</span>;
<span style="color: #00ffff;">tic</span>, opt_oe.sys0 = sysh_n4sid; sysh_ident = ident(wm, m, ell, opt_oe); t_ident = <span style="color: #00ffff;">toc</span>; opt_oe.sys0 = [];
<span style="color: #00ffff;">tic</span>, sysh_pem = pem(misdata(iddata(ym, um), 10), sysh_n4sid, <span style="color: #ff7f24;">'dist'</span>, <span style="color: #ff7f24;">'none'</span>); t_pem = <span style="color: #00ffff;">toc</span>;
[Yh, M] = compare(iddata(y0, u0), sysh_n4sid, idss(sysh_ident), sysh_pem);
<span style="color: #7fffd4;">ans</span> = [[mean(M{1}); mean(M{2}); mean(M{3})] [t_n4sid; t_ident; t_pem]]
</pre>
</div>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="right" />
<col class="right" />
</colgroup>
<tbody>
<tr>
<td class="right">58.51</td>
<td class="right">6.8132</td>
</tr>
<tr>
<td class="right">83.93</td>
<td class="right">0.0726</td>
</tr>
<tr>
<td class="right">60.36</td>
<td class="right">7.3597</td>
</tr>
</tbody>
</table>
</div>
</div>
<div id="outline-container-sec-9" class="outline-2">
<h2 id="sec-9"><span class="section-number-2">9</span> Step response identification</h2>
<div class="outline-text-2" id="text-9">
<div class="org-src-container">
<pre class="src src-matlab"><span style="color: #ee0000; font-weight: bold; text-decoration: overline;">%% simulate step response data</span>
ys0 = step(sys0); Ts = length(ys0); us = ones(Ts, m);
yt = randn(Ts, p); ys = ys0 <span style="color: #98fb98;">+</span> s <span style="color: #98fb98;">*</span> norm(ys0) <span style="color: #98fb98;">*</span> yt <span style="color: #98fb98;">/</span> norm(yt);
opt_oe.w0 = 0; opt_oe.sys0 = sys0; [sysh, info, wh] = ident([us ys], m, ell, opt_oe);
<span style="color: #98fb98;">figure</span>(<span style="color: #ff7f24;">'visible'</span>, <span style="color: #ff7f24;">'off'</span>);
plot(1<span style="color: #98fb98;">:</span>Ts, ys0, <span style="color: #ff7f24;">'-r'</span>, 1<span style="color: #98fb98;">:</span>Ts, ys, <span style="color: #ff7f24;">':k'</span>, 1<span style="color: #98fb98;">:</span>Ts, wh(<span style="color: #98fb98;">:</span>, end), <span style="color: #ff7f24;">'--b'</span>)
legend(<span style="color: #ff7f24;">'true'</span>, <span style="color: #ff7f24;">'noisy'</span>, <span style="color: #ff7f24;">'approx. .'</span>)
plot2svg demo_f.svg, <span style="color: #98fb98;">set</span>(<span style="color: #eedd82;">gca</span>, <span style="color: #ff7f24;">'fontsize'</span>, 25), print <span style="color: #98fb98;">-</span>dpdf demo_f.pdf;
</pre>
</div>
<table class="imgtable"><tr><td>
<img src="demo_f.svg" alt="" width="500px" />
<td align="right"></td></tr></table>
</div>
</div>
<div id="outline-container-sec-10" class="outline-2">
<h2 id="sec-10"><span class="section-number-2">10</span> References</h2>
<div class="outline-text-2" id="text-10">
<ul>
<li>
<tr valign="top">
<td align="right" class="bibtexnumber">
</td>
<td class="bibtexitem">
I. Markovsky and K. Usevich.
Software for weighted structured low-rank approximation.
<em>J. Comput. Appl. Math.</em>, 256:278-292, 2014.
[ <a href="j_bib.html#slra-software">bib</a> |
<a href="http://dx.doi.org/10.1016/j.cam.2013.07.048">DOI</a> |
<a href="http://homepages.vub.ac.be/~imarkovs/publications/slra.pdf">pdf</a> |
<a href="http://homepages.vub.ac.be/~imarkovs/recent-publications.html">.html</a> |
<a href="j_abstracts.html#slra-software">Abstract</a> ]
</td>
</tr>
<li>
<tr valign="top">
<td align="right" class="bibtexnumber">
</td>
<td class="bibtexitem">
I. Markovsky.
A software package for system identification in the behavioral
setting.
<em>Control Engineering Practice</em>, 21:1422-1436, 2013.
[ <a href="j_bib.html#ident">bib</a> |
<a href="http://dx.doi.org/10.1016/j.conengprac.2013.06.010">DOI</a> |
<a href="http://homepages.vub.ac.be/~imarkovs/publications/ident.pdf">pdf</a> |
<a href="http://homepages.vub.ac.be/~imarkovs/recent-publications.html">.html</a> |
<a href="j_abstracts.html#ident">Abstract</a> ]
</td>
</tr>
</ul>
</div>
</div>