Changes between Version 4 and Version 5 of Hardware/bDomains/aGrid


Ignore:
Timestamp:
Aug 28, 2006, 11:15:32 PM (18 years ago)
Author:
Surya Satyavolu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/bDomains/aGrid

    v4 v5  
    5151To set AWGN on channel 36 at -30 dBm on antenna1 use the following commands (either through a browser or '''wget''')
    5252 * Step 1: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz)
    53     * {{{
     53    {{{
    5454          wget http://instrument1.orbit-lab.org/awgn?bandwidth=20
    55       }}}
     55    }}}
    5656 * Step 2: Set power level to -30 dBm
    57     * {{{
     57    {{{
    5858          wget http://instrument1.orbit-lab.org/set?power=-30
    59       }}}
     59    }}}
    6060 * Step 3: Set channel number to 36
    61     * {{{
     61    {{{
    6262          wget http://instrument1.orbit-lab.org/set?bchannel=36
    63       }}}
     63    }}}
    6464 * Step 4: Start RF injection
    65     * {{{
     65    {{{
    6666          wget http://instrument1.orbit-lab.org/start
    67       }}}
     67    }}}
    6868
    6969At the end of the experiment,
    70  * Step 4: Stop RF injection
    71     * {{{
     70 * Step 5: Stop RF injection
     71    {{{
    7272          wget http://instrument1.orbit-lab.org/stop
    73       }}}
     73    }}}