Changes between Version 6 and Version 7 of Hardware/bDomains/aGrid


Ignore:
Timestamp:
Aug 29, 2006, 3:11:23 AM (18 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Hardware/bDomains/aGrid

    v6 v7  
    11[wiki:Documentation Back]
    22
    3 = Centralized Arbitrary Noise Injection Subsystem =
     3= Centralized Arbitrary Waveform Injection Subsystem (CAWIS) =
    44
    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.
     5This 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. 
    76
    8 == Webservice commands ==
     7== CAWIS usage ==
     8
     9As 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
    911{{{
    1012<serviceGroup name="interference">
     
    4951
    5052== Example ==
    51 To set AWGN on channel 36 at -30 dBm on antenna1 use the following commands (either through a browser or '''wget''')
     53To 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    }}}
    5258 * Step 1: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz)
    5359    {{{
    5460          wget http://instrument1.orbit-lab.org/awgn?bandwidth=20
    5561    }}}
    56  * Step 2: Set power level to -30 dBm
     62 * Step 2: Set power level to -30 dBm and channel number to 36
    5763    {{{
    58           wget http://instrument1.orbit-lab.org/set?power=-30
     64          wget http://instrument1.orbit-lab.org/set?power=-30&channel=36
    5965    }}}
    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
    6567    {{{
    6668          wget http://instrument1.orbit-lab.org/start