Changes between Version 6 and Version 7 of Tutorials/k0SDR/Tutorial04a
- Timestamp:
- Dec 18, 2012, 3:55:36 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial04a
v6 v7 39 39 }}} 40 40 41 * Before proceeding, download the [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/Tutorials/FFTSpectrum/spectrum_console.cpp spectrum console application code] to your local directory. 41 * Before proceeding, download the [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/Tutorials/FFTSpectrum/spectrum_console.cpp spectrum console application code] to your local directory. This is the application that will invoke the application to configure the USRP on the nodes. 42 42 {{{ 43 43 nilanjan@console.grid:~/UHD/SPECTRUM/w$ wget http://www.orbit-lab.org/raw-attachment/wiki/Documentation/GNURadio/Tutorials/FFTSpectrum/spectrum_console.cpp 44 44 }}} 45 45 46 * Compile the application code. 47 {{{ 48 nilanjan@console.grid:~/UHD/SPECTRUM/w$ g++ spectrum_console.cpp -lboost_program_options-mt -loml2 -o spectrum_console 49 }}} 46 50 == Usage == 47 51