| .gitignore | ||
| build_dependencies | ||
| example.cpp | ||
| example.py | ||
| filters.py | ||
| fm1s.py | ||
| fm_rt_stereo | ||
| Makefile | ||
| README.md | ||
| SDRplay_RSP_API-Linux-3.07.1.run | ||
| setup | ||
SDRPlay RSP1A demo code
This repository is demo only.
Instructions
- Install the SDRPlay device driver
./SDRplay_RSP_API-Linux-3.07.1.run- Follow the prompts, there is some audience participation
- Install the project dependencies
./build_dependencies- This should be mostly unattended. SoapySDR & plugins will be installed in the system directories.
- Run the demos. The demo code is provided by SoapySDR and required minimal modification.
- C++ demo:
make && ./Example - Python demo:
./example.py
- C++ demo: