Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/class_desc_ssm.html @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
2 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | |
3 | |
4 <html lang="en"> | |
5 <head> | |
6 <meta name="generator" content= | |
7 "HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org"> | |
8 <meta http-equiv="Content-Type" content= | |
9 "text/html; charset=us-ascii"> | |
10 | |
11 <title>ssm Class (LTPDA Toolbox)</title> | |
12 <link rel="stylesheet" href="docstyle.css" type="text/css"> | |
13 <meta name="generator" content="DocBook XSL Stylesheets V1.52.2"> | |
14 <meta name="description" content= | |
15 "Presents an overview of the features, system requirements, and starting the toolbox."> | |
16 </head> | |
17 | |
18 <body> | |
19 <a name="top_of_page" id="top_of_page"></a> | |
20 | |
21 <p style="font-size:1px;"> </p> | |
22 | |
23 <table class="nav" summary="Navigation aid" border="0" width= | |
24 "100%" cellpadding="0" cellspacing="0"> | |
25 <tr> | |
26 <td valign="baseline"><b>LTPDA Toolbox</b></td><td><a href="../helptoc.html">contents</a></td> | |
27 | |
28 <td valign="baseline" align="right"><a href= | |
29 "class_desc_smodel.html"><img src="b_prev.gif" border="0" align= | |
30 "bottom" alt="smodel Class"></a> <a href= | |
31 "class_desc_timespan.html"><img src="b_next.gif" border="0" align= | |
32 "bottom" alt="timespan Class"></a></td> | |
33 </tr> | |
34 </table> | |
35 | |
36 <h1 class="title"><a name="f3-12899" id="f3-12899"></a>ssm Class</h1> | |
37 <hr> | |
38 | |
39 <p> | |
40 | |
41 <!-- ================================================== --> | |
42 <!-- BEGIN CONTENT FILE --> | |
43 <!-- ================================================== --> | |
44 <!-- ===== link box: Begin ===== --> | |
45 <p> | |
46 <table border="1" width="80%"> | |
47 <tr> | |
48 <td> | |
49 <table border="0" cellpadding="5" class="categorylist" width="100%"> | |
50 <colgroup> | |
51 <col width="37%"/> | |
52 <col width="63%"/> | |
53 </colgroup> | |
54 <tbody> | |
55 <tr valign="top"> | |
56 <td> | |
57 <a href="class_desc_ssm.html#top_properties">Properties</a> | |
58 </td> | |
59 <td>Properties of the class</td> | |
60 </tr> | |
61 <tr valign="top"> | |
62 <td> | |
63 <a href="class_desc_ssm.html#top_methods">Methods</a> | |
64 </td> | |
65 <td>All Methods of the class ordered by category.</td> | |
66 </tr> | |
67 <tr valign="top"> | |
68 <td> | |
69 <a href="constructor_examples_ssm.html">Examples</a> | |
70 </td> | |
71 <td>Some constructor examples</td> | |
72 </tr> | |
73 </tbody> | |
74 </table> | |
75 </td> | |
76 </tr> | |
77 </table> | |
78 </p> | |
79 <!-- ===== link box: End ====== --> | |
80 | |
81 <!-- ===== Back to Class descriptions ===== --> | |
82 <a href="class_desc_main.html"> | |
83 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Class descriptions"/> | |
84 Back to Class descriptions | |
85 </a> | |
86 | |
87 <h2 class="title"><a name="top_properties"/>Properties</h2> | |
88 <p> | |
89 The LTPDA toolbox restrict access of the properties.<br></br> | |
90 The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).<br></br> | |
91 <pre class="programlisting">For example:<br></br>val = obj.prop(2).prop;</pre> | |
92 The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method. | |
93 <pre class="programlisting"> | |
94 For example: | |
95 obj2 = obj1.setName(<span class="string">'my name'</span>) <span class="comment">% This command creates a copy of obj1 (obj1 ~= obj2)</span> | |
96 obj.setName(<span class="string">'my name'</span>); <span class="comment">% This command applies to obj</span> </pre> | |
97 </p> | |
98 <!-- ===== Properties ===== --> | |
99 <p> | |
100 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
101 <colgroup> | |
102 <col width="15%"/> | |
103 <col width="73%"/> | |
104 <col width="12%"/> | |
105 </colgroup> | |
106 <thead> | |
107 <tr valign="top"> | |
108 <th class="categorylist">Properties</th> | |
109 <th class="categorylist">Description</th> | |
110 <th class="categorylist">Defined in class</th> | |
111 </tr> | |
112 </thead> | |
113 <tbody> | |
114 <!-- Property: 'amats' --> | |
115 <tr valign="top"> | |
116 <td bgcolor="#f3f4f5"> | |
117 <p><a href="matlab:doc('ssm.amats')">amats</a></p> | |
118 </td> | |
119 <td bgcolor="#f3f4f5"> | |
120 <p>A matrix representing a difference/differential term in the state equation, block stored in a cell array</p> | |
121 </td> | |
122 <td bgcolor="#f3f4f5"> | |
123 <p>ssm</p> | |
124 </td> | |
125 </tr> | |
126 <!-- Property: 'bmats' --> | |
127 <tr valign="top"> | |
128 <td> | |
129 <p><a href="matlab:doc('ssm.bmats')">bmats</a></p> | |
130 </td> | |
131 <td> | |
132 <p>B matrix representing an input coefficient matrix in the state equation, block stored in a cell array</p> | |
133 </td> | |
134 <td> | |
135 <p>ssm</p> | |
136 </td> | |
137 </tr> | |
138 <!-- Property: 'cmats' --> | |
139 <tr valign="top"> | |
140 <td bgcolor="#f3f4f5"> | |
141 <p><a href="matlab:doc('ssm.cmats')">cmats</a></p> | |
142 </td> | |
143 <td bgcolor="#f3f4f5"> | |
144 <p>C matrix representing the state projection in the observation equation, block stored in a cell array</p> | |
145 </td> | |
146 <td bgcolor="#f3f4f5"> | |
147 <p>ssm</p> | |
148 </td> | |
149 </tr> | |
150 <!-- Property: 'dmats' --> | |
151 <tr valign="top"> | |
152 <td> | |
153 <p><a href="matlab:doc('ssm.dmats')">dmats</a></p> | |
154 </td> | |
155 <td> | |
156 <p>D matrix representing the direct feed through term in the observation equation, block stored in a cell array</p> | |
157 </td> | |
158 <td> | |
159 <p>ssm</p> | |
160 </td> | |
161 </tr> | |
162 <!-- Property: 'timestep' --> | |
163 <tr valign="top"> | |
164 <td bgcolor="#f3f4f5"> | |
165 <p><a href="matlab:doc('ssm.timestep')">timestep</a></p> | |
166 </td> | |
167 <td bgcolor="#f3f4f5"> | |
168 <p>Timestep of the difference equation. Zero means the representation is time continuous and A defines a differential equation.</p> | |
169 </td> | |
170 <td bgcolor="#f3f4f5"> | |
171 <p>ssm</p> | |
172 </td> | |
173 </tr> | |
174 <!-- Property: 'inputs' --> | |
175 <tr valign="top"> | |
176 <td> | |
177 <p><a href="matlab:doc('ssm.inputs')">inputs</a></p> | |
178 </td> | |
179 <td> | |
180 <p>ssmblock for input blocks</p> | |
181 </td> | |
182 <td> | |
183 <p>ssm</p> | |
184 </td> | |
185 </tr> | |
186 <!-- Property: 'states' --> | |
187 <tr valign="top"> | |
188 <td bgcolor="#f3f4f5"> | |
189 <p><a href="matlab:doc('ssm.states')">states</a></p> | |
190 </td> | |
191 <td bgcolor="#f3f4f5"> | |
192 <p>ssmblock describing state blocks</p> | |
193 </td> | |
194 <td bgcolor="#f3f4f5"> | |
195 <p>ssm</p> | |
196 </td> | |
197 </tr> | |
198 <!-- Property: 'outputs' --> | |
199 <tr valign="top"> | |
200 <td> | |
201 <p><a href="matlab:doc('ssm.outputs')">outputs</a></p> | |
202 </td> | |
203 <td> | |
204 <p>ssmblock describing the output blocks</p> | |
205 </td> | |
206 <td> | |
207 <p>ssm</p> | |
208 </td> | |
209 </tr> | |
210 <!-- Property: 'numparams' --> | |
211 <tr valign="top"> | |
212 <td bgcolor="#f3f4f5"> | |
213 <p><a href="matlab:doc('ssm.numparams')">numparams</a></p> | |
214 </td> | |
215 <td bgcolor="#f3f4f5"> | |
216 <p>nested plist describing the numeric (substituted) parameters</p> | |
217 </td> | |
218 <td bgcolor="#f3f4f5"> | |
219 <p>ssm</p> | |
220 </td> | |
221 </tr> | |
222 <!-- Property: 'params' --> | |
223 <tr valign="top"> | |
224 <td> | |
225 <p><a href="matlab:doc('ssm.params')">params</a></p> | |
226 </td> | |
227 <td> | |
228 <p>nested plist describing the symbolic parameters</p> | |
229 </td> | |
230 <td> | |
231 <p>ssm</p> | |
232 </td> | |
233 </tr> | |
234 <!-- Property: 'hist' --> | |
235 <tr valign="top"> | |
236 <td> | |
237 <p><a href="matlab:doc('ssm.hist')">hist</a></p> | |
238 </td> | |
239 <td> | |
240 <p>history of the object (history object)</p> | |
241 </td> | |
242 <td> | |
243 <p>ltpda_uoh</p> | |
244 </td> | |
245 </tr> | |
246 <!-- Property: 'procinfo' --> | |
247 <tr valign="top"> | |
248 <td bgcolor="#f3f4f5"> | |
249 <p><a href="matlab:doc('ssm.procinfo')">procinfo</a></p> | |
250 </td> | |
251 <td bgcolor="#f3f4f5"> | |
252 <p>plist with additional information for an object.</p> | |
253 </td> | |
254 <td bgcolor="#f3f4f5"> | |
255 <p>ltpda_uoh</p> | |
256 </td> | |
257 </tr> | |
258 <!-- Property: 'plotinfo' --> | |
259 <tr valign="top"> | |
260 <td> | |
261 <p><a href="matlab:doc('ssm.plotinfo')">plotinfo</a></p> | |
262 </td> | |
263 <td> | |
264 <p>plist with the plot information</p> | |
265 </td> | |
266 <td> | |
267 <p>ltpda_uoh</p> | |
268 </td> | |
269 </tr> | |
270 <!-- Property: 'name' --> | |
271 <tr valign="top"> | |
272 <td bgcolor="#f3f4f5"> | |
273 <p><a href="matlab:doc('ssm.name')">name</a></p> | |
274 </td> | |
275 <td bgcolor="#f3f4f5"> | |
276 <p>name of the object</p> | |
277 </td> | |
278 <td bgcolor="#f3f4f5"> | |
279 <p>ltpda_uo</p> | |
280 </td> | |
281 </tr> | |
282 <!-- Property: 'description' --> | |
283 <tr valign="top"> | |
284 <td> | |
285 <p><a href="matlab:doc('ssm.description')">description</a></p> | |
286 </td> | |
287 <td> | |
288 <p>description of the object</p> | |
289 </td> | |
290 <td> | |
291 <p>ltpda_uo</p> | |
292 </td> | |
293 </tr> | |
294 <!-- Property: 'mdlfile' --> | |
295 <tr valign="top"> | |
296 <td bgcolor="#f3f4f5"> | |
297 <p><a href="matlab:doc('ssm.mdlfile')">mdlfile</a></p> | |
298 </td> | |
299 <td bgcolor="#f3f4f5"> | |
300 <p>model xml file of the LTPDAworkbench</p> | |
301 </td> | |
302 <td bgcolor="#f3f4f5"> | |
303 <p>ltpda_uo</p> | |
304 </td> | |
305 </tr> | |
306 <!-- Property: 'UUID' --> | |
307 <tr valign="top"> | |
308 <td> | |
309 <p><a href="matlab:doc('ssm.UUID')">UUID</a></p> | |
310 </td> | |
311 <td> | |
312 <p>Universally Unique Identifier of 128-bit</p> | |
313 </td> | |
314 <td> | |
315 <p>ltpda_uo</p> | |
316 </td> | |
317 </tr> | |
318 </tbody> | |
319 </table> | |
320 </p> | |
321 | |
322 <!-- ===== Top of page ===== --> | |
323 <a href="#top_of_page"> | |
324 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
325 Back to Top | |
326 </a> | |
327 | |
328 <h2 class="title"><a name="top_methods"/>Methods</h2> | |
329 <!-- ===== link box: Begin ===== --> | |
330 <p> | |
331 <table border="1" width="80%"> | |
332 <tr> | |
333 <td> | |
334 <table border="0" cellpadding="5" class="subcategorylist" width="100%"> | |
335 <colgroup> | |
336 <col width="37%"/> | |
337 <col width="63%"/> | |
338 </colgroup> | |
339 <tbody> | |
340 <tr valign="top"> | |
341 <td> | |
342 <a href="class_desc_ssm.html#constructor">Constructor</a> | |
343 </td> | |
344 <td>Constructor of this class</td> | |
345 </tr> | |
346 <tr valign="top"> | |
347 <td> | |
348 <a href="class_desc_ssm.html#converter">Converter</a> | |
349 </td> | |
350 <td>Convertor methods</td> | |
351 </tr> | |
352 <tr valign="top"> | |
353 <td> | |
354 <a href="class_desc_ssm.html#helper">Helper</a> | |
355 </td> | |
356 <td>Helper methods only for internal usage</td> | |
357 </tr> | |
358 <tr valign="top"> | |
359 <td> | |
360 <a href="class_desc_ssm.html#internal">Internal</a> | |
361 </td> | |
362 <td>Internal methods only for internal usage</td> | |
363 </tr> | |
364 <tr valign="top"> | |
365 <td> | |
366 <a href="class_desc_ssm.html#operator">Operator</a> | |
367 </td> | |
368 <td>Operator methods</td> | |
369 </tr> | |
370 <tr valign="top"> | |
371 <td> | |
372 <a href="class_desc_ssm.html#output">Output</a> | |
373 </td> | |
374 <td>Output methods</td> | |
375 </tr> | |
376 <tr valign="top"> | |
377 <td> | |
378 <a href="class_desc_ssm.html#relational_operator">Relational Operator</a> | |
379 </td> | |
380 <td>Relational operator methods</td> | |
381 </tr> | |
382 <tr valign="top"> | |
383 <td> | |
384 <a href="class_desc_ssm.html#signal_processing">Signal Processing</a> | |
385 </td> | |
386 <td>Signal processing methods</td> | |
387 </tr> | |
388 </tbody> | |
389 </table> | |
390 </td> | |
391 </tr> | |
392 </table> | |
393 </p> | |
394 <!-- ===== link box: End ====== --> | |
395 | |
396 <!-- ===== Top of page ===== --> | |
397 <a href="#top_of_page"> | |
398 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
399 Back to Top | |
400 </a> | |
401 | |
402 <!-- ===== Methods Category: Constructor ===== --> | |
403 <h3 class="title"><a name="constructor"/>Constructor</h3> | |
404 <p> | |
405 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
406 <colgroup> | |
407 <col width="15%"/> | |
408 <col width="73%"/> | |
409 <col width="12%"/> | |
410 </colgroup> | |
411 <thead> | |
412 <tr valign="top"> | |
413 <th class="categorylist">Methods</th> | |
414 <th class="categorylist">Description</th> | |
415 <th class="categorylist">Defined in class</th> | |
416 </tr> | |
417 </thead> | |
418 <tbody> | |
419 <!-- ltpda_uoh/rebuild --> | |
420 <tr valign="top"> | |
421 <td bgcolor="#f3f4f5"> | |
422 <p><a href="matlab:doc('ssm/rebuild')">rebuild</a></p> | |
423 </td> | |
424 <td bgcolor="#f3f4f5"> | |
425 <p>REBUILD rebuilds the input objects using the history.</p> | |
426 </td> | |
427 <td bgcolor="#f3f4f5"> | |
428 <p>ltpda_uoh</p> | |
429 </td> | |
430 </tr> | |
431 <!-- ssm/ssm --> | |
432 <tr valign="top"> | |
433 <td> | |
434 <p><a href="matlab:doc('ssm')">ssm</a></p> | |
435 </td> | |
436 <td> | |
437 <p>SSM statespace model class constructor.</p> | |
438 </td> | |
439 <td> | |
440 <p>ssm</p> | |
441 </td> | |
442 </tr> | |
443 </tbody> | |
444 </table> | |
445 <!-- ===== Back to Top of Methods ===== --> | |
446 <a href="#top_methods"> | |
447 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
448 Back to Top of Section | |
449 </a> | |
450 | |
451 </p> | |
452 | |
453 <!-- ===== Methods Category: Converter ===== --> | |
454 <h3 class="title"><a name="converter"/>Converter</h3> | |
455 <p> | |
456 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
457 <colgroup> | |
458 <col width="15%"/> | |
459 <col width="73%"/> | |
460 <col width="12%"/> | |
461 </colgroup> | |
462 <thead> | |
463 <tr valign="top"> | |
464 <th class="categorylist">Methods</th> | |
465 <th class="categorylist">Description</th> | |
466 <th class="categorylist">Defined in class</th> | |
467 </tr> | |
468 </thead> | |
469 <tbody> | |
470 <!-- ssm/ssm2miir --> | |
471 <tr valign="top"> | |
472 <td bgcolor="#f3f4f5"> | |
473 <p><a href="matlab:doc('ssm/ssm2miir')">ssm2miir</a></p> | |
474 </td> | |
475 <td bgcolor="#f3f4f5"> | |
476 <p>SSM2MIIR converts a statespace model object to a miir object</p> | |
477 </td> | |
478 <td bgcolor="#f3f4f5"> | |
479 <p>ssm</p> | |
480 </td> | |
481 </tr> | |
482 <!-- ssm/ssm2pzmodel --> | |
483 <tr valign="top"> | |
484 <td> | |
485 <p><a href="matlab:doc('ssm/ssm2pzmodel')">ssm2pzmodel</a></p> | |
486 </td> | |
487 <td> | |
488 <p>SSM2PZMODEL converts a time-continuous statespace model object to a pzmodel</p> | |
489 </td> | |
490 <td> | |
491 <p>ssm</p> | |
492 </td> | |
493 </tr> | |
494 <!-- ssm/ssm2rational --> | |
495 <tr valign="top"> | |
496 <td bgcolor="#f3f4f5"> | |
497 <p><a href="matlab:doc('ssm/ssm2rational')">ssm2rational</a></p> | |
498 </td> | |
499 <td bgcolor="#f3f4f5"> | |
500 <p>SSM2RATIONAL converts a statespace model object to a rational frac. object</p> | |
501 </td> | |
502 <td bgcolor="#f3f4f5"> | |
503 <p>ssm</p> | |
504 </td> | |
505 </tr> | |
506 <!-- ssm/ssm2ss --> | |
507 <tr valign="top"> | |
508 <td> | |
509 <p><a href="matlab:doc('ssm/ssm2ss')">ssm2ss</a></p> | |
510 </td> | |
511 <td> | |
512 <p>SSM2SS converts a statespace model object to a MATLAB statespace object.</p> | |
513 </td> | |
514 <td> | |
515 <p>ssm</p> | |
516 </td> | |
517 </tr> | |
518 </tbody> | |
519 </table> | |
520 <!-- ===== Back to Top of Methods ===== --> | |
521 <a href="#top_methods"> | |
522 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
523 Back to Top of Section | |
524 </a> | |
525 | |
526 </p> | |
527 | |
528 <!-- ===== Methods Category: Helper ===== --> | |
529 <h3 class="title"><a name="helper"/>Helper</h3> | |
530 <p> | |
531 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
532 <colgroup> | |
533 <col width="15%"/> | |
534 <col width="73%"/> | |
535 <col width="12%"/> | |
536 </colgroup> | |
537 <thead> | |
538 <tr valign="top"> | |
539 <th class="categorylist">Methods</th> | |
540 <th class="categorylist">Description</th> | |
541 <th class="categorylist">Defined in class</th> | |
542 </tr> | |
543 </thead> | |
544 <tbody> | |
545 <!-- ltpda_obj/get --> | |
546 <tr valign="top"> | |
547 <td bgcolor="#f3f4f5"> | |
548 <p><a href="matlab:doc('ssm/get')">get</a></p> | |
549 </td> | |
550 <td bgcolor="#f3f4f5"> | |
551 <p>GET get a property of a object.</p> | |
552 </td> | |
553 <td bgcolor="#f3f4f5"> | |
554 <p>ltpda_obj</p> | |
555 </td> | |
556 </tr> | |
557 <!-- ltpda_uoh/created --> | |
558 <tr valign="top"> | |
559 <td> | |
560 <p><a href="matlab:doc('ssm/created')">created</a></p> | |
561 </td> | |
562 <td> | |
563 <p>CREATED Returns a time object of the last modification.</p> | |
564 </td> | |
565 <td> | |
566 <p>ltpda_uoh</p> | |
567 </td> | |
568 </tr> | |
569 <!-- ltpda_uoh/creator --> | |
570 <tr valign="top"> | |
571 <td bgcolor="#f3f4f5"> | |
572 <p><a href="matlab:doc('ssm/creator')">creator</a></p> | |
573 </td> | |
574 <td bgcolor="#f3f4f5"> | |
575 <p>CREATOR Extract the creator(s) from the history.</p> | |
576 </td> | |
577 <td bgcolor="#f3f4f5"> | |
578 <p>ltpda_uoh</p> | |
579 </td> | |
580 </tr> | |
581 <!-- ltpda_uoh/csvexport --> | |
582 <tr valign="top"> | |
583 <td> | |
584 <p><a href="matlab:doc('ssm/csvexport')">csvexport</a></p> | |
585 </td> | |
586 <td> | |
587 <p>CSVEXPORT Exports the data of an object to a csv file.</p> | |
588 </td> | |
589 <td> | |
590 <p>ltpda_uoh</p> | |
591 </td> | |
592 </tr> | |
593 <!-- ltpda_uoh/index --> | |
594 <tr valign="top"> | |
595 <td bgcolor="#f3f4f5"> | |
596 <p><a href="matlab:doc('ssm/index')">index</a></p> | |
597 </td> | |
598 <td bgcolor="#f3f4f5"> | |
599 <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p> | |
600 </td> | |
601 <td bgcolor="#f3f4f5"> | |
602 <p>ltpda_uoh</p> | |
603 </td> | |
604 </tr> | |
605 <!-- ltpda_uoh/requirements --> | |
606 <tr valign="top"> | |
607 <td> | |
608 <p><a href="matlab:doc('ssm/requirements')">requirements</a></p> | |
609 </td> | |
610 <td> | |
611 <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p> | |
612 </td> | |
613 <td> | |
614 <p>ltpda_uoh</p> | |
615 </td> | |
616 </tr> | |
617 <!-- ltpda_uoh/setDescription --> | |
618 <tr valign="top"> | |
619 <td bgcolor="#f3f4f5"> | |
620 <p><a href="matlab:doc('ssm/setDescription')">setDescription</a></p> | |
621 </td> | |
622 <td bgcolor="#f3f4f5"> | |
623 <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p> | |
624 </td> | |
625 <td bgcolor="#f3f4f5"> | |
626 <p>ltpda_uoh</p> | |
627 </td> | |
628 </tr> | |
629 <!-- ltpda_uoh/setMdlfile --> | |
630 <tr valign="top"> | |
631 <td> | |
632 <p><a href="matlab:doc('ssm/setMdlfile')">setMdlfile</a></p> | |
633 </td> | |
634 <td> | |
635 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p> | |
636 </td> | |
637 <td> | |
638 <p>ltpda_uoh</p> | |
639 </td> | |
640 </tr> | |
641 <!-- ltpda_uoh/setName --> | |
642 <tr valign="top"> | |
643 <td bgcolor="#f3f4f5"> | |
644 <p><a href="matlab:doc('ssm/setName')">setName</a></p> | |
645 </td> | |
646 <td bgcolor="#f3f4f5"> | |
647 <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p> | |
648 </td> | |
649 <td bgcolor="#f3f4f5"> | |
650 <p>ltpda_uoh</p> | |
651 </td> | |
652 </tr> | |
653 <!-- ltpda_uoh/setPlotinfo --> | |
654 <tr valign="top"> | |
655 <td> | |
656 <p><a href="matlab:doc('ssm/setPlotinfo')">setPlotinfo</a></p> | |
657 </td> | |
658 <td> | |
659 <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p> | |
660 </td> | |
661 <td> | |
662 <p>ltpda_uoh</p> | |
663 </td> | |
664 </tr> | |
665 <!-- ltpda_uoh/setProcinfo --> | |
666 <tr valign="top"> | |
667 <td bgcolor="#f3f4f5"> | |
668 <p><a href="matlab:doc('ssm/setProcinfo')">setProcinfo</a></p> | |
669 </td> | |
670 <td bgcolor="#f3f4f5"> | |
671 <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p> | |
672 </td> | |
673 <td bgcolor="#f3f4f5"> | |
674 <p>ltpda_uoh</p> | |
675 </td> | |
676 </tr> | |
677 <!-- ssm/addParameters --> | |
678 <tr valign="top"> | |
679 <td> | |
680 <p><a href="matlab:doc('ssm/addParameters')">addParameters</a></p> | |
681 </td> | |
682 <td> | |
683 <p>ADDPARAMETERS Adds the parameters to the model.</p> | |
684 </td> | |
685 <td> | |
686 <p>ssm</p> | |
687 </td> | |
688 </tr> | |
689 <!-- ssm/duplicateInput --> | |
690 <tr valign="top"> | |
691 <td bgcolor="#f3f4f5"> | |
692 <p><a href="matlab:doc('ssm/duplicateInput')">duplicateInput</a></p> | |
693 </td> | |
694 <td bgcolor="#f3f4f5"> | |
695 <p>DUPLICATEINPUT copies the specified input blocks.</p> | |
696 </td> | |
697 <td bgcolor="#f3f4f5"> | |
698 <p>ssm</p> | |
699 </td> | |
700 </tr> | |
701 <!-- ssm/parameterDiff --> | |
702 <tr valign="top"> | |
703 <td> | |
704 <p><a href="matlab:doc('ssm/parameterDiff')">parameterDiff</a></p> | |
705 </td> | |
706 <td> | |
707 <p>PARAMETERDIFF Makes a ssm that produces the output and state derivatives.</p> | |
708 </td> | |
709 <td> | |
710 <p>ssm</p> | |
711 </td> | |
712 </tr> | |
713 <!-- ssm/setBlockDescriptions --> | |
714 <tr valign="top"> | |
715 <td bgcolor="#f3f4f5"> | |
716 <p><a href="matlab:doc('ssm/setBlockDescriptions')">setBlockDescriptions</a></p> | |
717 </td> | |
718 <td bgcolor="#f3f4f5"> | |
719 <p>SETBLOCKDESCRIPTIONS Sets descriptions of the specified SSM blocks.</p> | |
720 </td> | |
721 <td bgcolor="#f3f4f5"> | |
722 <p>ssm</p> | |
723 </td> | |
724 </tr> | |
725 <!-- ssm/setBlockNames --> | |
726 <tr valign="top"> | |
727 <td> | |
728 <p><a href="matlab:doc('ssm/setBlockNames')">setBlockNames</a></p> | |
729 </td> | |
730 <td> | |
731 <p>SETBLOCKNAMES Sets names of the specified SSM blocks.</p> | |
732 </td> | |
733 <td> | |
734 <p>ssm</p> | |
735 </td> | |
736 </tr> | |
737 <!-- ssm/setBlockProperties --> | |
738 <tr valign="top"> | |
739 <td bgcolor="#f3f4f5"> | |
740 <p><a href="matlab:doc('ssm/setBlockProperties')">setBlockProperties</a></p> | |
741 </td> | |
742 <td bgcolor="#f3f4f5"> | |
743 <p>SETBLOCKPROPERTIES Sets the specified properties of the specified SSM blocks.</p> | |
744 </td> | |
745 <td bgcolor="#f3f4f5"> | |
746 <p>ssm</p> | |
747 </td> | |
748 </tr> | |
749 <!-- ssm/setParameters --> | |
750 <tr valign="top"> | |
751 <td> | |
752 <p><a href="matlab:doc('ssm/setParameters')">setParameters</a></p> | |
753 </td> | |
754 <td> | |
755 <p>SETPARAMETERS Sets the values of the given parameters.</p> | |
756 </td> | |
757 <td> | |
758 <p>ssm</p> | |
759 </td> | |
760 </tr> | |
761 <!-- ssm/setParams --> | |
762 <tr valign="top"> | |
763 <td bgcolor="#f3f4f5"> | |
764 <p><a href="matlab:doc('ssm/setParams')">setParams</a></p> | |
765 </td> | |
766 <td bgcolor="#f3f4f5"> | |
767 <p>SETPARAMS Sets the parameters of the model to the given plist.</p> | |
768 </td> | |
769 <td bgcolor="#f3f4f5"> | |
770 <p>ssm</p> | |
771 </td> | |
772 </tr> | |
773 <!-- ssm/setPortDescriptions --> | |
774 <tr valign="top"> | |
775 <td> | |
776 <p><a href="matlab:doc('ssm/setPortDescriptions')">setPortDescriptions</a></p> | |
777 </td> | |
778 <td> | |
779 <p>SETPORTDESCRIPTIONS Sets descriptions of the specified SSM ports.</p> | |
780 </td> | |
781 <td> | |
782 <p>ssm</p> | |
783 </td> | |
784 </tr> | |
785 <!-- ssm/setPortNames --> | |
786 <tr valign="top"> | |
787 <td bgcolor="#f3f4f5"> | |
788 <p><a href="matlab:doc('ssm/setPortNames')">setPortNames</a></p> | |
789 </td> | |
790 <td bgcolor="#f3f4f5"> | |
791 <p>SETPORTNAMES Sets names of the specified SSM ports.</p> | |
792 </td> | |
793 <td bgcolor="#f3f4f5"> | |
794 <p>ssm</p> | |
795 </td> | |
796 </tr> | |
797 <!-- ssm/setPortProperties --> | |
798 <tr valign="top"> | |
799 <td> | |
800 <p><a href="matlab:doc('ssm/setPortProperties')">setPortProperties</a></p> | |
801 </td> | |
802 <td> | |
803 <p>SETPORTPROPERTIES Sets names of the specified SSM ports.</p> | |
804 </td> | |
805 <td> | |
806 <p>ssm</p> | |
807 </td> | |
808 </tr> | |
809 <!-- ssm/setPortUnits --> | |
810 <tr valign="top"> | |
811 <td bgcolor="#f3f4f5"> | |
812 <p><a href="matlab:doc('ssm/setPortUnits')">setPortUnits</a></p> | |
813 </td> | |
814 <td bgcolor="#f3f4f5"> | |
815 <p>SETPORTUNITS Sets units of the specified SSM ports.</p> | |
816 </td> | |
817 <td bgcolor="#f3f4f5"> | |
818 <p>ssm</p> | |
819 </td> | |
820 </tr> | |
821 </tbody> | |
822 </table> | |
823 <!-- ===== Back to Top of Methods ===== --> | |
824 <a href="#top_methods"> | |
825 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
826 Back to Top of Section | |
827 </a> | |
828 | |
829 </p> | |
830 | |
831 <!-- ===== Methods Category: Internal ===== --> | |
832 <h3 class="title"><a name="internal"/>Internal</h3> | |
833 <p> | |
834 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
835 <colgroup> | |
836 <col width="15%"/> | |
837 <col width="73%"/> | |
838 <col width="12%"/> | |
839 </colgroup> | |
840 <thead> | |
841 <tr valign="top"> | |
842 <th class="categorylist">Methods</th> | |
843 <th class="categorylist">Description</th> | |
844 <th class="categorylist">Defined in class</th> | |
845 </tr> | |
846 </thead> | |
847 <tbody> | |
848 <!-- ltpda_obj/isprop --> | |
849 <tr valign="top"> | |
850 <td bgcolor="#f3f4f5"> | |
851 <p><a href="matlab:doc('ssm/isprop')">isprop</a></p> | |
852 </td> | |
853 <td bgcolor="#f3f4f5"> | |
854 <p>ISPROP tests if the given field is one of the object properties.</p> | |
855 </td> | |
856 <td bgcolor="#f3f4f5"> | |
857 <p>ltpda_obj</p> | |
858 </td> | |
859 </tr> | |
860 <!-- ltpda_uo/bsubmit --> | |
861 <tr valign="top"> | |
862 <td> | |
863 <p><a href="matlab:doc('ssm/bsubmit')">bsubmit</a></p> | |
864 </td> | |
865 <td> | |
866 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p> | |
867 </td> | |
868 <td> | |
869 <p>ltpda_uo</p> | |
870 </td> | |
871 </tr> | |
872 <!-- ltpda_uo/submit --> | |
873 <tr valign="top"> | |
874 <td bgcolor="#f3f4f5"> | |
875 <p><a href="matlab:doc('ssm/submit')">submit</a></p> | |
876 </td> | |
877 <td bgcolor="#f3f4f5"> | |
878 <p>SUBMIT Submits the given objects to an LTPDA repository</p> | |
879 </td> | |
880 <td bgcolor="#f3f4f5"> | |
881 <p>ltpda_uo</p> | |
882 </td> | |
883 </tr> | |
884 <!-- ltpda_uo/update --> | |
885 <tr valign="top"> | |
886 <td> | |
887 <p><a href="matlab:doc('ssm/update')">update</a></p> | |
888 </td> | |
889 <td> | |
890 <p>UPDATE Updates the given object in an LTPDA repository</p> | |
891 </td> | |
892 <td> | |
893 <p>ltpda_uo</p> | |
894 </td> | |
895 </tr> | |
896 <!-- ltpda_uoh/string --> | |
897 <tr valign="top"> | |
898 <td bgcolor="#f3f4f5"> | |
899 <p><a href="matlab:doc('ssm/string')">string</a></p> | |
900 </td> | |
901 <td bgcolor="#f3f4f5"> | |
902 <p>STRING writes a command string that can be used to recreate the input object(s).</p> | |
903 </td> | |
904 <td bgcolor="#f3f4f5"> | |
905 <p>ltpda_uoh</p> | |
906 </td> | |
907 </tr> | |
908 <!-- ltpda_uoh/type --> | |
909 <tr valign="top"> | |
910 <td> | |
911 <p><a href="matlab:doc('ssm/type')">type</a></p> | |
912 </td> | |
913 <td> | |
914 <p>TYPE converts the input objects to MATLAB functions.</p> | |
915 </td> | |
916 <td> | |
917 <p>ltpda_uoh</p> | |
918 </td> | |
919 </tr> | |
920 <!-- ssm/generateConstructorPlist --> | |
921 <tr valign="top"> | |
922 <td bgcolor="#f3f4f5"> | |
923 <p><a href="matlab:doc('ssm/generateConstructorPlist')">generateConstructorPlist</a></p> | |
924 </td> | |
925 <td bgcolor="#f3f4f5"> | |
926 <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p> | |
927 </td> | |
928 <td bgcolor="#f3f4f5"> | |
929 <p>ssm</p> | |
930 </td> | |
931 </tr> | |
932 <!-- ssm/ssm2dot --> | |
933 <tr valign="top"> | |
934 <td> | |
935 <p><a href="matlab:doc('ssm/ssm2dot')">ssm2dot</a></p> | |
936 </td> | |
937 <td> | |
938 <p>SSM2DOT converts a statespace model object a DOT file.</p> | |
939 </td> | |
940 <td> | |
941 <p>ssm</p> | |
942 </td> | |
943 </tr> | |
944 </tbody> | |
945 </table> | |
946 <!-- ===== Back to Top of Methods ===== --> | |
947 <a href="#top_methods"> | |
948 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
949 Back to Top of Section | |
950 </a> | |
951 | |
952 </p> | |
953 | |
954 <!-- ===== Methods Category: Operator ===== --> | |
955 <h3 class="title"><a name="operator"/>Operator</h3> | |
956 <p> | |
957 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
958 <colgroup> | |
959 <col width="15%"/> | |
960 <col width="73%"/> | |
961 <col width="12%"/> | |
962 </colgroup> | |
963 <thead> | |
964 <tr valign="top"> | |
965 <th class="categorylist">Methods</th> | |
966 <th class="categorylist">Description</th> | |
967 <th class="categorylist">Defined in class</th> | |
968 </tr> | |
969 </thead> | |
970 <tbody> | |
971 <!-- ssm/CPSD --> | |
972 <tr valign="top"> | |
973 <td bgcolor="#f3f4f5"> | |
974 <p><a href="matlab:doc('ssm/CPSD')">CPSD</a></p> | |
975 </td> | |
976 <td bgcolor="#f3f4f5"> | |
977 <p>CPSD computes the output theoretical CPSD shape with given inputs.</p> | |
978 </td> | |
979 <td bgcolor="#f3f4f5"> | |
980 <p>ssm</p> | |
981 </td> | |
982 </tr> | |
983 <!-- ssm/PSD --> | |
984 <tr valign="top"> | |
985 <td> | |
986 <p><a href="matlab:doc('ssm/PSD')">PSD</a></p> | |
987 </td> | |
988 <td> | |
989 <p>PSD computes the output theoretical CPSD shape with given inputs.</p> | |
990 </td> | |
991 <td> | |
992 <p>ssm</p> | |
993 </td> | |
994 </tr> | |
995 <!-- ssm/append --> | |
996 <tr valign="top"> | |
997 <td bgcolor="#f3f4f5"> | |
998 <p><a href="matlab:doc('ssm/append')">append</a></p> | |
999 </td> | |
1000 <td bgcolor="#f3f4f5"> | |
1001 <p>appends embedded subsytems, with exogenous inputs</p> | |
1002 </td> | |
1003 <td bgcolor="#f3f4f5"> | |
1004 <p>ssm</p> | |
1005 </td> | |
1006 </tr> | |
1007 <!-- ssm/assemble --> | |
1008 <tr valign="top"> | |
1009 <td> | |
1010 <p><a href="matlab:doc('ssm/assemble')">assemble</a></p> | |
1011 </td> | |
1012 <td> | |
1013 <p>assembles embedded subsytems, with exogenous inputs</p> | |
1014 </td> | |
1015 <td> | |
1016 <p>ssm</p> | |
1017 </td> | |
1018 </tr> | |
1019 <!-- ssm/cpsdForCorrelatedInputs --> | |
1020 <tr valign="top"> | |
1021 <td bgcolor="#f3f4f5"> | |
1022 <p><a href="matlab:doc('ssm/cpsdForCorrelatedInputs')">cpsdForCorrelatedInputs</a></p> | |
1023 </td> | |
1024 <td bgcolor="#f3f4f5"> | |
1025 <p>cpsdForCorrelatedInputs computes the output theoretical CPSD shape with given inputs.</p> | |
1026 </td> | |
1027 <td bgcolor="#f3f4f5"> | |
1028 <p>ssm</p> | |
1029 </td> | |
1030 </tr> | |
1031 <!-- ssm/cpsdForIndependentInputs --> | |
1032 <tr valign="top"> | |
1033 <td> | |
1034 <p><a href="matlab:doc('ssm/cpsdForIndependentInputs')">cpsdForIndependentInputs</a></p> | |
1035 </td> | |
1036 <td> | |
1037 <p>CPSDFORINDEPENDENTINPUTS computes the output theoretical CPSD shape with given inputs.</p> | |
1038 </td> | |
1039 <td> | |
1040 <p>ssm</p> | |
1041 </td> | |
1042 </tr> | |
1043 <!-- ssm/kalman --> | |
1044 <tr valign="top"> | |
1045 <td bgcolor="#f3f4f5"> | |
1046 <p><a href="matlab:doc('ssm/kalman')">kalman</a></p> | |
1047 </td> | |
1048 <td bgcolor="#f3f4f5"> | |
1049 <p>KALMAN applies Kalman filtering to a discrete ssm with given i/o</p> | |
1050 </td> | |
1051 <td bgcolor="#f3f4f5"> | |
1052 <p>ssm</p> | |
1053 </td> | |
1054 </tr> | |
1055 <!-- ssm/keepParameters --> | |
1056 <tr valign="top"> | |
1057 <td> | |
1058 <p><a href="matlab:doc('ssm/keepParameters')">keepParameters</a></p> | |
1059 </td> | |
1060 <td> | |
1061 <p>KEEPPARAMETERS enables to substitute symbollic patameters</p> | |
1062 </td> | |
1063 <td> | |
1064 <p>ssm</p> | |
1065 </td> | |
1066 </tr> | |
1067 <!-- ssm/modifyTimeStep --> | |
1068 <tr valign="top"> | |
1069 <td bgcolor="#f3f4f5"> | |
1070 <p><a href="matlab:doc('ssm/modifyTimeStep')">modifyTimeStep</a></p> | |
1071 </td> | |
1072 <td bgcolor="#f3f4f5"> | |
1073 <p>MODIFYTIMESTEP modifies the timestep of a ssm object</p> | |
1074 </td> | |
1075 <td bgcolor="#f3f4f5"> | |
1076 <p>ssm</p> | |
1077 </td> | |
1078 </tr> | |
1079 <!-- ssm/optimiseForFitting --> | |
1080 <tr valign="top"> | |
1081 <td> | |
1082 <p><a href="matlab:doc('ssm/optimiseForFitting')">optimiseForFitting</a></p> | |
1083 </td> | |
1084 <td> | |
1085 <p>OPTIMISEFORFITTING reduces the system matrices to doubles and strings.</p> | |
1086 </td> | |
1087 <td> | |
1088 <p>ssm</p> | |
1089 </td> | |
1090 </tr> | |
1091 <!-- ssm/reorganize --> | |
1092 <tr valign="top"> | |
1093 <td bgcolor="#f3f4f5"> | |
1094 <p><a href="matlab:doc('ssm/reorganize')">reorganize</a></p> | |
1095 </td> | |
1096 <td bgcolor="#f3f4f5"> | |
1097 <p>REOGANIZE rearranges a ssm object for fast input to BODE, SIMULATE, PSD.</p> | |
1098 </td> | |
1099 <td bgcolor="#f3f4f5"> | |
1100 <p>ssm</p> | |
1101 </td> | |
1102 </tr> | |
1103 <!-- ssm/sMinReal --> | |
1104 <tr valign="top"> | |
1105 <td> | |
1106 <p><a href="matlab:doc('ssm/sMinReal')">sMinReal</a></p> | |
1107 </td> | |
1108 <td> | |
1109 <p>SMINREAL gives a minimal realization of a ssm object by deleting unreached states</p> | |
1110 </td> | |
1111 <td> | |
1112 <p>ssm</p> | |
1113 </td> | |
1114 </tr> | |
1115 <!-- ssm/simplify --> | |
1116 <tr valign="top"> | |
1117 <td bgcolor="#f3f4f5"> | |
1118 <p><a href="matlab:doc('ssm/simplify')">simplify</a></p> | |
1119 </td> | |
1120 <td bgcolor="#f3f4f5"> | |
1121 <p>SIMPLIFY enables to do model simplification</p> | |
1122 </td> | |
1123 <td bgcolor="#f3f4f5"> | |
1124 <p>ssm</p> | |
1125 </td> | |
1126 </tr> | |
1127 <!-- ssm/simulate --> | |
1128 <tr valign="top"> | |
1129 <td> | |
1130 <p><a href="matlab:doc('ssm/simulate')">simulate</a></p> | |
1131 </td> | |
1132 <td> | |
1133 <p>SIMULATE simulates a discrete ssm with given inputs</p> | |
1134 </td> | |
1135 <td> | |
1136 <p>ssm</p> | |
1137 </td> | |
1138 </tr> | |
1139 <!-- ssm/steadyState --> | |
1140 <tr valign="top"> | |
1141 <td bgcolor="#f3f4f5"> | |
1142 <p><a href="matlab:doc('ssm/steadyState')">steadyState</a></p> | |
1143 </td> | |
1144 <td bgcolor="#f3f4f5"> | |
1145 <p>STEADYSTATE returns a possible value for the steady state of an ssm.</p> | |
1146 </td> | |
1147 <td bgcolor="#f3f4f5"> | |
1148 <p>ssm</p> | |
1149 </td> | |
1150 </tr> | |
1151 <!-- ssm/subsParameters --> | |
1152 <tr valign="top"> | |
1153 <td> | |
1154 <p><a href="matlab:doc('ssm/subsParameters')">subsParameters</a></p> | |
1155 </td> | |
1156 <td> | |
1157 <p>SUBSPARAMETERS enables to substitute symbolic patameters</p> | |
1158 </td> | |
1159 <td> | |
1160 <p>ssm</p> | |
1161 </td> | |
1162 </tr> | |
1163 </tbody> | |
1164 </table> | |
1165 <!-- ===== Back to Top of Methods ===== --> | |
1166 <a href="#top_methods"> | |
1167 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1168 Back to Top of Section | |
1169 </a> | |
1170 | |
1171 </p> | |
1172 | |
1173 <!-- ===== Methods Category: Output ===== --> | |
1174 <h3 class="title"><a name="output"/>Output</h3> | |
1175 <p> | |
1176 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1177 <colgroup> | |
1178 <col width="15%"/> | |
1179 <col width="73%"/> | |
1180 <col width="12%"/> | |
1181 </colgroup> | |
1182 <thead> | |
1183 <tr valign="top"> | |
1184 <th class="categorylist">Methods</th> | |
1185 <th class="categorylist">Description</th> | |
1186 <th class="categorylist">Defined in class</th> | |
1187 </tr> | |
1188 </thead> | |
1189 <tbody> | |
1190 <!-- ltpda_uo/save --> | |
1191 <tr valign="top"> | |
1192 <td bgcolor="#f3f4f5"> | |
1193 <p><a href="matlab:doc('ssm/save')">save</a></p> | |
1194 </td> | |
1195 <td bgcolor="#f3f4f5"> | |
1196 <p>SAVE overloads save operator for ltpda objects.</p> | |
1197 </td> | |
1198 <td bgcolor="#f3f4f5"> | |
1199 <p>ltpda_uo</p> | |
1200 </td> | |
1201 </tr> | |
1202 <!-- ltpda_uoh/report --> | |
1203 <tr valign="top"> | |
1204 <td> | |
1205 <p><a href="matlab:doc('ssm/report')">report</a></p> | |
1206 </td> | |
1207 <td> | |
1208 <p>REPORT generates an HTML report about the input objects.</p> | |
1209 </td> | |
1210 <td> | |
1211 <p>ltpda_uoh</p> | |
1212 </td> | |
1213 </tr> | |
1214 <!-- ltpda_uoh/viewHistory --> | |
1215 <tr valign="top"> | |
1216 <td bgcolor="#f3f4f5"> | |
1217 <p><a href="matlab:doc('ssm/viewHistory')">viewHistory</a></p> | |
1218 </td> | |
1219 <td bgcolor="#f3f4f5"> | |
1220 <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p> | |
1221 </td> | |
1222 <td bgcolor="#f3f4f5"> | |
1223 <p>ltpda_uoh</p> | |
1224 </td> | |
1225 </tr> | |
1226 <!-- ssm/char --> | |
1227 <tr valign="top"> | |
1228 <td> | |
1229 <p><a href="matlab:doc('ssm/char')">char</a></p> | |
1230 </td> | |
1231 <td> | |
1232 <p>CHAR convert a ssm object into a string.</p> | |
1233 </td> | |
1234 <td> | |
1235 <p>ssm</p> | |
1236 </td> | |
1237 </tr> | |
1238 <!-- ssm/display --> | |
1239 <tr valign="top"> | |
1240 <td bgcolor="#f3f4f5"> | |
1241 <p><a href="matlab:doc('ssm/display')">display</a></p> | |
1242 </td> | |
1243 <td bgcolor="#f3f4f5"> | |
1244 <p>DISPLAY display ssm object.</p> | |
1245 </td> | |
1246 <td bgcolor="#f3f4f5"> | |
1247 <p>ssm</p> | |
1248 </td> | |
1249 </tr> | |
1250 <!-- ssm/displayProperties --> | |
1251 <tr valign="top"> | |
1252 <td> | |
1253 <p><a href="matlab:doc('ssm/displayProperties')">displayProperties</a></p> | |
1254 </td> | |
1255 <td> | |
1256 <p>DISPAYPROPERTIES displays the ssm model porperties.</p> | |
1257 </td> | |
1258 <td> | |
1259 <p>ssm</p> | |
1260 </td> | |
1261 </tr> | |
1262 <!-- ssm/dotview --> | |
1263 <tr valign="top"> | |
1264 <td bgcolor="#f3f4f5"> | |
1265 <p><a href="matlab:doc('ssm/dotview')">dotview</a></p> | |
1266 </td> | |
1267 <td bgcolor="#f3f4f5"> | |
1268 <p>DOTVIEW view an ssm object via the DOT interpreter.</p> | |
1269 </td> | |
1270 <td bgcolor="#f3f4f5"> | |
1271 <p>ssm</p> | |
1272 </td> | |
1273 </tr> | |
1274 <!-- ssm/double --> | |
1275 <tr valign="top"> | |
1276 <td> | |
1277 <p><a href="matlab:doc('ssm/double')">double</a></p> | |
1278 </td> | |
1279 <td> | |
1280 <p>Convert a statespace model object to double arrays for given i/o</p> | |
1281 </td> | |
1282 <td> | |
1283 <p>ssm</p> | |
1284 </td> | |
1285 </tr> | |
1286 <!-- ssm/findParameters --> | |
1287 <tr valign="top"> | |
1288 <td bgcolor="#f3f4f5"> | |
1289 <p><a href="matlab:doc('ssm/findParameters')">findParameters</a></p> | |
1290 </td> | |
1291 <td bgcolor="#f3f4f5"> | |
1292 <p>findParameters returns parameter names matching the given pattern.</p> | |
1293 </td> | |
1294 <td bgcolor="#f3f4f5"> | |
1295 <p>ssm</p> | |
1296 </td> | |
1297 </tr> | |
1298 <!-- ssm/getParameters --> | |
1299 <tr valign="top"> | |
1300 <td> | |
1301 <p><a href="matlab:doc('ssm/getParameters')">getParameters</a></p> | |
1302 </td> | |
1303 <td> | |
1304 <p>getParameters returns parameter values for the given names.</p> | |
1305 </td> | |
1306 <td> | |
1307 <p>ssm</p> | |
1308 </td> | |
1309 </tr> | |
1310 <!-- ssm/getParams --> | |
1311 <tr valign="top"> | |
1312 <td bgcolor="#f3f4f5"> | |
1313 <p><a href="matlab:doc('ssm/getParams')">getParams</a></p> | |
1314 </td> | |
1315 <td bgcolor="#f3f4f5"> | |
1316 <p>GETPARAMS returns the parameter list for this SSM model.</p> | |
1317 </td> | |
1318 <td bgcolor="#f3f4f5"> | |
1319 <p>ssm</p> | |
1320 </td> | |
1321 </tr> | |
1322 <!-- ssm/isStable --> | |
1323 <tr valign="top"> | |
1324 <td> | |
1325 <p><a href="matlab:doc('ssm/isStable')">isStable</a></p> | |
1326 </td> | |
1327 <td> | |
1328 <p>ISSTABLE tells if ssm is numerically stable</p> | |
1329 </td> | |
1330 <td> | |
1331 <p>ssm</p> | |
1332 </td> | |
1333 </tr> | |
1334 <!-- ssm/settlingTime --> | |
1335 <tr valign="top"> | |
1336 <td bgcolor="#f3f4f5"> | |
1337 <p><a href="matlab:doc('ssm/settlingTime')">settlingTime</a></p> | |
1338 </td> | |
1339 <td bgcolor="#f3f4f5"> | |
1340 <p>SETTLINGTIME retunrns 1% the settling time of the system.</p> | |
1341 </td> | |
1342 <td bgcolor="#f3f4f5"> | |
1343 <p>ssm</p> | |
1344 </td> | |
1345 </tr> | |
1346 </tbody> | |
1347 </table> | |
1348 <!-- ===== Back to Top of Methods ===== --> | |
1349 <a href="#top_methods"> | |
1350 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1351 Back to Top of Section | |
1352 </a> | |
1353 | |
1354 </p> | |
1355 | |
1356 <!-- ===== Methods Category: Relational_Operator ===== --> | |
1357 <h3 class="title"><a name="relational_operator"/>Relational Operator</h3> | |
1358 <p> | |
1359 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1360 <colgroup> | |
1361 <col width="15%"/> | |
1362 <col width="73%"/> | |
1363 <col width="12%"/> | |
1364 </colgroup> | |
1365 <thead> | |
1366 <tr valign="top"> | |
1367 <th class="categorylist">Methods</th> | |
1368 <th class="categorylist">Description</th> | |
1369 <th class="categorylist">Defined in class</th> | |
1370 </tr> | |
1371 </thead> | |
1372 <tbody> | |
1373 <!-- ltpda_obj/eq --> | |
1374 <tr valign="top"> | |
1375 <td bgcolor="#f3f4f5"> | |
1376 <p><a href="matlab:doc('ssm/eq')">eq</a></p> | |
1377 </td> | |
1378 <td bgcolor="#f3f4f5"> | |
1379 <p>EQ overloads the == operator for ltpda objects.</p> | |
1380 </td> | |
1381 <td bgcolor="#f3f4f5"> | |
1382 <p>ltpda_obj</p> | |
1383 </td> | |
1384 </tr> | |
1385 <!-- ltpda_obj/ne --> | |
1386 <tr valign="top"> | |
1387 <td> | |
1388 <p><a href="matlab:doc('ssm/ne')">ne</a></p> | |
1389 </td> | |
1390 <td> | |
1391 <p>NE overloads the ~= operator for ltpda objects.</p> | |
1392 </td> | |
1393 <td> | |
1394 <p>ltpda_obj</p> | |
1395 </td> | |
1396 </tr> | |
1397 </tbody> | |
1398 </table> | |
1399 <!-- ===== Back to Top of Methods ===== --> | |
1400 <a href="#top_methods"> | |
1401 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1402 Back to Top of Section | |
1403 </a> | |
1404 | |
1405 </p> | |
1406 | |
1407 <!-- ===== Methods Category: Signal_Processing ===== --> | |
1408 <h3 class="title"><a name="signal_processing"/>Signal Processing</h3> | |
1409 <p> | |
1410 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1411 <colgroup> | |
1412 <col width="15%"/> | |
1413 <col width="73%"/> | |
1414 <col width="12%"/> | |
1415 </colgroup> | |
1416 <thead> | |
1417 <tr valign="top"> | |
1418 <th class="categorylist">Methods</th> | |
1419 <th class="categorylist">Description</th> | |
1420 <th class="categorylist">Defined in class</th> | |
1421 </tr> | |
1422 </thead> | |
1423 <tbody> | |
1424 <!-- ssm/bode --> | |
1425 <tr valign="top"> | |
1426 <td bgcolor="#f3f4f5"> | |
1427 <p><a href="matlab:doc('ssm/bode')">bode</a></p> | |
1428 </td> | |
1429 <td bgcolor="#f3f4f5"> | |
1430 <p>BODE makes a bode plot from the given inputs to outputs.</p> | |
1431 </td> | |
1432 <td bgcolor="#f3f4f5"> | |
1433 <p>ssm</p> | |
1434 </td> | |
1435 </tr> | |
1436 <!-- ssm/bodecst --> | |
1437 <tr valign="top"> | |
1438 <td> | |
1439 <p><a href="matlab:doc('ssm/bodecst')">bodecst</a></p> | |
1440 </td> | |
1441 <td> | |
1442 <p>BODECST makes a bodecst plot from the given inputs to outputs.</p> | |
1443 </td> | |
1444 <td> | |
1445 <p>ssm</p> | |
1446 </td> | |
1447 </tr> | |
1448 <!-- ssm/generateCovariance --> | |
1449 <tr valign="top"> | |
1450 <td bgcolor="#f3f4f5"> | |
1451 <p><a href="matlab:doc('ssm/generateCovariance')">generateCovariance</a></p> | |
1452 </td> | |
1453 <td bgcolor="#f3f4f5"> | |
1454 <p>GENERATECOVARIANCE generates a default covarance matrix.</p> | |
1455 </td> | |
1456 <td bgcolor="#f3f4f5"> | |
1457 <p>ssm</p> | |
1458 </td> | |
1459 </tr> | |
1460 <!-- ssm/resp --> | |
1461 <tr valign="top"> | |
1462 <td> | |
1463 <p><a href="matlab:doc('ssm/resp')">resp</a></p> | |
1464 </td> | |
1465 <td> | |
1466 <p>RESP gives the timewise impulse response of a statespace model.</p> | |
1467 </td> | |
1468 <td> | |
1469 <p>ssm</p> | |
1470 </td> | |
1471 </tr> | |
1472 <!-- ssm/respcst --> | |
1473 <tr valign="top"> | |
1474 <td bgcolor="#f3f4f5"> | |
1475 <p><a href="matlab:doc('ssm/respcst')">respcst</a></p> | |
1476 </td> | |
1477 <td bgcolor="#f3f4f5"> | |
1478 <p>RESPCST gives the timewise impulse response of a statespace model.</p> | |
1479 </td> | |
1480 <td bgcolor="#f3f4f5"> | |
1481 <p>ssm</p> | |
1482 </td> | |
1483 </tr> | |
1484 </tbody> | |
1485 </table> | |
1486 <!-- ===== Back to Top of Methods ===== --> | |
1487 <a href="#top_methods"> | |
1488 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1489 Back to Top of Section | |
1490 </a> | |
1491 | |
1492 </p> | |
1493 | |
1494 <!-- ================================================== --> | |
1495 <!-- END CONTENT FILE --> | |
1496 <!-- ================================================== --> | |
1497 | |
1498 </p> | |
1499 | |
1500 <br> | |
1501 <br> | |
1502 <table class="nav" summary="Navigation aid" border="0" width= | |
1503 "100%" cellpadding="0" cellspacing="0"> | |
1504 <tr valign="top"> | |
1505 <td align="left" width="20"><a href="class_desc_smodel.html"><img src= | |
1506 "b_prev.gif" border="0" align="bottom" alt= | |
1507 "smodel Class"></a> </td> | |
1508 | |
1509 <td align="left">smodel Class</td> | |
1510 | |
1511 <td> </td> | |
1512 | |
1513 <td align="right">timespan Class</td> | |
1514 | |
1515 <td align="right" width="20"><a href= | |
1516 "class_desc_timespan.html"><img src="b_next.gif" border="0" align= | |
1517 "bottom" alt="timespan Class"></a></td> | |
1518 </tr> | |
1519 </table><br> | |
1520 | |
1521 <p class="copy">©LTP Team</p> | |
1522 </body> | |
1523 </html> |