mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-23 18:52:28 -04:00
XTRX output: more restrictions documented
This commit is contained in:
parent
b1d1d3c5e0
commit
9beeb45a05
@ -43,7 +43,7 @@ Since version 3 transmission or signal generation is supported for BladeRF, Hack
|
|||||||
- [HackRF output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/hackrfoutput)
|
- [HackRF output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/hackrfoutput)
|
||||||
- [LimeSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/limesdroutput)
|
- [LimeSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/limesdroutput)
|
||||||
- [PlutoSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/plutosdroutput)
|
- [PlutoSDR output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/plutosdroutput)
|
||||||
- [XTRX output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/xtrxoutput)
|
- [XTRX output plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/xtrxoutput) Experimental.
|
||||||
- [File output or file sink plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/filesink)
|
- [File output or file sink plugin](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/filesink)
|
||||||
- [Remote device via Network with SDRdaemon](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/sdrdaemonsink) Linux only
|
- [Remote device via Network with SDRdaemon](https://github.com/f4exb/sdrangel/tree/dev/plugins/samplesink/sdrdaemonsink) Linux only
|
||||||
|
|
||||||
@ -217,7 +217,7 @@ In addition before starting SDRangel you have to add the library directory to th
|
|||||||
|
|
||||||
⚠ Right after (re)start you may need to move the main frequency dial back and forth if you notice that you are not on the right frequency.
|
⚠ Right after (re)start you may need to move the main frequency dial back and forth if you notice that you are not on the right frequency.
|
||||||
|
|
||||||
⚠ At the moment simultaneous Rx and Tx is not supported.
|
⚠ Simultaneous Rx and Tx is not supported. Dual Tx is not working either.
|
||||||
|
|
||||||
<h1>Plugins for special devices</h1>
|
<h1>Plugins for special devices</h1>
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ This output sample sink plugin sends its samples to a [XTRX device](https://xtrx
|
|||||||
|
|
||||||
XTRX is a 2x2 MIMO device so it has two transmitting channels that can run concurrently. To activate the second channel when the first is already active just open a new sink tab in the main window (Devices -> Add sink device) and select the same LimeSDR device.
|
XTRX is a 2x2 MIMO device so it has two transmitting channels that can run concurrently. To activate the second channel when the first is already active just open a new sink tab in the main window (Devices -> Add sink device) and select the same LimeSDR device.
|
||||||
|
|
||||||
⚠ Simultaneous Tx and Rx is not supported at this moment
|
⚠ Simultaneous Tx and Rx is not supported. Dual Tx is not working either.
|
||||||
|
|
||||||
⚠ You need a hardware interpolation of at least 4 (default)
|
⚠ You need a hardware interpolation of at least 4 (default)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user