Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/class_desc_rational_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_rational_content.html,v 1.7 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_rational.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_rational.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_rational.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: 'num' --> | |
77 <tr valign="top"> | |
78 <td bgcolor="#f3f4f5"> | |
79 <p><a href="matlab:doc('rational.num')">num</a></p> | |
80 </td> | |
81 <td bgcolor="#f3f4f5"> | |
82 <p>numerator coefficients [a]</p> | |
83 </td> | |
84 <td bgcolor="#f3f4f5"> | |
85 <p>rational</p> | |
86 </td> | |
87 </tr> | |
88 <!-- Property: 'den' --> | |
89 <tr valign="top"> | |
90 <td> | |
91 <p><a href="matlab:doc('rational.den')">den</a></p> | |
92 </td> | |
93 <td> | |
94 <p>denominator coefficients [b]</p> | |
95 </td> | |
96 <td> | |
97 <p>rational</p> | |
98 </td> | |
99 </tr> | |
100 <!-- Property: 'iunits' --> | |
101 <tr valign="top"> | |
102 <td bgcolor="#f3f4f5"> | |
103 <p><a href="matlab:doc('rational.iunits')">iunits</a></p> | |
104 </td> | |
105 <td bgcolor="#f3f4f5"> | |
106 <p>input units of the object</p> | |
107 </td> | |
108 <td bgcolor="#f3f4f5"> | |
109 <p>ltpda_tf</p> | |
110 </td> | |
111 </tr> | |
112 <!-- Property: 'ounits' --> | |
113 <tr valign="top"> | |
114 <td> | |
115 <p><a href="matlab:doc('rational.ounits')">ounits</a></p> | |
116 </td> | |
117 <td> | |
118 <p>output units of the object</p> | |
119 </td> | |
120 <td> | |
121 <p>ltpda_tf</p> | |
122 </td> | |
123 </tr> | |
124 <!-- Property: 'hist' --> | |
125 <tr valign="top"> | |
126 <td bgcolor="#f3f4f5"> | |
127 <p><a href="matlab:doc('rational.hist')">hist</a></p> | |
128 </td> | |
129 <td bgcolor="#f3f4f5"> | |
130 <p>history of the object (history object)</p> | |
131 </td> | |
132 <td bgcolor="#f3f4f5"> | |
133 <p>ltpda_uoh</p> | |
134 </td> | |
135 </tr> | |
136 <!-- Property: 'procinfo' --> | |
137 <tr valign="top"> | |
138 <td> | |
139 <p><a href="matlab:doc('rational.procinfo')">procinfo</a></p> | |
140 </td> | |
141 <td> | |
142 <p>plist with additional information for an object.</p> | |
143 </td> | |
144 <td> | |
145 <p>ltpda_uoh</p> | |
146 </td> | |
147 </tr> | |
148 <!-- Property: 'plotinfo' --> | |
149 <tr valign="top"> | |
150 <td bgcolor="#f3f4f5"> | |
151 <p><a href="matlab:doc('rational.plotinfo')">plotinfo</a></p> | |
152 </td> | |
153 <td bgcolor="#f3f4f5"> | |
154 <p>plist with the plot information</p> | |
155 </td> | |
156 <td bgcolor="#f3f4f5"> | |
157 <p>ltpda_uoh</p> | |
158 </td> | |
159 </tr> | |
160 <!-- Property: 'name' --> | |
161 <tr valign="top"> | |
162 <td> | |
163 <p><a href="matlab:doc('rational.name')">name</a></p> | |
164 </td> | |
165 <td> | |
166 <p>name of the object</p> | |
167 </td> | |
168 <td> | |
169 <p>ltpda_uo</p> | |
170 </td> | |
171 </tr> | |
172 <!-- Property: 'description' --> | |
173 <tr valign="top"> | |
174 <td bgcolor="#f3f4f5"> | |
175 <p><a href="matlab:doc('rational.description')">description</a></p> | |
176 </td> | |
177 <td bgcolor="#f3f4f5"> | |
178 <p>description of the object</p> | |
179 </td> | |
180 <td bgcolor="#f3f4f5"> | |
181 <p>ltpda_uo</p> | |
182 </td> | |
183 </tr> | |
184 <!-- Property: 'mdlfile' --> | |
185 <tr valign="top"> | |
186 <td> | |
187 <p><a href="matlab:doc('rational.mdlfile')">mdlfile</a></p> | |
188 </td> | |
189 <td> | |
190 <p>model xml file of the LTPDAworkbench</p> | |
191 </td> | |
192 <td> | |
193 <p>ltpda_uo</p> | |
194 </td> | |
195 </tr> | |
196 <!-- Property: 'UUID' --> | |
197 <tr valign="top"> | |
198 <td bgcolor="#f3f4f5"> | |
199 <p><a href="matlab:doc('rational.UUID')">UUID</a></p> | |
200 </td> | |
201 <td bgcolor="#f3f4f5"> | |
202 <p>Universally Unique Identifier of 128-bit</p> | |
203 </td> | |
204 <td bgcolor="#f3f4f5"> | |
205 <p>ltpda_uo</p> | |
206 </td> | |
207 </tr> | |
208 </tbody> | |
209 </table> | |
210 </p> | |
211 | |
212 <!-- ===== Top of page ===== --> | |
213 <a href="#top_of_page"> | |
214 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
215 Back to Top | |
216 </a> | |
217 | |
218 <h2 class="title"><a name="top_methods"/>Methods</h2> | |
219 <!-- ===== link box: Begin ===== --> | |
220 <p> | |
221 <table border="1" width="80%"> | |
222 <tr> | |
223 <td> | |
224 <table border="0" cellpadding="5" class="subcategorylist" width="100%"> | |
225 <colgroup> | |
226 <col width="37%"/> | |
227 <col width="63%"/> | |
228 </colgroup> | |
229 <tbody> | |
230 <tr valign="top"> | |
231 <td> | |
232 <a href="class_desc_rational.html#constructor">Constructor</a> | |
233 </td> | |
234 <td>Constructor of this class</td> | |
235 </tr> | |
236 <tr valign="top"> | |
237 <td> | |
238 <a href="class_desc_rational.html#helper">Helper</a> | |
239 </td> | |
240 <td>Helper methods only for internal usage</td> | |
241 </tr> | |
242 <tr valign="top"> | |
243 <td> | |
244 <a href="class_desc_rational.html#internal">Internal</a> | |
245 </td> | |
246 <td>Internal methods only for internal usage</td> | |
247 </tr> | |
248 <tr valign="top"> | |
249 <td> | |
250 <a href="class_desc_rational.html#output">Output</a> | |
251 </td> | |
252 <td>Output methods</td> | |
253 </tr> | |
254 <tr valign="top"> | |
255 <td> | |
256 <a href="class_desc_rational.html#relational_operator">Relational Operator</a> | |
257 </td> | |
258 <td>Relational operator methods</td> | |
259 </tr> | |
260 <tr valign="top"> | |
261 <td> | |
262 <a href="class_desc_rational.html#signal_processing">Signal Processing</a> | |
263 </td> | |
264 <td>Signal processing methods</td> | |
265 </tr> | |
266 </tbody> | |
267 </table> | |
268 </td> | |
269 </tr> | |
270 </table> | |
271 </p> | |
272 <!-- ===== link box: End ====== --> | |
273 | |
274 <!-- ===== Top of page ===== --> | |
275 <a href="#top_of_page"> | |
276 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
277 Back to Top | |
278 </a> | |
279 | |
280 <!-- ===== Methods Category: Constructor ===== --> | |
281 <h3 class="title"><a name="constructor"/>Constructor</h3> | |
282 <p> | |
283 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
284 <colgroup> | |
285 <col width="15%"/> | |
286 <col width="73%"/> | |
287 <col width="12%"/> | |
288 </colgroup> | |
289 <thead> | |
290 <tr valign="top"> | |
291 <th class="categorylist">Methods</th> | |
292 <th class="categorylist">Description</th> | |
293 <th class="categorylist">Defined in class</th> | |
294 </tr> | |
295 </thead> | |
296 <tbody> | |
297 <!-- ltpda_uoh/rebuild --> | |
298 <tr valign="top"> | |
299 <td bgcolor="#f3f4f5"> | |
300 <p><a href="matlab:doc('rational/rebuild')">rebuild</a></p> | |
301 </td> | |
302 <td bgcolor="#f3f4f5"> | |
303 <p>REBUILD rebuilds the input objects using the history.</p> | |
304 </td> | |
305 <td bgcolor="#f3f4f5"> | |
306 <p>ltpda_uoh</p> | |
307 </td> | |
308 </tr> | |
309 <!-- rational/rational --> | |
310 <tr valign="top"> | |
311 <td> | |
312 <p><a href="matlab:doc('rational')">rational</a></p> | |
313 </td> | |
314 <td> | |
315 <p>RATIONAL rational representation of a transfer function.</p> | |
316 </td> | |
317 <td> | |
318 <p>rational</p> | |
319 </td> | |
320 </tr> | |
321 </tbody> | |
322 </table> | |
323 <!-- ===== Back to Top of Methods ===== --> | |
324 <a href="#top_methods"> | |
325 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
326 Back to Top of Section | |
327 </a> | |
328 | |
329 </p> | |
330 | |
331 <!-- ===== Methods Category: Helper ===== --> | |
332 <h3 class="title"><a name="helper"/>Helper</h3> | |
333 <p> | |
334 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
335 <colgroup> | |
336 <col width="15%"/> | |
337 <col width="73%"/> | |
338 <col width="12%"/> | |
339 </colgroup> | |
340 <thead> | |
341 <tr valign="top"> | |
342 <th class="categorylist">Methods</th> | |
343 <th class="categorylist">Description</th> | |
344 <th class="categorylist">Defined in class</th> | |
345 </tr> | |
346 </thead> | |
347 <tbody> | |
348 <!-- ltpda_obj/get --> | |
349 <tr valign="top"> | |
350 <td bgcolor="#f3f4f5"> | |
351 <p><a href="matlab:doc('rational/get')">get</a></p> | |
352 </td> | |
353 <td bgcolor="#f3f4f5"> | |
354 <p>GET get a property of a object.</p> | |
355 </td> | |
356 <td bgcolor="#f3f4f5"> | |
357 <p>ltpda_obj</p> | |
358 </td> | |
359 </tr> | |
360 <!-- ltpda_tf/setIunits --> | |
361 <tr valign="top"> | |
362 <td> | |
363 <p><a href="matlab:doc('rational/setIunits')">setIunits</a></p> | |
364 </td> | |
365 <td> | |
366 <p>SETIUNITS sets the 'iunits' property a transfer function object.</p> | |
367 </td> | |
368 <td> | |
369 <p>ltpda_tf</p> | |
370 </td> | |
371 </tr> | |
372 <!-- ltpda_tf/setOunits --> | |
373 <tr valign="top"> | |
374 <td bgcolor="#f3f4f5"> | |
375 <p><a href="matlab:doc('rational/setOunits')">setOunits</a></p> | |
376 </td> | |
377 <td bgcolor="#f3f4f5"> | |
378 <p>SETOUNITS sets the 'ounits' property a transfer function object.</p> | |
379 </td> | |
380 <td bgcolor="#f3f4f5"> | |
381 <p>ltpda_tf</p> | |
382 </td> | |
383 </tr> | |
384 <!-- ltpda_tf/simplifyUnits --> | |
385 <tr valign="top"> | |
386 <td> | |
387 <p><a href="matlab:doc('rational/simplifyUnits')">simplifyUnits</a></p> | |
388 </td> | |
389 <td> | |
390 <p>SIMPLIFYUNITS simplify the input units and/or output units of the object.</p> | |
391 </td> | |
392 <td> | |
393 <p>ltpda_tf</p> | |
394 </td> | |
395 </tr> | |
396 <!-- ltpda_uoh/created --> | |
397 <tr valign="top"> | |
398 <td bgcolor="#f3f4f5"> | |
399 <p><a href="matlab:doc('rational/created')">created</a></p> | |
400 </td> | |
401 <td bgcolor="#f3f4f5"> | |
402 <p>CREATED Returns a time object of the last modification.</p> | |
403 </td> | |
404 <td bgcolor="#f3f4f5"> | |
405 <p>ltpda_uoh</p> | |
406 </td> | |
407 </tr> | |
408 <!-- ltpda_uoh/creator --> | |
409 <tr valign="top"> | |
410 <td> | |
411 <p><a href="matlab:doc('rational/creator')">creator</a></p> | |
412 </td> | |
413 <td> | |
414 <p>CREATOR Extract the creator(s) from the history.</p> | |
415 </td> | |
416 <td> | |
417 <p>ltpda_uoh</p> | |
418 </td> | |
419 </tr> | |
420 <!-- ltpda_uoh/csvexport --> | |
421 <tr valign="top"> | |
422 <td bgcolor="#f3f4f5"> | |
423 <p><a href="matlab:doc('rational/csvexport')">csvexport</a></p> | |
424 </td> | |
425 <td bgcolor="#f3f4f5"> | |
426 <p>CSVEXPORT Exports the data of an object to a csv file.</p> | |
427 </td> | |
428 <td bgcolor="#f3f4f5"> | |
429 <p>ltpda_uoh</p> | |
430 </td> | |
431 </tr> | |
432 <!-- ltpda_uoh/index --> | |
433 <tr valign="top"> | |
434 <td> | |
435 <p><a href="matlab:doc('rational/index')">index</a></p> | |
436 </td> | |
437 <td> | |
438 <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p> | |
439 </td> | |
440 <td> | |
441 <p>ltpda_uoh</p> | |
442 </td> | |
443 </tr> | |
444 <!-- ltpda_uoh/requirements --> | |
445 <tr valign="top"> | |
446 <td bgcolor="#f3f4f5"> | |
447 <p><a href="matlab:doc('rational/requirements')">requirements</a></p> | |
448 </td> | |
449 <td bgcolor="#f3f4f5"> | |
450 <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p> | |
451 </td> | |
452 <td bgcolor="#f3f4f5"> | |
453 <p>ltpda_uoh</p> | |
454 </td> | |
455 </tr> | |
456 <!-- ltpda_uoh/setDescription --> | |
457 <tr valign="top"> | |
458 <td> | |
459 <p><a href="matlab:doc('rational/setDescription')">setDescription</a></p> | |
460 </td> | |
461 <td> | |
462 <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p> | |
463 </td> | |
464 <td> | |
465 <p>ltpda_uoh</p> | |
466 </td> | |
467 </tr> | |
468 <!-- ltpda_uoh/setMdlfile --> | |
469 <tr valign="top"> | |
470 <td bgcolor="#f3f4f5"> | |
471 <p><a href="matlab:doc('rational/setMdlfile')">setMdlfile</a></p> | |
472 </td> | |
473 <td bgcolor="#f3f4f5"> | |
474 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p> | |
475 </td> | |
476 <td bgcolor="#f3f4f5"> | |
477 <p>ltpda_uoh</p> | |
478 </td> | |
479 </tr> | |
480 <!-- ltpda_uoh/setName --> | |
481 <tr valign="top"> | |
482 <td> | |
483 <p><a href="matlab:doc('rational/setName')">setName</a></p> | |
484 </td> | |
485 <td> | |
486 <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p> | |
487 </td> | |
488 <td> | |
489 <p>ltpda_uoh</p> | |
490 </td> | |
491 </tr> | |
492 <!-- ltpda_uoh/setPlotinfo --> | |
493 <tr valign="top"> | |
494 <td bgcolor="#f3f4f5"> | |
495 <p><a href="matlab:doc('rational/setPlotinfo')">setPlotinfo</a></p> | |
496 </td> | |
497 <td bgcolor="#f3f4f5"> | |
498 <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p> | |
499 </td> | |
500 <td bgcolor="#f3f4f5"> | |
501 <p>ltpda_uoh</p> | |
502 </td> | |
503 </tr> | |
504 <!-- ltpda_uoh/setProcinfo --> | |
505 <tr valign="top"> | |
506 <td> | |
507 <p><a href="matlab:doc('rational/setProcinfo')">setProcinfo</a></p> | |
508 </td> | |
509 <td> | |
510 <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p> | |
511 </td> | |
512 <td> | |
513 <p>ltpda_uoh</p> | |
514 </td> | |
515 </tr> | |
516 </tbody> | |
517 </table> | |
518 <!-- ===== Back to Top of Methods ===== --> | |
519 <a href="#top_methods"> | |
520 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
521 Back to Top of Section | |
522 </a> | |
523 | |
524 </p> | |
525 | |
526 <!-- ===== Methods Category: Internal ===== --> | |
527 <h3 class="title"><a name="internal"/>Internal</h3> | |
528 <p> | |
529 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
530 <colgroup> | |
531 <col width="15%"/> | |
532 <col width="73%"/> | |
533 <col width="12%"/> | |
534 </colgroup> | |
535 <thead> | |
536 <tr valign="top"> | |
537 <th class="categorylist">Methods</th> | |
538 <th class="categorylist">Description</th> | |
539 <th class="categorylist">Defined in class</th> | |
540 </tr> | |
541 </thead> | |
542 <tbody> | |
543 <!-- ltpda_obj/isprop --> | |
544 <tr valign="top"> | |
545 <td bgcolor="#f3f4f5"> | |
546 <p><a href="matlab:doc('rational/isprop')">isprop</a></p> | |
547 </td> | |
548 <td bgcolor="#f3f4f5"> | |
549 <p>ISPROP tests if the given field is one of the object properties.</p> | |
550 </td> | |
551 <td bgcolor="#f3f4f5"> | |
552 <p>ltpda_obj</p> | |
553 </td> | |
554 </tr> | |
555 <!-- ltpda_uo/bsubmit --> | |
556 <tr valign="top"> | |
557 <td> | |
558 <p><a href="matlab:doc('rational/bsubmit')">bsubmit</a></p> | |
559 </td> | |
560 <td> | |
561 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p> | |
562 </td> | |
563 <td> | |
564 <p>ltpda_uo</p> | |
565 </td> | |
566 </tr> | |
567 <!-- ltpda_uo/submit --> | |
568 <tr valign="top"> | |
569 <td bgcolor="#f3f4f5"> | |
570 <p><a href="matlab:doc('rational/submit')">submit</a></p> | |
571 </td> | |
572 <td bgcolor="#f3f4f5"> | |
573 <p>SUBMIT Submits the given objects to an LTPDA repository</p> | |
574 </td> | |
575 <td bgcolor="#f3f4f5"> | |
576 <p>ltpda_uo</p> | |
577 </td> | |
578 </tr> | |
579 <!-- ltpda_uo/update --> | |
580 <tr valign="top"> | |
581 <td> | |
582 <p><a href="matlab:doc('rational/update')">update</a></p> | |
583 </td> | |
584 <td> | |
585 <p>UPDATE Updates the given object in an LTPDA repository</p> | |
586 </td> | |
587 <td> | |
588 <p>ltpda_uo</p> | |
589 </td> | |
590 </tr> | |
591 <!-- ltpda_uoh/string --> | |
592 <tr valign="top"> | |
593 <td bgcolor="#f3f4f5"> | |
594 <p><a href="matlab:doc('rational/string')">string</a></p> | |
595 </td> | |
596 <td bgcolor="#f3f4f5"> | |
597 <p>STRING writes a command string that can be used to recreate the input object(s).</p> | |
598 </td> | |
599 <td bgcolor="#f3f4f5"> | |
600 <p>ltpda_uoh</p> | |
601 </td> | |
602 </tr> | |
603 <!-- ltpda_uoh/type --> | |
604 <tr valign="top"> | |
605 <td> | |
606 <p><a href="matlab:doc('rational/type')">type</a></p> | |
607 </td> | |
608 <td> | |
609 <p>TYPE converts the input objects to MATLAB functions.</p> | |
610 </td> | |
611 <td> | |
612 <p>ltpda_uoh</p> | |
613 </td> | |
614 </tr> | |
615 <!-- rational/generateConstructorPlist --> | |
616 <tr valign="top"> | |
617 <td bgcolor="#f3f4f5"> | |
618 <p><a href="matlab:doc('rational/generateConstructorPlist')">generateConstructorPlist</a></p> | |
619 </td> | |
620 <td bgcolor="#f3f4f5"> | |
621 <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p> | |
622 </td> | |
623 <td bgcolor="#f3f4f5"> | |
624 <p>rational</p> | |
625 </td> | |
626 </tr> | |
627 <!-- rational/getlowerFreq --> | |
628 <tr valign="top"> | |
629 <td> | |
630 <p><a href="matlab:doc('rational/getlowerFreq')">getlowerFreq</a></p> | |
631 </td> | |
632 <td> | |
633 <p>GETLOWERFREQ gets the frequency of the lowest pole in the model.</p> | |
634 </td> | |
635 <td> | |
636 <p>rational</p> | |
637 </td> | |
638 </tr> | |
639 <!-- rational/getupperFreq --> | |
640 <tr valign="top"> | |
641 <td bgcolor="#f3f4f5"> | |
642 <p><a href="matlab:doc('rational/getupperFreq')">getupperFreq</a></p> | |
643 </td> | |
644 <td bgcolor="#f3f4f5"> | |
645 <p>GETUPPERFREQ gets the frequency of the highest pole in the model.</p> | |
646 </td> | |
647 <td bgcolor="#f3f4f5"> | |
648 <p>rational</p> | |
649 </td> | |
650 </tr> | |
651 </tbody> | |
652 </table> | |
653 <!-- ===== Back to Top of Methods ===== --> | |
654 <a href="#top_methods"> | |
655 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
656 Back to Top of Section | |
657 </a> | |
658 | |
659 </p> | |
660 | |
661 <!-- ===== Methods Category: Output ===== --> | |
662 <h3 class="title"><a name="output"/>Output</h3> | |
663 <p> | |
664 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
665 <colgroup> | |
666 <col width="15%"/> | |
667 <col width="73%"/> | |
668 <col width="12%"/> | |
669 </colgroup> | |
670 <thead> | |
671 <tr valign="top"> | |
672 <th class="categorylist">Methods</th> | |
673 <th class="categorylist">Description</th> | |
674 <th class="categorylist">Defined in class</th> | |
675 </tr> | |
676 </thead> | |
677 <tbody> | |
678 <!-- ltpda_uo/save --> | |
679 <tr valign="top"> | |
680 <td bgcolor="#f3f4f5"> | |
681 <p><a href="matlab:doc('rational/save')">save</a></p> | |
682 </td> | |
683 <td bgcolor="#f3f4f5"> | |
684 <p>SAVE overloads save operator for ltpda objects.</p> | |
685 </td> | |
686 <td bgcolor="#f3f4f5"> | |
687 <p>ltpda_uo</p> | |
688 </td> | |
689 </tr> | |
690 <!-- ltpda_uoh/report --> | |
691 <tr valign="top"> | |
692 <td> | |
693 <p><a href="matlab:doc('rational/report')">report</a></p> | |
694 </td> | |
695 <td> | |
696 <p>REPORT generates an HTML report about the input objects.</p> | |
697 </td> | |
698 <td> | |
699 <p>ltpda_uoh</p> | |
700 </td> | |
701 </tr> | |
702 <!-- ltpda_uoh/viewHistory --> | |
703 <tr valign="top"> | |
704 <td bgcolor="#f3f4f5"> | |
705 <p><a href="matlab:doc('rational/viewHistory')">viewHistory</a></p> | |
706 </td> | |
707 <td bgcolor="#f3f4f5"> | |
708 <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p> | |
709 </td> | |
710 <td bgcolor="#f3f4f5"> | |
711 <p>ltpda_uoh</p> | |
712 </td> | |
713 </tr> | |
714 <!-- rational/char --> | |
715 <tr valign="top"> | |
716 <td> | |
717 <p><a href="matlab:doc('rational/char')">char</a></p> | |
718 </td> | |
719 <td> | |
720 <p>CHAR convert a rational object into a string.</p> | |
721 </td> | |
722 <td> | |
723 <p>rational</p> | |
724 </td> | |
725 </tr> | |
726 <!-- rational/display --> | |
727 <tr valign="top"> | |
728 <td bgcolor="#f3f4f5"> | |
729 <p><a href="matlab:doc('rational/display')">display</a></p> | |
730 </td> | |
731 <td bgcolor="#f3f4f5"> | |
732 <p>DISPLAY overloads display functionality for rational objects.</p> | |
733 </td> | |
734 <td bgcolor="#f3f4f5"> | |
735 <p>rational</p> | |
736 </td> | |
737 </tr> | |
738 </tbody> | |
739 </table> | |
740 <!-- ===== Back to Top of Methods ===== --> | |
741 <a href="#top_methods"> | |
742 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
743 Back to Top of Section | |
744 </a> | |
745 | |
746 </p> | |
747 | |
748 <!-- ===== Methods Category: Relational_Operator ===== --> | |
749 <h3 class="title"><a name="relational_operator"/>Relational Operator</h3> | |
750 <p> | |
751 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
752 <colgroup> | |
753 <col width="15%"/> | |
754 <col width="73%"/> | |
755 <col width="12%"/> | |
756 </colgroup> | |
757 <thead> | |
758 <tr valign="top"> | |
759 <th class="categorylist">Methods</th> | |
760 <th class="categorylist">Description</th> | |
761 <th class="categorylist">Defined in class</th> | |
762 </tr> | |
763 </thead> | |
764 <tbody> | |
765 <!-- ltpda_obj/eq --> | |
766 <tr valign="top"> | |
767 <td bgcolor="#f3f4f5"> | |
768 <p><a href="matlab:doc('rational/eq')">eq</a></p> | |
769 </td> | |
770 <td bgcolor="#f3f4f5"> | |
771 <p>EQ overloads the == operator for ltpda objects.</p> | |
772 </td> | |
773 <td bgcolor="#f3f4f5"> | |
774 <p>ltpda_obj</p> | |
775 </td> | |
776 </tr> | |
777 <!-- ltpda_obj/ne --> | |
778 <tr valign="top"> | |
779 <td> | |
780 <p><a href="matlab:doc('rational/ne')">ne</a></p> | |
781 </td> | |
782 <td> | |
783 <p>NE overloads the ~= operator for ltpda objects.</p> | |
784 </td> | |
785 <td> | |
786 <p>ltpda_obj</p> | |
787 </td> | |
788 </tr> | |
789 </tbody> | |
790 </table> | |
791 <!-- ===== Back to Top of Methods ===== --> | |
792 <a href="#top_methods"> | |
793 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
794 Back to Top of Section | |
795 </a> | |
796 | |
797 </p> | |
798 | |
799 <!-- ===== Methods Category: Signal_Processing ===== --> | |
800 <h3 class="title"><a name="signal_processing"/>Signal Processing</h3> | |
801 <p> | |
802 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
803 <colgroup> | |
804 <col width="15%"/> | |
805 <col width="73%"/> | |
806 <col width="12%"/> | |
807 </colgroup> | |
808 <thead> | |
809 <tr valign="top"> | |
810 <th class="categorylist">Methods</th> | |
811 <th class="categorylist">Description</th> | |
812 <th class="categorylist">Defined in class</th> | |
813 </tr> | |
814 </thead> | |
815 <tbody> | |
816 <!-- ltpda_tf/resp --> | |
817 <tr valign="top"> | |
818 <td bgcolor="#f3f4f5"> | |
819 <p><a href="matlab:doc('rational/resp')">resp</a></p> | |
820 </td> | |
821 <td bgcolor="#f3f4f5"> | |
822 <p>RESP returns the complex response of a transfer function as an Analysis Object.</p> | |
823 </td> | |
824 <td bgcolor="#f3f4f5"> | |
825 <p>ltpda_tf</p> | |
826 </td> | |
827 </tr> | |
828 </tbody> | |
829 </table> | |
830 <!-- ===== Back to Top of Methods ===== --> | |
831 <a href="#top_methods"> | |
832 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
833 Back to Top of Section | |
834 </a> | |
835 | |
836 </p> | |
837 | |
838 <!-- ================================================== --> | |
839 <!-- END CONTENT FILE --> | |
840 <!-- ================================================== --> |