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