close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 13 and Version 14 of WiMAX/30/05


Ignore:
Timestamp:
Feb 9, 2012, 7:44:44 PM (12 years ago)
Author:
Nilanjan Paul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WiMAX/30/05

    v13 v14  
    161161}}}
    162162
    163 In this example we can use R (statistical analysis tool) to analyze the data. If this tool can be easily installed: '''apt-get install r-base'''[[BR]]
     163In this ''simple'' example we can use R (statistical analysis tool) to analyze the data. This tool can be easily installed: '''apt-get install r-base''' [[BR]]
    164164So first dump the contents out to a file: '''sqlite3 -header values.db "select * from t1" > data.tmp'''
    165165{{{
     
    204204}}}
    205205
    206 Now plot througput against attenuation:
    207 {{{
    208 > d <- bw ~ at
    209 > plot(d)
     206Now plot throughput against attenuation. See below for example plot.
     207{{{
     208R> d <- bw ~ at
     209R> plot(d)
    210210}}}
    211211