# # ChangeLog for /vtcross/trunk/src/cognitive_engines/DSA_CE # # Generated by Trac 0.11.7 # 07/05/24 19:50:56 Mon, 03 Aug 2009 14:12:34 GMT trnewman [410] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/README (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Added short README about benchmark_dsa.py Using python dict instead of ... Mon, 03 Aug 2009 13:15:45 GMT trnewman [409] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding proper license and copyright info Fri, 31 Jul 2009 02:42:42 GMT trnewman [408] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Added exception so code defaults to random channel selection if cross ... Fri, 31 Jul 2009 02:26:07 GMT trnewman [407] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding command line options for sensing threshold. Fri, 31 Jul 2009 01:36:45 GMT trnewman [406] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (modified) Adding command line argument for using cross or random. Thu, 30 Jul 2009 15:04:21 GMT trnewman [395] * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/benchmark_dsa.py (moved) Renaming to reflect origins. Wed, 29 Jul 2009 20:23:27 GMT trnewman [392] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Thresholds changing Wed, 29 Jul 2009 20:10:39 GMT trnewman [391] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Fleshed out DSA reference implementation Wed, 29 Jul 2009 04:31:04 GMT trnewman [390] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (modified) Functional DSA CBR, although it picks a random row. Wed, 29 Jul 2009 03:23:14 GMT trnewman [389] * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/dsa.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/generic_usrp.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/pick_bitrate.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/receive_path.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/transmit_path.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/gnuradio-examples/usrp_options.py (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/examples/libcross_demo.py (added) * vtcross/trunk/src/include/vtcross/components.h (modified) * vtcross/trunk/src/include/vtcross/socketcomm.h (modified) * vtcross/trunk/src/lib/socketcomm/socketcomm.cpp (modified) * vtcross/trunk/src/libvtcross/libvtcross.cpp (modified) * vtcross/trunk/src/shell/CognitiveRadioShell.cpp (modified) Added DSA CBR reference implementation. Added simple python example ... Mon, 27 Jul 2009 15:50:24 GMT trnewman [376] * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (modified) fixed naming change Mon, 27 Jul 2009 15:49:38 GMT trnewman [375] * vtcross/trunk/examples (deleted) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_CognitiveEngine.cpp (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/DSA_Demo.cpp (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/Makefile.am (added) * vtcross/trunk/src/cognitive_engines/DSA_CE/cbr.c (added) * vtcross/trunk/src/shell/configs (added) * vtcross/trunk/src/shell/configs/demo.xml (added) * vtcross/trunk/src/shell/configs/example.xml (added) Added DSA CE files, and moved XML configurations to the shell directory. Mon, 20 Jul 2009 02:08:32 GMT trnewman [348] * vtcross/trunk/configure.ac (modified) * vtcross/trunk/src/cognitive_engines/DSA_CE (added) * vtcross/trunk/src/cognitive_engines/Makefile.am (modified) Adding new DSA CE directory