Changes between Version 12 and Version 13 of Tutorials/k0SDR/Tutorial04a


Ignore:
Timestamp:
Dec 19, 2012, 10:27:40 PM (11 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial04a

    v12 v13  
    104104 * The extracted data and plot of the signal detection is shown below.
    105105  || [[Image(f5.002.png, width=500px)]] ||
     106
     107== Spectrum sensing code ==
     108
     109 * The spectrum sensing code interfacing with the USRP is located in the node under the following directory: /root/uhd/host/examples/ - the two files of interest are CWriteOML_spectrum.h and spectrum.cpp. This version of the code uses an FFT to detect spectrum activity. This code can be modified/tweaked for testing other sensing schemes as well.