Changes between Version 4 and Version 5 of Hardware/bDomains/aGrid
- Timestamp:
- Aug 28, 2006, 11:15:32 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/bDomains/aGrid
v4 v5 51 51 To set AWGN on channel 36 at -30 dBm on antenna1 use the following commands (either through a browser or '''wget''') 52 52 * Step 1: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz) 53 *{{{53 {{{ 54 54 wget http://instrument1.orbit-lab.org/awgn?bandwidth=20 55 55 }}} 56 56 * Step 2: Set power level to -30 dBm 57 *{{{57 {{{ 58 58 wget http://instrument1.orbit-lab.org/set?power=-30 59 59 }}} 60 60 * Step 3: Set channel number to 36 61 *{{{61 {{{ 62 62 wget http://instrument1.orbit-lab.org/set?bchannel=36 63 63 }}} 64 64 * Step 4: Start RF injection 65 *{{{65 {{{ 66 66 wget http://instrument1.orbit-lab.org/start 67 67 }}} 68 68 69 69 At the end of the experiment, 70 * Step 4: Stop RF injection71 *{{{70 * Step 5: Stop RF injection 71 {{{ 72 72 wget http://instrument1.orbit-lab.org/stop 73 73 }}}