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