Changes between Version 10 and Version 11 of Cross/GNURadioReferenceImplementation

Show
Ignore:
Timestamp:
11/04/09 22:38:05 (14 years ago)
Author:
trnewman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cross/GNURadioReferenceImplementation

    v10 v11  
    22 
    33== Running the GNUradio Reference Implementation == 
    4 The reference implementation consists of three primary [wiki:Cross CROSS] components and GNUradio 3.2: 
     4The reference implementation consists of three primary [wiki:Cross CROSS] components and GNUradio 3.2.2: 
    55 
    6  * [http://gnuradio.org/trac/wiki/BuildGuide GNUradio 3.2] 
     6 * [http://gnuradio.org/trac/wiki/BuildGuide GNUradio 3.2.2] 
    77 * [wiki:Cross/CoreComponents#CognitiveRadioShell Cognitive Radio Shell] (CRS) 
    88 * [wiki:Cross/CoreComponents#CognitiveEngine Cognitive Engine] (CE) 
     
    8080A GNUradio reference implementation application for demonstrating how to access the functionality of the CROSS library in the {cross_src_dir}/src/cross-examples/python/gnuradio-examples/ directory.  
    8181 
    82 In this directory is ''benchmark_dsa.py''.  This file needs to be copied to the GNUradio examples directory in order to function properly.  It uses several of the python utility function files that are included with the GNU radio source.   
    83  
    84 {{{ 
    85  cp benchmark_dsa.py <gnuradio_src>/gnuradio-examples/python/digital/ 
    86 }}} 
    87  
    88 benchmark_dsa.py is a modification of the gnuradio benchmark_rx/tx example script and integrates spectrum sensing with dynamic spectrum access.  If the CROSS source was compiled correctly, there will be a CROSS python package installed.  benchmark_dsa.py imports this package so it can communicate with an online CROSS system.  benchmark_dsa.py can also be ran WITHOUT cross.  In this case the channel selection algorithm is random, rather than having the CROSS Cognitive Engine decide.   
     82In this directory is ''benchmark_dsa.py''.  benchmark_dsa.py is a modification of the gnuradio benchmark_rx/tx example script and integrates spectrum sensing with dynamic spectrum access.  If the CROSS source was compiled correctly, there will be a CROSS python package installed.  benchmark_dsa.py imports this package so it can communicate with an online CROSS system.  benchmark_dsa.py can also be ran WITHOUT cross.  In this case the channel selection algorithm is random, rather than having the CROSS Cognitive Engine decide.   
    8983 
    9084To run the benchmark_dsa.py demo with the CROSS DSA Cognitive Engine: