# # Cognitive Radio Simulation Program # Compile and run: $ make $ ./cognitive_radio_test To change adaption algorithm, scroll down to line including *** execute cognition here *** and add your source code. # Dependencies This package relies on a DSP library on the OSSIE repo that you will need to download, compile, and install. To download from the repository, execute $ svn co https://ossie.wireless.vt.edu/repos/ossie/people/jgaeddert/sigprocc/tags/sigprocc-0.7.0 Compile and install $ ./reconf $ ./configure $ make $ sudo make install If this is your first time installing sigprocc, yo uwill need to run $ sudo /sbin/ldconfig To ensure that the library run properly, run the autotests. NOTE: you will need cxxtest [http://cxxtest.sourceforge.net] to do this. $ make check If everything works properly, you should see PASS: autotest ================== All 1 tests passed ================== Additionally you can benchmark the code on your machine by executing $ make bench