| data | ||
| examples | ||
| .gitignore | ||
| build_dependencies | ||
| filters.py | ||
| fm_demod.py | ||
| play.sh | ||
| README.md | ||
| record.sh | ||
| requirements.txt | ||
| SDRplay_RSP_API-Linux-3.07.1.run | ||
| sdrplay_sample | ||
| setup | ||
| stream | ||
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: