GNU Radio's SOAPY Package
|
All C++ blocks that can be used from the SOAPY GNU Radio module are listed here or in the subcategories below. More...
All C++ blocks that can be used from the SOAPY GNU Radio module are listed here or in the subcategories below.
Source block implements SoapySDR functionality for RX.
Sink block implements SoapySDR functionality for TX.
The soapy sink block reads a stream and transmits the samples. The sink block also provides Soapy API calls for transmitter settings. Device is a string containing the driver and type name of the device the user wants to use according to the Soapy* module documentation. Make parameters are passed through the xml block. Some of the available parameters can be seen at Figure 1 Antenna and clock source can be left empty and default values will be used. This block has a message port, which consumes PMT messages. For a description of the command syntax , see cmd_handler.
The soapy source block receives samples and writes to a stream. The source block also provides Soapy API calls for receiver settings. Includes all parameters for full RX implementation. Device is a string containing the driver and type name of the device the user wants to use according to the Soapy* module documentation. Make parameters are passed through the xml block. Some of the available parameters can be seen at Figure 2 Antenna and clock source can be left empty and default values will be used. This block has a message port, which consumes PMT messages. For a description of the command syntax , see cmd_handler.