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