Changes between Version 4 and Version 5 of OFDMReferenceDesign/Applications/CSMA/Benchmarks/v14


Ignore:
Timestamp:
Dec 1, 2009, 3:43:51 PM (14 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Applications/CSMA/Benchmarks/v14

    v4 v5  
    44== Performance Tests ==
    55
     6The tests below use the same payload, MAC and PHY parameters described in the [wiki:OFDMReferenceDesign/Applications/CSMA#Timing Timing] section of the CSMA application documentation.
     7
     8'''Methodology''': the tests below are conducted using two WARP Kits (SISO Kit v1), with radios connected via coax cables with 60dB series attenuation. The FPGA boards are each connected via Ethernet to a MacBook laptop. The setup is illustrated below.
     9
     10[[Image(OFDMReferenceDesign/Applications/CSMA/Benchmarks/Files:wired_test_setup.png)]]
     11
    612=== Peak Throughput ===
    713
    814This test measures the peak throughput between two PCs connected via the OFDM Reference Design's CSMA application. The PCs use the OFDM/CSMA link as a wired-wireless bridge, emulating a point-to-point Ethernet link.
    915
    10 '''Methodology''': this test is conducted using two WARP Kits (SISO Kit v1), with radios connected via coax cables with 60dB series attenuation. The FPGA boards are each connected via Ethernet to a MacBook laptop. The setup is illustrated below.
    11 
    12 [[Image(OFDMReferenceDesign/Applications/CSMA/Benchmarks/Files:wired_test_setup.png)]]
    13 
    1416We use [http://sourceforge.net/projects/iperf/ iperf] for throughput testing. One MacBook runs an iperf server, the other runs the iperf client, using one of the following calls:
    1517{{{
    1618#!sh
    17 #For UDP tests:
    18 iperf -c 10.0.0.1 -u -b 20M -l 1470 -t 30
     19#For UDP tests (transmit 20Mb throughput with full-length packets for 30 seconds):
     20iperf -u -c 10.0.0.1 -b 20M -l 1470 -t 30
    1921
    20 #For TCP tests:
    21 iperf -c 10.0.0.1 -l 1470 -t 30
     22#For TCP tests (transmit full-length packets for 30 seconds; TCP settles to its achievable throughput):
     23iperf -c 10.0.0.1 -l 1448 -t 30
    2224}}}
    2325
     
    2830|| 16-QAM || 9.7 || 13.1 ||
    2931
    30 == Packet Error Rate ==
    31 
    32 == Bit Error Rate ==