Changes between Version 1 and Version 2 of Tutorials/a0Basic/Tutorial3


Ignore:
Timestamp:
Sep 29, 2005, 10:21:13 PM (19 years ago)
Author:
zhibinwu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/a0Basic/Tutorial3

    v1 v2  
    11[wiki:WikiStart Orbit] > [wiki:Tutorial Tutorial] > Analyzing Measurement Results
    22
    3 ===== Analyzing Results =====
    4 It is important to understand how measurements were collected to be able to interpret them.  The [wiki:OML ORBIT Measurement Framework] provides tools to insert points to tap available information and to effectively collect that information in a timely manner.  A number of different tools are available to interpret experimental results.  The choice of tools depends upon availability and the nature of the measurements.  Microsoft Excel can be used to analyze an experiment as shown in Figure 19 below.  Matlab can also be used.  Sample Matlab code is shown in Figure 20 and the resulting graph in Figure 21.
     3= Analyzing Results =
     4It is important to understand how measurements were collected and organized to be able to interpret them. The [wiki:OML ORBIT Measurement Framework] provides tools to insert points to tap available information and to effectively collect that information in a timely manner. And after the experiment is done, the user would get access to the exprimenet database generated. In general, the results of the experiment is in one [http://www.mysql.com MySQL] database. Different participating nodes populate different tables of this database. Usually, user would like to post-process or visualize those raw measurements for further analysis.
    55
    6 Figure 19.  Usage of Microsoft Excel (page 69 of of [http://www.orbit-lab.org/doc/tutorial]).
     6A number of different tools are available to interpret experimental results.  The choice of tools depends upon availability and the nature of the measurements.  Microsoft Excel can be used to analyze an experiment as shown below.
    77
     8[[Image(Excelexample.png)]]
     9
     10The user could import MySQL database to Microsoft Excel and use chart and other tools to analyze the measurements.
     11
     12Matlab is another tool can be used.  Sample Matlab code is shown below
    813{{{
    914function nsf(dbServer, dbUser, dbPW, database);
     
    2530}}}
    2631
    27 Figure 20.  Matlab Code
    28 
     32in Figure 20 and the resulting graph in Figure 21.
    2933Figure 21.  Matlab Graph (see graph on page 70 of [http://www.orbit-lab.org/doc/tutorial]).
    3034