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