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