Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/class_desc_matrix.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>matrix 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_filterbank.html"><img src="b_prev.gif" border="0" align= | |
30 "bottom" alt="filterbank Class"></a> <a href= | |
31 "class_desc_mfir.html"><img src="b_next.gif" border="0" align= | |
32 "bottom" alt="mfir Class"></a></td> | |
33 </tr> | |
34 </table> | |
35 | |
36 <h1 class="title"><a name="f3-12899" id="f3-12899"></a>matrix 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_matrix.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_matrix.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_matrix.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: 'objs' --> | |
115 <tr valign="top"> | |
116 <td bgcolor="#f3f4f5"> | |
117 <p><a href="matlab:doc('matrix.objs')">objs</a></p> | |
118 </td> | |
119 <td bgcolor="#f3f4f5"> | |
120 <p>objects in matrix</p> | |
121 </td> | |
122 <td bgcolor="#f3f4f5"> | |
123 <p>matrix</p> | |
124 </td> | |
125 </tr> | |
126 <!-- Property: 'hist' --> | |
127 <tr valign="top"> | |
128 <td> | |
129 <p><a href="matlab:doc('matrix.hist')">hist</a></p> | |
130 </td> | |
131 <td> | |
132 <p>history of the object (history object)</p> | |
133 </td> | |
134 <td> | |
135 <p>ltpda_uoh</p> | |
136 </td> | |
137 </tr> | |
138 <!-- Property: 'procinfo' --> | |
139 <tr valign="top"> | |
140 <td bgcolor="#f3f4f5"> | |
141 <p><a href="matlab:doc('matrix.procinfo')">procinfo</a></p> | |
142 </td> | |
143 <td bgcolor="#f3f4f5"> | |
144 <p>plist with additional information for an object.</p> | |
145 </td> | |
146 <td bgcolor="#f3f4f5"> | |
147 <p>ltpda_uoh</p> | |
148 </td> | |
149 </tr> | |
150 <!-- Property: 'plotinfo' --> | |
151 <tr valign="top"> | |
152 <td> | |
153 <p><a href="matlab:doc('matrix.plotinfo')">plotinfo</a></p> | |
154 </td> | |
155 <td> | |
156 <p>plist with the plot information</p> | |
157 </td> | |
158 <td> | |
159 <p>ltpda_uoh</p> | |
160 </td> | |
161 </tr> | |
162 <!-- Property: 'name' --> | |
163 <tr valign="top"> | |
164 <td bgcolor="#f3f4f5"> | |
165 <p><a href="matlab:doc('matrix.name')">name</a></p> | |
166 </td> | |
167 <td bgcolor="#f3f4f5"> | |
168 <p>name of the object</p> | |
169 </td> | |
170 <td bgcolor="#f3f4f5"> | |
171 <p>ltpda_uo</p> | |
172 </td> | |
173 </tr> | |
174 <!-- Property: 'description' --> | |
175 <tr valign="top"> | |
176 <td> | |
177 <p><a href="matlab:doc('matrix.description')">description</a></p> | |
178 </td> | |
179 <td> | |
180 <p>description of the object</p> | |
181 </td> | |
182 <td> | |
183 <p>ltpda_uo</p> | |
184 </td> | |
185 </tr> | |
186 <!-- Property: 'mdlfile' --> | |
187 <tr valign="top"> | |
188 <td bgcolor="#f3f4f5"> | |
189 <p><a href="matlab:doc('matrix.mdlfile')">mdlfile</a></p> | |
190 </td> | |
191 <td bgcolor="#f3f4f5"> | |
192 <p>model xml file of the LTPDAworkbench</p> | |
193 </td> | |
194 <td bgcolor="#f3f4f5"> | |
195 <p>ltpda_uo</p> | |
196 </td> | |
197 </tr> | |
198 <!-- Property: 'UUID' --> | |
199 <tr valign="top"> | |
200 <td> | |
201 <p><a href="matlab:doc('matrix.UUID')">UUID</a></p> | |
202 </td> | |
203 <td> | |
204 <p>Universally Unique Identifier of 128-bit</p> | |
205 </td> | |
206 <td> | |
207 <p>ltpda_uo</p> | |
208 </td> | |
209 </tr> | |
210 </tbody> | |
211 </table> | |
212 </p> | |
213 | |
214 <!-- ===== Top of page ===== --> | |
215 <a href="#top_of_page"> | |
216 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
217 Back to Top | |
218 </a> | |
219 | |
220 <h2 class="title"><a name="top_methods"/>Methods</h2> | |
221 <!-- ===== link box: Begin ===== --> | |
222 <p> | |
223 <table border="1" width="80%"> | |
224 <tr> | |
225 <td> | |
226 <table border="0" cellpadding="5" class="subcategorylist" width="100%"> | |
227 <colgroup> | |
228 <col width="37%"/> | |
229 <col width="63%"/> | |
230 </colgroup> | |
231 <tbody> | |
232 <tr valign="top"> | |
233 <td> | |
234 <a href="class_desc_matrix.html#arithmetic_operator">Arithmetic Operator</a> | |
235 </td> | |
236 <td>Arithmetic Operator</td> | |
237 </tr> | |
238 <tr valign="top"> | |
239 <td> | |
240 <a href="class_desc_matrix.html#constructor">Constructor</a> | |
241 </td> | |
242 <td>Constructor of this class</td> | |
243 </tr> | |
244 <tr valign="top"> | |
245 <td> | |
246 <a href="class_desc_matrix.html#helper">Helper</a> | |
247 </td> | |
248 <td>Helper methods only for internal usage</td> | |
249 </tr> | |
250 <tr valign="top"> | |
251 <td> | |
252 <a href="class_desc_matrix.html#internal">Internal</a> | |
253 </td> | |
254 <td>Internal methods only for internal usage</td> | |
255 </tr> | |
256 <tr valign="top"> | |
257 <td> | |
258 <a href="class_desc_matrix.html#operator">Operator</a> | |
259 </td> | |
260 <td>Operator methods</td> | |
261 </tr> | |
262 <tr valign="top"> | |
263 <td> | |
264 <a href="class_desc_matrix.html#output">Output</a> | |
265 </td> | |
266 <td>Output methods</td> | |
267 </tr> | |
268 <tr valign="top"> | |
269 <td> | |
270 <a href="class_desc_matrix.html#relational_operator">Relational Operator</a> | |
271 </td> | |
272 <td>Relational operator methods</td> | |
273 </tr> | |
274 <tr valign="top"> | |
275 <td> | |
276 <a href="class_desc_matrix.html#signal_processing">Signal Processing</a> | |
277 </td> | |
278 <td>Signal processing methods</td> | |
279 </tr> | |
280 </tbody> | |
281 </table> | |
282 </td> | |
283 </tr> | |
284 </table> | |
285 </p> | |
286 <!-- ===== link box: End ====== --> | |
287 | |
288 <!-- ===== Top of page ===== --> | |
289 <a href="#top_of_page"> | |
290 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
291 Back to Top | |
292 </a> | |
293 | |
294 <!-- ===== Methods Category: Arithmetic_Operator ===== --> | |
295 <h3 class="title"><a name="arithmetic_operator"/>Arithmetic Operator</h3> | |
296 <p> | |
297 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
298 <colgroup> | |
299 <col width="15%"/> | |
300 <col width="73%"/> | |
301 <col width="12%"/> | |
302 </colgroup> | |
303 <thead> | |
304 <tr valign="top"> | |
305 <th class="categorylist">Methods</th> | |
306 <th class="categorylist">Description</th> | |
307 <th class="categorylist">Defined in class</th> | |
308 </tr> | |
309 </thead> | |
310 <tbody> | |
311 <!-- matrix/conj --> | |
312 <tr valign="top"> | |
313 <td bgcolor="#f3f4f5"> | |
314 <p><a href="matlab:doc('matrix/conj')">conj</a></p> | |
315 </td> | |
316 <td bgcolor="#f3f4f5"> | |
317 <p>conj implements conj operator for matrix objects.</p> | |
318 </td> | |
319 <td bgcolor="#f3f4f5"> | |
320 <p>matrix</p> | |
321 </td> | |
322 </tr> | |
323 <!-- matrix/ctranspose --> | |
324 <tr valign="top"> | |
325 <td> | |
326 <p><a href="matlab:doc('matrix/ctranspose')">ctranspose</a></p> | |
327 </td> | |
328 <td> | |
329 <p>CTRANSPOSE implements conjugate transpose operator for matrix objects.</p> | |
330 </td> | |
331 <td> | |
332 <p>matrix</p> | |
333 </td> | |
334 </tr> | |
335 <!-- matrix/fft --> | |
336 <tr valign="top"> | |
337 <td bgcolor="#f3f4f5"> | |
338 <p><a href="matlab:doc('matrix/fft')">fft</a></p> | |
339 </td> | |
340 <td bgcolor="#f3f4f5"> | |
341 <p>FFT implements the fft operator for matrix objects.</p> | |
342 </td> | |
343 <td bgcolor="#f3f4f5"> | |
344 <p>matrix</p> | |
345 </td> | |
346 </tr> | |
347 <!-- matrix/filter --> | |
348 <tr valign="top"> | |
349 <td> | |
350 <p><a href="matlab:doc('matrix/filter')">filter</a></p> | |
351 </td> | |
352 <td> | |
353 <p>FILTER implements N-dim filter operator for matrix objects.</p> | |
354 </td> | |
355 <td> | |
356 <p>matrix</p> | |
357 </td> | |
358 </tr> | |
359 <!-- matrix/minus --> | |
360 <tr valign="top"> | |
361 <td bgcolor="#f3f4f5"> | |
362 <p><a href="matlab:doc('matrix/minus')">minus</a></p> | |
363 </td> | |
364 <td bgcolor="#f3f4f5"> | |
365 <p>MINUS implements subtraction operator for ltpda model objects.</p> | |
366 </td> | |
367 <td bgcolor="#f3f4f5"> | |
368 <p>matrix</p> | |
369 </td> | |
370 </tr> | |
371 <!-- matrix/mtimes --> | |
372 <tr valign="top"> | |
373 <td> | |
374 <p><a href="matlab:doc('matrix/mtimes')">mtimes</a></p> | |
375 </td> | |
376 <td> | |
377 <p>MTIMES implements mtimes operator for matrix objects.</p> | |
378 </td> | |
379 <td> | |
380 <p>matrix</p> | |
381 </td> | |
382 </tr> | |
383 <!-- matrix/plus --> | |
384 <tr valign="top"> | |
385 <td bgcolor="#f3f4f5"> | |
386 <p><a href="matlab:doc('matrix/plus')">plus</a></p> | |
387 </td> | |
388 <td bgcolor="#f3f4f5"> | |
389 <p>PLUS implements addition operator for matrix objects.</p> | |
390 </td> | |
391 <td bgcolor="#f3f4f5"> | |
392 <p>matrix</p> | |
393 </td> | |
394 </tr> | |
395 <!-- matrix/rdivide --> | |
396 <tr valign="top"> | |
397 <td> | |
398 <p><a href="matlab:doc('matrix/rdivide')">rdivide</a></p> | |
399 </td> | |
400 <td> | |
401 <p>RDIVIDE implements division operator for matrix objects.</p> | |
402 </td> | |
403 <td> | |
404 <p>matrix</p> | |
405 </td> | |
406 </tr> | |
407 <!-- matrix/split --> | |
408 <tr valign="top"> | |
409 <td bgcolor="#f3f4f5"> | |
410 <p><a href="matlab:doc('matrix/split')">split</a></p> | |
411 </td> | |
412 <td bgcolor="#f3f4f5"> | |
413 <p>SPLIT splits a matrix object into the specified segments.</p> | |
414 </td> | |
415 <td bgcolor="#f3f4f5"> | |
416 <p>matrix</p> | |
417 </td> | |
418 </tr> | |
419 <!-- matrix/times --> | |
420 <tr valign="top"> | |
421 <td> | |
422 <p><a href="matlab:doc('matrix/times')">times</a></p> | |
423 </td> | |
424 <td> | |
425 <p>TIMES implements multiplication operator for matrix objects.</p> | |
426 </td> | |
427 <td> | |
428 <p>matrix</p> | |
429 </td> | |
430 </tr> | |
431 <!-- matrix/transpose --> | |
432 <tr valign="top"> | |
433 <td bgcolor="#f3f4f5"> | |
434 <p><a href="matlab:doc('matrix/transpose')">transpose</a></p> | |
435 </td> | |
436 <td bgcolor="#f3f4f5"> | |
437 <p>TRANSPOSE implements transpose operator for matrix objects.</p> | |
438 </td> | |
439 <td bgcolor="#f3f4f5"> | |
440 <p>matrix</p> | |
441 </td> | |
442 </tr> | |
443 </tbody> | |
444 </table> | |
445 <!-- ===== Back to Top of Methods ===== --> | |
446 <a href="#top_methods"> | |
447 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
448 Back to Top of Section | |
449 </a> | |
450 | |
451 </p> | |
452 | |
453 <!-- ===== Methods Category: Constructor ===== --> | |
454 <h3 class="title"><a name="constructor"/>Constructor</h3> | |
455 <p> | |
456 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
457 <colgroup> | |
458 <col width="15%"/> | |
459 <col width="73%"/> | |
460 <col width="12%"/> | |
461 </colgroup> | |
462 <thead> | |
463 <tr valign="top"> | |
464 <th class="categorylist">Methods</th> | |
465 <th class="categorylist">Description</th> | |
466 <th class="categorylist">Defined in class</th> | |
467 </tr> | |
468 </thead> | |
469 <tbody> | |
470 <!-- ltpda_uoh/rebuild --> | |
471 <tr valign="top"> | |
472 <td bgcolor="#f3f4f5"> | |
473 <p><a href="matlab:doc('matrix/rebuild')">rebuild</a></p> | |
474 </td> | |
475 <td bgcolor="#f3f4f5"> | |
476 <p>REBUILD rebuilds the input objects using the history.</p> | |
477 </td> | |
478 <td bgcolor="#f3f4f5"> | |
479 <p>ltpda_uoh</p> | |
480 </td> | |
481 </tr> | |
482 <!-- matrix/matrix --> | |
483 <tr valign="top"> | |
484 <td> | |
485 <p><a href="matlab:doc('matrix')">matrix</a></p> | |
486 </td> | |
487 <td> | |
488 <p>MATRIX constructor for matrix class.</p> | |
489 </td> | |
490 <td> | |
491 <p>matrix</p> | |
492 </td> | |
493 </tr> | |
494 </tbody> | |
495 </table> | |
496 <!-- ===== Back to Top of Methods ===== --> | |
497 <a href="#top_methods"> | |
498 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
499 Back to Top of Section | |
500 </a> | |
501 | |
502 </p> | |
503 | |
504 <!-- ===== Methods Category: Helper ===== --> | |
505 <h3 class="title"><a name="helper"/>Helper</h3> | |
506 <p> | |
507 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
508 <colgroup> | |
509 <col width="15%"/> | |
510 <col width="73%"/> | |
511 <col width="12%"/> | |
512 </colgroup> | |
513 <thead> | |
514 <tr valign="top"> | |
515 <th class="categorylist">Methods</th> | |
516 <th class="categorylist">Description</th> | |
517 <th class="categorylist">Defined in class</th> | |
518 </tr> | |
519 </thead> | |
520 <tbody> | |
521 <!-- ltpda_obj/get --> | |
522 <tr valign="top"> | |
523 <td bgcolor="#f3f4f5"> | |
524 <p><a href="matlab:doc('matrix/get')">get</a></p> | |
525 </td> | |
526 <td bgcolor="#f3f4f5"> | |
527 <p>GET get a property of a object.</p> | |
528 </td> | |
529 <td bgcolor="#f3f4f5"> | |
530 <p>ltpda_obj</p> | |
531 </td> | |
532 </tr> | |
533 <!-- ltpda_uoh/created --> | |
534 <tr valign="top"> | |
535 <td> | |
536 <p><a href="matlab:doc('matrix/created')">created</a></p> | |
537 </td> | |
538 <td> | |
539 <p>CREATED Returns a time object of the last modification.</p> | |
540 </td> | |
541 <td> | |
542 <p>ltpda_uoh</p> | |
543 </td> | |
544 </tr> | |
545 <!-- ltpda_uoh/creator --> | |
546 <tr valign="top"> | |
547 <td bgcolor="#f3f4f5"> | |
548 <p><a href="matlab:doc('matrix/creator')">creator</a></p> | |
549 </td> | |
550 <td bgcolor="#f3f4f5"> | |
551 <p>CREATOR Extract the creator(s) from the history.</p> | |
552 </td> | |
553 <td bgcolor="#f3f4f5"> | |
554 <p>ltpda_uoh</p> | |
555 </td> | |
556 </tr> | |
557 <!-- ltpda_uoh/csvexport --> | |
558 <tr valign="top"> | |
559 <td> | |
560 <p><a href="matlab:doc('matrix/csvexport')">csvexport</a></p> | |
561 </td> | |
562 <td> | |
563 <p>CSVEXPORT Exports the data of an object to a csv file.</p> | |
564 </td> | |
565 <td> | |
566 <p>ltpda_uoh</p> | |
567 </td> | |
568 </tr> | |
569 <!-- ltpda_uoh/index --> | |
570 <tr valign="top"> | |
571 <td bgcolor="#f3f4f5"> | |
572 <p><a href="matlab:doc('matrix/index')">index</a></p> | |
573 </td> | |
574 <td bgcolor="#f3f4f5"> | |
575 <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p> | |
576 </td> | |
577 <td bgcolor="#f3f4f5"> | |
578 <p>ltpda_uoh</p> | |
579 </td> | |
580 </tr> | |
581 <!-- ltpda_uoh/requirements --> | |
582 <tr valign="top"> | |
583 <td> | |
584 <p><a href="matlab:doc('matrix/requirements')">requirements</a></p> | |
585 </td> | |
586 <td> | |
587 <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p> | |
588 </td> | |
589 <td> | |
590 <p>ltpda_uoh</p> | |
591 </td> | |
592 </tr> | |
593 <!-- ltpda_uoh/setDescription --> | |
594 <tr valign="top"> | |
595 <td bgcolor="#f3f4f5"> | |
596 <p><a href="matlab:doc('matrix/setDescription')">setDescription</a></p> | |
597 </td> | |
598 <td bgcolor="#f3f4f5"> | |
599 <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p> | |
600 </td> | |
601 <td bgcolor="#f3f4f5"> | |
602 <p>ltpda_uoh</p> | |
603 </td> | |
604 </tr> | |
605 <!-- ltpda_uoh/setMdlfile --> | |
606 <tr valign="top"> | |
607 <td> | |
608 <p><a href="matlab:doc('matrix/setMdlfile')">setMdlfile</a></p> | |
609 </td> | |
610 <td> | |
611 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p> | |
612 </td> | |
613 <td> | |
614 <p>ltpda_uoh</p> | |
615 </td> | |
616 </tr> | |
617 <!-- ltpda_uoh/setName --> | |
618 <tr valign="top"> | |
619 <td bgcolor="#f3f4f5"> | |
620 <p><a href="matlab:doc('matrix/setName')">setName</a></p> | |
621 </td> | |
622 <td bgcolor="#f3f4f5"> | |
623 <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p> | |
624 </td> | |
625 <td bgcolor="#f3f4f5"> | |
626 <p>ltpda_uoh</p> | |
627 </td> | |
628 </tr> | |
629 <!-- ltpda_uoh/setPlotinfo --> | |
630 <tr valign="top"> | |
631 <td> | |
632 <p><a href="matlab:doc('matrix/setPlotinfo')">setPlotinfo</a></p> | |
633 </td> | |
634 <td> | |
635 <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p> | |
636 </td> | |
637 <td> | |
638 <p>ltpda_uoh</p> | |
639 </td> | |
640 </tr> | |
641 <!-- ltpda_uoh/setProcinfo --> | |
642 <tr valign="top"> | |
643 <td bgcolor="#f3f4f5"> | |
644 <p><a href="matlab:doc('matrix/setProcinfo')">setProcinfo</a></p> | |
645 </td> | |
646 <td bgcolor="#f3f4f5"> | |
647 <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p> | |
648 </td> | |
649 <td bgcolor="#f3f4f5"> | |
650 <p>ltpda_uoh</p> | |
651 </td> | |
652 </tr> | |
653 <!-- matrix/getObjectAtIndex --> | |
654 <tr valign="top"> | |
655 <td> | |
656 <p><a href="matlab:doc('matrix/getObjectAtIndex')">getObjectAtIndex</a></p> | |
657 </td> | |
658 <td> | |
659 <p>GETOBJECTATINDEX index into the inner objects of one matrix object.</p> | |
660 </td> | |
661 <td> | |
662 <p>matrix</p> | |
663 </td> | |
664 </tr> | |
665 <!-- matrix/ncols --> | |
666 <tr valign="top"> | |
667 <td bgcolor="#f3f4f5"> | |
668 <p><a href="matlab:doc('matrix/ncols')">ncols</a></p> | |
669 </td> | |
670 <td bgcolor="#f3f4f5"> | |
671 <p>NCOLS Returns the number of columns of the inner object array.</p> | |
672 </td> | |
673 <td bgcolor="#f3f4f5"> | |
674 <p>matrix</p> | |
675 </td> | |
676 </tr> | |
677 <!-- matrix/nrows --> | |
678 <tr valign="top"> | |
679 <td> | |
680 <p><a href="matlab:doc('matrix/nrows')">nrows</a></p> | |
681 </td> | |
682 <td> | |
683 <p>NROWS Returns the number of rows of the inner object array.</p> | |
684 </td> | |
685 <td> | |
686 <p>matrix</p> | |
687 </td> | |
688 </tr> | |
689 <!-- matrix/osize --> | |
690 <tr valign="top"> | |
691 <td bgcolor="#f3f4f5"> | |
692 <p><a href="matlab:doc('matrix/osize')">osize</a></p> | |
693 </td> | |
694 <td bgcolor="#f3f4f5"> | |
695 <p>OSIZE Returns the size of the inner object array.</p> | |
696 </td> | |
697 <td bgcolor="#f3f4f5"> | |
698 <p>matrix</p> | |
699 </td> | |
700 </tr> | |
701 <!-- matrix/setObjs --> | |
702 <tr valign="top"> | |
703 <td> | |
704 <p><a href="matlab:doc('matrix/setObjs')">setObjs</a></p> | |
705 </td> | |
706 <td> | |
707 <p>SETOBJS sets the 'objs' property of a matrix object.</p> | |
708 </td> | |
709 <td> | |
710 <p>matrix</p> | |
711 </td> | |
712 </tr> | |
713 </tbody> | |
714 </table> | |
715 <!-- ===== Back to Top of Methods ===== --> | |
716 <a href="#top_methods"> | |
717 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
718 Back to Top of Section | |
719 </a> | |
720 | |
721 </p> | |
722 | |
723 <!-- ===== Methods Category: Internal ===== --> | |
724 <h3 class="title"><a name="internal"/>Internal</h3> | |
725 <p> | |
726 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
727 <colgroup> | |
728 <col width="15%"/> | |
729 <col width="73%"/> | |
730 <col width="12%"/> | |
731 </colgroup> | |
732 <thead> | |
733 <tr valign="top"> | |
734 <th class="categorylist">Methods</th> | |
735 <th class="categorylist">Description</th> | |
736 <th class="categorylist">Defined in class</th> | |
737 </tr> | |
738 </thead> | |
739 <tbody> | |
740 <!-- ltpda_obj/isprop --> | |
741 <tr valign="top"> | |
742 <td bgcolor="#f3f4f5"> | |
743 <p><a href="matlab:doc('matrix/isprop')">isprop</a></p> | |
744 </td> | |
745 <td bgcolor="#f3f4f5"> | |
746 <p>ISPROP tests if the given field is one of the object properties.</p> | |
747 </td> | |
748 <td bgcolor="#f3f4f5"> | |
749 <p>ltpda_obj</p> | |
750 </td> | |
751 </tr> | |
752 <!-- ltpda_uo/bsubmit --> | |
753 <tr valign="top"> | |
754 <td> | |
755 <p><a href="matlab:doc('matrix/bsubmit')">bsubmit</a></p> | |
756 </td> | |
757 <td> | |
758 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p> | |
759 </td> | |
760 <td> | |
761 <p>ltpda_uo</p> | |
762 </td> | |
763 </tr> | |
764 <!-- ltpda_uo/submit --> | |
765 <tr valign="top"> | |
766 <td bgcolor="#f3f4f5"> | |
767 <p><a href="matlab:doc('matrix/submit')">submit</a></p> | |
768 </td> | |
769 <td bgcolor="#f3f4f5"> | |
770 <p>SUBMIT Submits the given objects to an LTPDA repository</p> | |
771 </td> | |
772 <td bgcolor="#f3f4f5"> | |
773 <p>ltpda_uo</p> | |
774 </td> | |
775 </tr> | |
776 <!-- ltpda_uo/update --> | |
777 <tr valign="top"> | |
778 <td> | |
779 <p><a href="matlab:doc('matrix/update')">update</a></p> | |
780 </td> | |
781 <td> | |
782 <p>UPDATE Updates the given object in an LTPDA repository</p> | |
783 </td> | |
784 <td> | |
785 <p>ltpda_uo</p> | |
786 </td> | |
787 </tr> | |
788 <!-- ltpda_uoh/string --> | |
789 <tr valign="top"> | |
790 <td bgcolor="#f3f4f5"> | |
791 <p><a href="matlab:doc('matrix/string')">string</a></p> | |
792 </td> | |
793 <td bgcolor="#f3f4f5"> | |
794 <p>STRING writes a command string that can be used to recreate the input object(s).</p> | |
795 </td> | |
796 <td bgcolor="#f3f4f5"> | |
797 <p>ltpda_uoh</p> | |
798 </td> | |
799 </tr> | |
800 <!-- ltpda_uoh/type --> | |
801 <tr valign="top"> | |
802 <td> | |
803 <p><a href="matlab:doc('matrix/type')">type</a></p> | |
804 </td> | |
805 <td> | |
806 <p>TYPE converts the input objects to MATLAB functions.</p> | |
807 </td> | |
808 <td> | |
809 <p>ltpda_uoh</p> | |
810 </td> | |
811 </tr> | |
812 <!-- matrix/generateConstructorPlist --> | |
813 <tr valign="top"> | |
814 <td bgcolor="#f3f4f5"> | |
815 <p><a href="matlab:doc('matrix/generateConstructorPlist')">generateConstructorPlist</a></p> | |
816 </td> | |
817 <td bgcolor="#f3f4f5"> | |
818 <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p> | |
819 </td> | |
820 <td bgcolor="#f3f4f5"> | |
821 <p>matrix</p> | |
822 </td> | |
823 </tr> | |
824 </tbody> | |
825 </table> | |
826 <!-- ===== Back to Top of Methods ===== --> | |
827 <a href="#top_methods"> | |
828 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
829 Back to Top of Section | |
830 </a> | |
831 | |
832 </p> | |
833 | |
834 <!-- ===== Methods Category: Operator ===== --> | |
835 <h3 class="title"><a name="operator"/>Operator</h3> | |
836 <p> | |
837 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
838 <colgroup> | |
839 <col width="15%"/> | |
840 <col width="73%"/> | |
841 <col width="12%"/> | |
842 </colgroup> | |
843 <thead> | |
844 <tr valign="top"> | |
845 <th class="categorylist">Methods</th> | |
846 <th class="categorylist">Description</th> | |
847 <th class="categorylist">Defined in class</th> | |
848 </tr> | |
849 </thead> | |
850 <tbody> | |
851 <!-- matrix/det --> | |
852 <tr valign="top"> | |
853 <td bgcolor="#f3f4f5"> | |
854 <p><a href="matlab:doc('matrix/det')">det</a></p> | |
855 </td> | |
856 <td bgcolor="#f3f4f5"> | |
857 <p>DET evaluates the determinant for matrix object.</p> | |
858 </td> | |
859 <td bgcolor="#f3f4f5"> | |
860 <p>matrix</p> | |
861 </td> | |
862 </tr> | |
863 <!-- matrix/fftfilt --> | |
864 <tr valign="top"> | |
865 <td> | |
866 <p><a href="matlab:doc('matrix/fftfilt')">fftfilt</a></p> | |
867 </td> | |
868 <td> | |
869 <p>FFTFILT fft filter for matrix objects</p> | |
870 </td> | |
871 <td> | |
872 <p>matrix</p> | |
873 </td> | |
874 </tr> | |
875 <!-- matrix/inv --> | |
876 <tr valign="top"> | |
877 <td bgcolor="#f3f4f5"> | |
878 <p><a href="matlab:doc('matrix/inv')">inv</a></p> | |
879 </td> | |
880 <td bgcolor="#f3f4f5"> | |
881 <p>INV evaluates the inverse for matrix object.</p> | |
882 </td> | |
883 <td bgcolor="#f3f4f5"> | |
884 <p>matrix</p> | |
885 </td> | |
886 </tr> | |
887 <!-- matrix/linearize --> | |
888 <tr valign="top"> | |
889 <td> | |
890 <p><a href="matlab:doc('matrix/linearize')">linearize</a></p> | |
891 </td> | |
892 <td> | |
893 <p>LINEARIZE output the derivatives of the model relative to the parameters.</p> | |
894 </td> | |
895 <td> | |
896 <p>matrix</p> | |
897 </td> | |
898 </tr> | |
899 <!-- matrix/rotate --> | |
900 <tr valign="top"> | |
901 <td bgcolor="#f3f4f5"> | |
902 <p><a href="matlab:doc('matrix/rotate')">rotate</a></p> | |
903 </td> | |
904 <td bgcolor="#f3f4f5"> | |
905 <p>ROTATE applies rotation factor to matrix objects</p> | |
906 </td> | |
907 <td bgcolor="#f3f4f5"> | |
908 <p>matrix</p> | |
909 </td> | |
910 </tr> | |
911 <!-- matrix/simplify --> | |
912 <tr valign="top"> | |
913 <td> | |
914 <p><a href="matlab:doc('matrix/simplify')">simplify</a></p> | |
915 </td> | |
916 <td> | |
917 <p>SIMPLIFY each model in the matrix.</p> | |
918 </td> | |
919 <td> | |
920 <p>matrix</p> | |
921 </td> | |
922 </tr> | |
923 </tbody> | |
924 </table> | |
925 <!-- ===== Back to Top of Methods ===== --> | |
926 <a href="#top_methods"> | |
927 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
928 Back to Top of Section | |
929 </a> | |
930 | |
931 </p> | |
932 | |
933 <!-- ===== Methods Category: Output ===== --> | |
934 <h3 class="title"><a name="output"/>Output</h3> | |
935 <p> | |
936 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
937 <colgroup> | |
938 <col width="15%"/> | |
939 <col width="73%"/> | |
940 <col width="12%"/> | |
941 </colgroup> | |
942 <thead> | |
943 <tr valign="top"> | |
944 <th class="categorylist">Methods</th> | |
945 <th class="categorylist">Description</th> | |
946 <th class="categorylist">Defined in class</th> | |
947 </tr> | |
948 </thead> | |
949 <tbody> | |
950 <!-- ltpda_uo/save --> | |
951 <tr valign="top"> | |
952 <td bgcolor="#f3f4f5"> | |
953 <p><a href="matlab:doc('matrix/save')">save</a></p> | |
954 </td> | |
955 <td bgcolor="#f3f4f5"> | |
956 <p>SAVE overloads save operator for ltpda objects.</p> | |
957 </td> | |
958 <td bgcolor="#f3f4f5"> | |
959 <p>ltpda_uo</p> | |
960 </td> | |
961 </tr> | |
962 <!-- ltpda_uoh/report --> | |
963 <tr valign="top"> | |
964 <td> | |
965 <p><a href="matlab:doc('matrix/report')">report</a></p> | |
966 </td> | |
967 <td> | |
968 <p>REPORT generates an HTML report about the input objects.</p> | |
969 </td> | |
970 <td> | |
971 <p>ltpda_uoh</p> | |
972 </td> | |
973 </tr> | |
974 <!-- ltpda_uoh/viewHistory --> | |
975 <tr valign="top"> | |
976 <td bgcolor="#f3f4f5"> | |
977 <p><a href="matlab:doc('matrix/viewHistory')">viewHistory</a></p> | |
978 </td> | |
979 <td bgcolor="#f3f4f5"> | |
980 <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p> | |
981 </td> | |
982 <td bgcolor="#f3f4f5"> | |
983 <p>ltpda_uoh</p> | |
984 </td> | |
985 </tr> | |
986 <!-- matrix/char --> | |
987 <tr valign="top"> | |
988 <td> | |
989 <p><a href="matlab:doc('matrix/char')">char</a></p> | |
990 </td> | |
991 <td> | |
992 <p>CHAR convert a matrix object into a string.</p> | |
993 </td> | |
994 <td> | |
995 <p>matrix</p> | |
996 </td> | |
997 </tr> | |
998 <!-- matrix/display --> | |
999 <tr valign="top"> | |
1000 <td bgcolor="#f3f4f5"> | |
1001 <p><a href="matlab:doc('matrix/display')">display</a></p> | |
1002 </td> | |
1003 <td bgcolor="#f3f4f5"> | |
1004 <p>DISPLAY overloads display functionality for matrix objects.</p> | |
1005 </td> | |
1006 <td bgcolor="#f3f4f5"> | |
1007 <p>matrix</p> | |
1008 </td> | |
1009 </tr> | |
1010 </tbody> | |
1011 </table> | |
1012 <!-- ===== Back to Top of Methods ===== --> | |
1013 <a href="#top_methods"> | |
1014 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1015 Back to Top of Section | |
1016 </a> | |
1017 | |
1018 </p> | |
1019 | |
1020 <!-- ===== Methods Category: Relational_Operator ===== --> | |
1021 <h3 class="title"><a name="relational_operator"/>Relational Operator</h3> | |
1022 <p> | |
1023 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1024 <colgroup> | |
1025 <col width="15%"/> | |
1026 <col width="73%"/> | |
1027 <col width="12%"/> | |
1028 </colgroup> | |
1029 <thead> | |
1030 <tr valign="top"> | |
1031 <th class="categorylist">Methods</th> | |
1032 <th class="categorylist">Description</th> | |
1033 <th class="categorylist">Defined in class</th> | |
1034 </tr> | |
1035 </thead> | |
1036 <tbody> | |
1037 <!-- ltpda_obj/eq --> | |
1038 <tr valign="top"> | |
1039 <td bgcolor="#f3f4f5"> | |
1040 <p><a href="matlab:doc('matrix/eq')">eq</a></p> | |
1041 </td> | |
1042 <td bgcolor="#f3f4f5"> | |
1043 <p>EQ overloads the == operator for ltpda objects.</p> | |
1044 </td> | |
1045 <td bgcolor="#f3f4f5"> | |
1046 <p>ltpda_obj</p> | |
1047 </td> | |
1048 </tr> | |
1049 <!-- ltpda_obj/ne --> | |
1050 <tr valign="top"> | |
1051 <td> | |
1052 <p><a href="matlab:doc('matrix/ne')">ne</a></p> | |
1053 </td> | |
1054 <td> | |
1055 <p>NE overloads the ~= operator for ltpda objects.</p> | |
1056 </td> | |
1057 <td> | |
1058 <p>ltpda_obj</p> | |
1059 </td> | |
1060 </tr> | |
1061 </tbody> | |
1062 </table> | |
1063 <!-- ===== Back to Top of Methods ===== --> | |
1064 <a href="#top_methods"> | |
1065 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1066 Back to Top of Section | |
1067 </a> | |
1068 | |
1069 </p> | |
1070 | |
1071 <!-- ===== Methods Category: Signal_Processing ===== --> | |
1072 <h3 class="title"><a name="signal_processing"/>Signal Processing</h3> | |
1073 <p> | |
1074 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1075 <colgroup> | |
1076 <col width="15%"/> | |
1077 <col width="73%"/> | |
1078 <col width="12%"/> | |
1079 </colgroup> | |
1080 <thead> | |
1081 <tr valign="top"> | |
1082 <th class="categorylist">Methods</th> | |
1083 <th class="categorylist">Description</th> | |
1084 <th class="categorylist">Defined in class</th> | |
1085 </tr> | |
1086 </thead> | |
1087 <tbody> | |
1088 <!-- matrix/crb --> | |
1089 <tr valign="top"> | |
1090 <td bgcolor="#f3f4f5"> | |
1091 <p><a href="matlab:doc('matrix/crb')">crb</a></p> | |
1092 </td> | |
1093 <td bgcolor="#f3f4f5"> | |
1094 <p>CRB computes the inverse of the Fisher Matrix</p> | |
1095 </td> | |
1096 <td bgcolor="#f3f4f5"> | |
1097 <p>matrix</p> | |
1098 </td> | |
1099 </tr> | |
1100 <!-- matrix/linfitsvd --> | |
1101 <tr valign="top"> | |
1102 <td> | |
1103 <p><a href="matlab:doc('matrix/linfitsvd')">linfitsvd</a></p> | |
1104 </td> | |
1105 <td> | |
1106 <p>LINFITSVD Linear fit with singular value decomposition</p> | |
1107 </td> | |
1108 <td> | |
1109 <p>matrix</p> | |
1110 </td> | |
1111 </tr> | |
1112 <!-- matrix/linlsqsvd --> | |
1113 <tr valign="top"> | |
1114 <td bgcolor="#f3f4f5"> | |
1115 <p><a href="matlab:doc('matrix/linlsqsvd')">linlsqsvd</a></p> | |
1116 </td> | |
1117 <td bgcolor="#f3f4f5"> | |
1118 <p>LINLSQSVD Linear least squares with singular value decomposition</p> | |
1119 </td> | |
1120 <td bgcolor="#f3f4f5"> | |
1121 <p>matrix</p> | |
1122 </td> | |
1123 </tr> | |
1124 <!-- matrix/mchNoisegen --> | |
1125 <tr valign="top"> | |
1126 <td> | |
1127 <p><a href="matlab:doc('matrix/mchNoisegen')">mchNoisegen</a></p> | |
1128 </td> | |
1129 <td> | |
1130 <p>MCHNOISEGEN Generates multichannel noise data series given a model</p> | |
1131 </td> | |
1132 <td> | |
1133 <p>matrix</p> | |
1134 </td> | |
1135 </tr> | |
1136 <!-- matrix/mchNoisegenFilter --> | |
1137 <tr valign="top"> | |
1138 <td bgcolor="#f3f4f5"> | |
1139 <p><a href="matlab:doc('matrix/mchNoisegenFilter')">mchNoisegenFilter</a></p> | |
1140 </td> | |
1141 <td bgcolor="#f3f4f5"> | |
1142 <p>MCHNOISEGENFILTER Construct a matrix filter from cross-spectral density matrix</p> | |
1143 </td> | |
1144 <td bgcolor="#f3f4f5"> | |
1145 <p>matrix</p> | |
1146 </td> | |
1147 </tr> | |
1148 <!-- matrix/mcmc --> | |
1149 <tr valign="top"> | |
1150 <td> | |
1151 <p><a href="matlab:doc('matrix/mcmc')">mcmc</a></p> | |
1152 </td> | |
1153 <td> | |
1154 <p>MCMC estimates paramters using a Monte Carlo Markov Chain.</p> | |
1155 </td> | |
1156 <td> | |
1157 <p>matrix</p> | |
1158 </td> | |
1159 </tr> | |
1160 <!-- matrix/tdfit --> | |
1161 <tr valign="top"> | |
1162 <td bgcolor="#f3f4f5"> | |
1163 <p><a href="matlab:doc('matrix/tdfit')">tdfit</a></p> | |
1164 </td> | |
1165 <td bgcolor="#f3f4f5"> | |
1166 <p>TDFIT fit a MATRIX of transfer function SMODELs to a matrix of input and output signals.</p> | |
1167 </td> | |
1168 <td bgcolor="#f3f4f5"> | |
1169 <p>matrix</p> | |
1170 </td> | |
1171 </tr> | |
1172 </tbody> | |
1173 </table> | |
1174 <!-- ===== Back to Top of Methods ===== --> | |
1175 <a href="#top_methods"> | |
1176 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1177 Back to Top of Section | |
1178 </a> | |
1179 | |
1180 </p> | |
1181 | |
1182 <!-- ================================================== --> | |
1183 <!-- END CONTENT FILE --> | |
1184 <!-- ================================================== --> | |
1185 | |
1186 </p> | |
1187 | |
1188 <br> | |
1189 <br> | |
1190 <table class="nav" summary="Navigation aid" border="0" width= | |
1191 "100%" cellpadding="0" cellspacing="0"> | |
1192 <tr valign="top"> | |
1193 <td align="left" width="20"><a href="class_desc_filterbank.html"><img src= | |
1194 "b_prev.gif" border="0" align="bottom" alt= | |
1195 "filterbank Class"></a> </td> | |
1196 | |
1197 <td align="left">filterbank Class</td> | |
1198 | |
1199 <td> </td> | |
1200 | |
1201 <td align="right">mfir Class</td> | |
1202 | |
1203 <td align="right" width="20"><a href= | |
1204 "class_desc_mfir.html"><img src="b_next.gif" border="0" align= | |
1205 "bottom" alt="mfir Class"></a></td> | |
1206 </tr> | |
1207 </table><br> | |
1208 | |
1209 <p class="copy">©LTP Team</p> | |
1210 </body> | |
1211 </html> |