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