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