mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Bumped relevant plugins version to 3.5.5. Updated LimeSuite output documentation for LimeSuite 17.06.0
This commit is contained in:
parent
6522f62326
commit
e452a0882c
@ -26,7 +26,7 @@
|
||||
|
||||
const PluginDescriptor BladerfOutputPlugin::m_pluginDescriptor = {
|
||||
QString("BladerRF Output"),
|
||||
QString("3.5.0"),
|
||||
QString("3.5.5"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
const PluginDescriptor HackRFOutputPlugin::m_pluginDescriptor = {
|
||||
QString("HackRF Output"),
|
||||
QString("3.5.2"),
|
||||
QString("3.5.5"),
|
||||
QString("(c) Edouard Griffiths, F4EXB"),
|
||||
QString("https://github.com/f4exb/sdrangel"),
|
||||
true,
|
||||
|
@ -10,7 +10,7 @@ LimeSDR is a 2x2 MIMO device so it has two transmitting channels that can run co
|
||||
|
||||
<h2>Build</h2>
|
||||
|
||||
The plugin will be built only if LimeSuite is installed in your system. To build and install LimeSuite from source do:
|
||||
The plugin will be built only if LimeSuite is installed in your system. Please use version tagged v17.06.0 or maybe later. To build and install LimeSuite from source do:
|
||||
|
||||
- `sudo apt-get install libsqlite3-dev`
|
||||
- `git clone https://github.com/myriadrf/LimeSuite.git`
|
||||
@ -131,8 +131,6 @@ This label turns green when status can be obtained from the current stream. Usua
|
||||
|
||||
This is the stream throughput in MB/s and is usually about 3 times the sample rate for a single stream and 6 times for a dual Tx stream. This is due to the fact that 12 bits samples are used and although they are represented as 16 bit values only 12 bita travel on the USB link.
|
||||
|
||||
⚠ it has been found that in practice to get a clean output the gain should not exceed ~4dB with standard levels in the channel plugins.
|
||||
|
||||
<h3>19: FIFO status</h3>
|
||||
|
||||
This is the fill percentage of the Tx FIFO in the LimeSuite interface. In normal conditions this should be ~100%. On the picture the Tx is not started.
|
||||
|
Loading…
Reference in New Issue
Block a user