![]() - Fix some memory access bugs - Add optional support for CUDA FFTs - Compile a shared library, as part of a gnuradio integration project |
||
---|---|---|
.. | ||
ad9361 | ||
ftd3xx | ||
rftool | ||
.gitignore | ||
FFTRenderer.cpp | ||
FFTRenderer.hpp | ||
libftd3xx.so | ||
librftool.cpp | ||
librftool.h | ||
librftool.so | ||
main.cpp | ||
Makefile | ||
Makefile.CUDA | ||
README.md | ||
RFThread.cpp | ||
RFThread.hpp | ||
sa_demo.ui | ||
usb_if.cpp | ||
usb_if.hpp | ||
usb_platform.cpp | ||
usb_platform.h |
RFTool Spectrum Analyser demo
This is a simple spectrum analyser application for Linux, using the FTDI ftd3xx driver; AD9361 driver code and GTKmm.
You will need to download the ftd3xx driver and place it in the ftd3xx folder; and install the GTKmm and fftw development libraries; then run make to build to program.
The code in the ad9361
folder has been obtained from Analog Devices and is subject to their
license terms. All other code is licensed under the terms of the MIT License.