Changes between Version 6 and Version 7 of Hardware/bDomains/aGrid
- Timestamp:
- Aug 29, 2006, 3:11:23 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/bDomains/aGrid
v6 v7 1 1 [wiki:Documentation Back] 2 2 3 = Centralized Arbitrary Noise Injection Subsystem=3 = Centralized Arbitrary Waveform Injection Subsystem (CAWIS) = 4 4 5 This subsystem consists of a central arbitrary waveform generator (Agilent ESG) connected to four distribution antennas through a RF switch. 6 Using this subsystem, users can inject ''individually'' controllable noise into the ORBIT grid using the antennas. 5 This subsystem consists of arbitrary waveform generator (Agilent ESG) connected trough distribution network to four milti-band antennas located in the four corners of the grid. The distribution network enables control over the attenuation of the individual antenna feed. Using CAWIS users can inject, among other types of waveforms, AWGN signals into the main ORBIT grid and thus create different topologies. 7 6 8 == Webservice commands == 7 == CAWIS usage == 8 9 As most of the Orbit services, CAWIS is a web-based service accessible from main grid console trough url: ''http://instrument1.orbit-lab.org:5012/interference''. Accessing this url without any other arguments will show it's help page: 10 9 11 {{{ 10 12 <serviceGroup name="interference"> … … 49 51 50 52 == Example == 51 To set AWGN on channel 36 at -30 dBm on antenna1 use the following commands (either through a browser or '''wget''') 53 To set AWGN on channel 36 at -30 dBm on all four antennas use the following sequence (either through a browser or '''wget''') 54 * Step 1: Initialize the "interference" mode of the service 55 {{{ 56 wget http://instrument1.orbit-lab.org/initialize 57 }}} 52 58 * Step 1: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz) 53 59 {{{ 54 60 wget http://instrument1.orbit-lab.org/awgn?bandwidth=20 55 61 }}} 56 * Step 2: Set power level to -30 dBm 62 * Step 2: Set power level to -30 dBm and channel number to 36 57 63 {{{ 58 wget http://instrument1.orbit-lab.org/set?power=-30 64 wget http://instrument1.orbit-lab.org/set?power=-30&channel=36 59 65 }}} 60 * Step 3: Set channel number to 36 61 {{{ 62 wget http://instrument1.orbit-lab.org/set?channel=36 63 }}} 64 * Step 4: Start RF injection 66 * Step 4: Start RF injection 65 67 {{{ 66 68 wget http://instrument1.orbit-lab.org/start