Version 7 (modified by 18 years ago) ( diff ) | ,
---|
Centralized Arbitrary Waveform Injection Subsystem (CAWIS)
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.
CAWIS usage
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:
<serviceGroup name="interference"> <info>Interference injection control service</info> <service name="awgn"> <info>Configures interference injection singal type to AWGN</info> <args> <arg name="bandwidth" value="noise BW in MHz"/></args> </service> <service name="initialize"> <info> Resets interference injection subsystem to default state </info> </service> <service name="set"> <info>Set global interference injection parameters</info> <args><arg name="power" value="noise power in dBm"/> <arg name="channel" value="802.11 channel number"/> <arg name="frequency" value="interference center frequency"/> <arg name="antenna-atten-1" value="attenuation in db"/> <arg name="antenna-atten-2" value="attenuation in db"/> <arg name="antenna-atten-3" value="attenuation in db"/> <arg name="antenna-atten-4" value="attenuation in db"/> </args> </service> <service name="start"> <info>Turn on interference injection</info> </service> <service name="status"> <info>Show current status of the interference injection subsystem</info> </service> <service name="stop"> <info>Turn off interference injection</info> </service> </serviceGroup>
Example
To set AWGN on channel 36 at -30 dBm on all four antennas use the following sequence (either through a browser or wget)
- Step 1: Initialize the "interference" mode of the service
wget http://instrument1.orbit-lab.org/initialize
- Step 1: Select AWGN bandwidth (channel bw for 802.11a/b/g is 20 Mhz)
wget http://instrument1.orbit-lab.org/awgn?bandwidth=20
- Step 2: Set power level to -30 dBm and channel number to 36
wget http://instrument1.orbit-lab.org/set?power=-30&channel=36
- Step 4: Start RF injection
wget http://instrument1.orbit-lab.org/start
- Step 4: Start RF injection
At the end of the experiment,
- Step 5: Stop RF injection
wget http://instrument1.orbit-lab.org/stop
Attachments (5)
- noiseantenna.png (197.6 KB ) - added by 18 years ago.
-
ORBITGridBD.jpg
(114.3 KB
) - added by 12 years ago.
ORBIT Grid Block Diagram
-
CAWIS.jpg
(70.4 KB
) - added by 12 years ago.
Interference Injection Subsystem Block Diagram
-
Massive-MIMO.jpg
(163.8 KB
) - added by 9 years ago.
Massive-MIMO mini-rack
- APAMSJ-137.pdf (2.0 MB ) - added by 2 years ago.