Changes between Version 1 and Version 2 of DSC/dc_trial1
- Timestamp:
- May 3, 2013, 3:27:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DSC/dc_trial1
v1 v2 2 2 3 3 == Description == 4 Use OEDL script to execute hurdle 3 benchmark onthe grid.4 Use OEDL script to execute hurdle3 transmit and receive benchmark scripts from the grid. 5 5 6 6 In this tutorial we'll use the USRPs on the grid for FFT-based spectrum sensing. Each USRP (centered on a frequency with specified bandwidth) will collect data into an OML server for post processing. For details on available USRP2s on the grid, please see [http://www.orbit-lab.org/wiki/Documentation/USRP2_hw_map available USRP2 HW]. … … 11 11 3. Orbit's Arbitrary Waveform Injection System: used to inject noise or simple signal into RF environment. [http://www.orbit-lab.org/wiki/Software/bAM/mInterf#InterferenceAggregateManager More information of this generator can be found here.] 12 12 4. Packet server: This is server that resides on the grid console and used by a transmitting node to send data packets over the air via USRP. 13 5. dc.rb: this is the ODEL experiment script to run the transmit and receive scripts. 13 14 14 15 == Set up == … … 40 41 }}} 41 42 42 * Download the OEDL experiment script to your local directory. 43 * Download the [http://www.orbit-lab.org/raw-attachment/wiki/DSC/dc_trial1/dc.rb OEDL experiment script] to your local directory. 44 {{{ 45 nilanjan@console.grid:~/UHD$ wget http://www.orbit-lab.org/raw-attachment/wiki/DSC/dc_trial1/dc.rb 46 }}} 43 47 44 48 == Run the experiment script ==