SpectrumSweep Code
Brought to you by:
kb1vc
| File | Date | Author | Commit |
|---|---|---|---|
| cmake | 2016-11-13 |
|
[b075c3] fixed excess junk in cmake dir. |
| src | 2016-11-13 |
|
[0344e6] Initial commit |
| .gitignore | 2016-11-13 |
|
[0344e6] Initial commit |
| CMakeLists.txt | 2016-11-13 |
|
[0344e6] Initial commit |
| README.md | 2016-11-13 |
|
[fe9410] fixed readme |
linux
libuhd 3.10.0 or better
libboost 1.48 or later
libfftw
cmake
This code has been tested on Fedora 23 with boost 1.58 libfftw3 and libuhd 3.10.0.
cd spectrum_search
mkdir build
cd build
cmake ../
make
Scan a chunk of spectrum in 100 kHz chunks
spectrum_search --start 400e6 --stop 800e6 --step 100e3 --output search_400_800.dat
matt, kb1vc