-
Notifications
You must be signed in to change notification settings - Fork 447
Sample sink plugins (Tx devices)
SDRangel can produce I/Q samples to be sent to a hardware device or a file. The plugins documented here are:
his output plugin sends its samples to an audio device. The user interface is described here
This plugin is used to send the I/Q data to the transmitter (Tx) side of a BladeRF classic (v.1 or first generation) device. The user interface is described here
This plugin is used to send the I/Q data to the transmitter (Tx) side of a BladeRF 2.0 micro (second generation) device. The user interface is described here
This plugin is used to write the generated I/Q data to a file in .sdriq format i.e. S16LE complex samples with a header giving the center frequency (arbitrary), sample rate and starting time stamp. More information with a description of the user interface can be found here
This plugin is used to send the I/Q data to the transmitter (Tx) side of a HackRF device. The user interface is described here
This plugin is used to send the I/Q data to the transmitter (Tx) side of a LimeSDR device. Both Tx channels can run concurrently in the same SDRangel instance. The user interface is described here
This plugin is used to send the I/Q data to another device set in the same instance of SDRangel. A corresponding local source channel must exist in the destination device set to receive the samples. The user interface is described here
This plugin is used to send the I/Q data to the transmitter (Tx) side of a PlutoSDR device. The user interface is described here
This plugin is used to send the generated I/Q data to a remote SDRangel instance where a remote source channel is receiving the samples. Transmission is done over UDP with FEC protection against possible lost blocks. The user interface is described here.
This output sample sink plugin sends its samples to a device interfaced with SoapySDR. The user interface is described here.
This output sample sink plugin displays the generated I/Q data in a spectrum display and can be used for testing to evaluate the resulting I/Q flow that would be sent to a real device. The user interface is described here.
This output sample sink plugin sends its samples to a USRP device. It was tested with a B210 model but may work with other radios. The user interface is described here.
This output sample sink plugin sends its samples to a XTRX device. Support is experimental, designed for Linux and available only from source. The user interface is described here.
- Home
- Quick start
- Quick start legacy (v6)
- Hardware requirements
- High DPI displays
- Compile in Linux
- Compile in Windows
- Compile in MacOS
- History and major releases
- Audio related
- Plugins
- Advanced
- Server and API