RFToolSDR/linux-app/spectrum-analyser/README.md
David Shah 4a753eff6a Linux App Improvements
- Fix some memory access bugs
 - Add optional support for CUDA FFTs
 - Compile a shared library, as part of a gnuradio integration project
2017-04-15 10:54:50 +01:00

493 B

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.