root/vtcross/trunk/README @ 12

Revision 12, 1.0 KB (checked in by jgaeddert, 16 years ago)

initial import of cactus files

Line 
1#
2# Cognitive Radio Simulation Program
3#
4
5Compile and run:
6
7 $ make
8 $ ./cognitive_radio_test
9
10To change adaption algorithm, scroll down to line including
11*** execute cognition here *** and add your source code.
12
13# Dependencies
14
15This package relies on a DSP library on the OSSIE repo that you will
16need to download, compile, and install.  To download from the
17repository, execute
18 $ svn co https://ossie.wireless.vt.edu/repos/ossie/people/jgaeddert/sigprocc/tags/sigprocc-0.7.0
19
20Compile and install
21 $ ./reconf
22 $ ./configure
23 $ make
24 $ sudo make install
25
26If this is your first time installing sigprocc, yo uwill need to run
27 $ sudo /sbin/ldconfig
28
29To ensure that the library run properly, run the autotests.  NOTE: you
30will need cxxtest [http://cxxtest.sourceforge.net] to do this.
31 $ make check
32
33If everything works properly, you should see
34PASS: autotest
35==================
36All 1 tests passed
37==================
38
39Additionally you can benchmark the code on your machine by executing
40 $ make bench
41
Note: See TracBrowser for help on using the browser.