A GNU Radio module for the Signal Hound BB60 6 GHz Real-Time Spectrum Analyzer
- 64-bit Linux operating system
- Tested on Ubuntu 20.04
- Native USB 3.0 support
- Install GNU Radio.
- GNU Radio 3.9 is currently used. Older versions remain as branches.
- Install the Signal Hound SDK.
- Follow directions in device_apis/bb_series/lib/linux/README.txt.
- Clone this repository.
- Run the following commands from the root directory of the repository:
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install
$ sudo ldconfig
- Add the BB60: IQ Source block to flowgraphs in the GNU Radio Companion. It is located under the Signal Hound category.
- See examples folder for demos.
- Use the block in Python with
import bb60
.