comparison m-toolbox/html_help/help/ug/whatis_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
2 <p>This section covers the following topics:</p>
3
4 <ul>
5 <li>
6 <p><a href="whatis.html#overview">Overview</a></p>
7 </li>
8
9 <li>
10 <p><a href="whatis.html#features">Features of the LTPDA Toolbox</a></p>
11 </li>
12
13 <li>
14 <p><a href="whatis.html#background">Expected Background for Users</a></p>
15 </li>
16
17 </ul><a name="overview" id="overview"></a>
18
19 <h3 class="title">Overview</h3><a class="indexterm" name=
20 "zmw57dd0e178" id="zmw57dd0e178"></a>
21
22 <p>The LTPDA Toolbox is a MATLAB<sup>&#174;</sup> Toolbox designed
23 for the analysis of data from the LISA Technology Package (part
24 of the LISA Pathfinder Mission). However, the toolbox can be used for
25 any general purpose signal processing, and is particularly useful for
26 analysis of typical lab-based experiments.
27 </p>
28 <p>
29 The Toolbox implements accountable
30 and reproducible data analysis within MATLAB<sup>&#174;</sup>.</p>
31
32 <p>With the LTPDA Toolbox you operate with LTPDA Objects. An
33 LTPDA Object captures more than just the data from a particular
34 analysis: it also captures the full processing history that led
35 to this particular result, as well as full details of by whom and
36 where the analysis was performed.</p>
37
38 <a name="features" id="features"></a>
39
40 <h3 class="title">Features of the LTPDA Toolbox</h3>
41
42 <p>The LTPDA Toolbox<a class="indexterm" name="zmw57dd0e204" id=
43 "zmw57dd0e204"></a> has the following features:</p>
44
45 <ul type="disc">
46 <li>
47 <p> Create and process multiple LTPDA Objects. </p>
48 </li>
49 <li>
50 <p> Save and load objects from XML files. </p>
51 </li>
52 <li>
53 <p> Plot/view the history of the processing in any particular object.</p>
54 </li>
55 <li>
56 <p> Submit and retrieve objects to/from an LTPDA Repository.</p>
57 </li>
58 <li>
59 <p> Powerful and easy to use Signal Processing capabilities.</p>
60 </li>
61 </ul>
62
63 <div style="margin-left: 2em">
64 <a name="zmw57dd0e257" id="zmw57dd0e257"></a>
65
66 <table cellspacing="0" class="note" summary="Note" cellpadding=
67 "5" border="1">
68 <tr width="90%">
69 <td>
70 <p><b>Note</b>&nbsp;&nbsp; LTPDA Repositories are external to
71 MATLAB and need to be set up independently. </p>
72 </td>
73 </tr>
74 </table>
75 </div><a name="background" id="background"></a>
76
77 <h3 class="title">Expected Background for Users</h3>
78
79 <h4 class="title">MATLAB</h4>
80
81 <p>This documentation assumes you have a basic working
82 understanding of MATLAB. You need to know basic MATLAB syntax
83 for writing your own m-files.
84 </p><a name="f3-20804" id="f3-20804"></a>