Changes between Version 4 and Version 5 of 802.11/Benchmarks/Throughput


Ignore:
Timestamp:
Oct 9, 2014, 9:13:42 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Benchmarks/Throughput

    v4 v5  
    3232        var container = document.getElementById('div_xput_rate_v_len');
    3333
    34         //Put data here:
     34//Put data here:
    3535var xput_6 = {label:"6 Mbps", data:[[32, 1.051], [83, 2.099], [133, 2.765], [184, 3.251], [234, 3.583], [285, 3.858], [336, 4.066], [386, 4.247], [437, 4.397], [488, 4.512], [538, 4.610], [589, 4.705], [639, 4.779], [690, 4.819], [741, 4.892], [791, 4.962], [842, 5.009], [893, 5.058], [943, 5.097], [994, 5.143], [1044, 5.173], [1095, 5.198], [1146, 5.218], [1196, 5.249], [1247, 5.279], [1298, 5.300], [1348, 5.321], [1399, 5.341], [1449, 5.360], [1500, 5.362]]};
    3636var xput_9 = {label:"9 Mbps", data:[[32, 1.110], [83, 2.418], [133, 3.296], [184, 4.009], [234, 4.528], [285, 4.971], [336, 5.314], [386, 5.602], [437, 5.870], [488, 6.104], [538, 6.246], [589, 6.427], [639, 6.577], [690, 6.701], [741, 6.803], [791, 6.904], [842, 6.996], [893, 7.101], [943, 7.144], [994, 7.244], [1044, 7.301], [1095, 7.360], [1146, 7.402], [1196, 7.446], [1247, 7.512], [1298, 7.555], [1348, 7.594], [1399, 7.653], [1449, 7.697], [1500, 7.711]]};
     
    4242var xput_54 = {label:"54 Mbps", data:[[32, 1.379], [83, 3.430], [133, 5.288], [184, 7.016], [234, 8.760], [285, 10.285], [336, 11.680], [386, 13.007], [437, 14.211], [488, 15.393], [538, 16.402], [589, 17.456], [639, 18.573], [690, 19.496], [741, 20.358], [791, 21.091], [842, 21.986], [893, 22.680], [943, 23.322], [994, 24.045], [1044, 24.859], [1095, 25.456], [1146, 26.098], [1196, 26.586], [1247, 27.086], [1298, 27.557], [1348, 28.053], [1399, 28.546], [1449, 29.267], [1500, 29.638]]};
    4343
     44var chart_data = [xput_6,xput_9,xput_12,xput_18,xput_24,xput_36,xput_48,xput_54,]
     45
    4446var xlabel = "Payload Size (Bytes)";
    4547var ylabel = "Achieved Throughput (Mbps)";
     
    5052
    5153        // Draw Graph
    52         graph_xput_v_len = Flotr.draw(container, [
    53                 xput_6,
    54                 xput_9,
    55                 xput_12,
    56                 xput_18,
    57                 xput_24,
    58                 xput_36,
    59                 xput_48,
    60                 xput_54,
    61         ],
     54        graph_xput_v_len = Flotr.draw(container, chart_data,
    6255        {
    6356                title: title,