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