1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 23:43:43 -04:00

LimeSDR MIMO

This commit is contained in:
f4exb
2020-11-10 23:45:24 +01:00
parent 475ee68667
commit 085c3150d4
36 changed files with 8075 additions and 57 deletions
+1 -3
View File
@@ -2,8 +2,6 @@
<h2>Introduction</h2>
This is a v5 only plugin.
This MO (Multiple Output) sample sink plugin sends its samples to a spectrum display. It features the synchronous pulling of samples from two baseband channels provided by a MIMO channel plugin (thus its "MO" part). Streams 0 and 1 are connected to streams 0 and 1 of the MIMO channel respectively.
<h2>Build</h2>
@@ -46,4 +44,4 @@ Use the wheels to adjust the sample rate. Left click on a digit sets the cursor
<h3>7: Spectrum display</h3>
This is the final output stream spectrum display after interpolation (5). This would be sent to the hardware device. Controls on the bottom of the panel are identical to the ones of the main spectrum display.
This is the final output stream spectrum display after interpolation (5). This would be sent to the hardware device. Controls on the bottom of the panel are identical to the ones of the main spectrum display.
@@ -29,7 +29,7 @@
const PluginDescriptor TestMOSyncPlugin::m_pluginDescriptor = {
QString("TestMOSync"),
QString("Test Synchronous Multiple Output"),
QString("5.13.0"),
QString("6.0.0"),
QString("(c) Edouard Griffiths, F4EXB"),
QString("https://github.com/f4exb/sdrangel"),
true,