RFToolSDR/linux-app/ui-test
2017-01-16 17:23:49 +00:00
..
ad9361 Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
ftd3xx Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
.gitignore Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
FFTRenderer.cpp Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
FFTRenderer.hpp Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
main.cpp Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
Makefile Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
README.md Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
RFThread.cpp Improve responsivity at lower sample rates 2017-01-16 17:23:49 +00:00
RFThread.hpp Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
sa_demo.ui Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
usb_if.cpp Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
usb_if.hpp Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
usb_platform.cpp Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00
usb_platform.h Add rx-only FPGA project and Linux demo app 2017-01-16 16:58:59 +00:00

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.