From 3aaa24a06f11a5d2fb36889ca239d9af614fb33a Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 25 Jul 2019 08:42:32 +0200 Subject: [PATCH] PlutoSDR input: added new buttons for hardware corrections --- .../plutosdrinput/plutosdrinputgui.ui | 110 ++++++++++++++---- .../plutosdrinput/plutosdrinputplugin.cpp | 2 +- 2 files changed, 90 insertions(+), 22 deletions(-) diff --git a/plugins/samplesource/plutosdrinput/plutosdrinputgui.ui b/plugins/samplesource/plutosdrinput/plutosdrinputgui.ui index 89b1a5cbc..b3ea3d085 100644 --- a/plugins/samplesource/plutosdrinput/plutosdrinputgui.ui +++ b/plugins/samplesource/plutosdrinput/plutosdrinputgui.ui @@ -204,7 +204,7 @@ - + 2 @@ -253,26 +253,6 @@ - - - - Automatic DC offset removal - - - DC - - - - - - - Automatic IQ imbalance correction - - - IQ - - - @@ -291,6 +271,94 @@ + + + + + + SW + + + + + + + Software DC offset removal + + + DC + + + + + + + Software automatic IQ imbalance correction + + + IQ + + + + + + + Qt::Vertical + + + + + + + HW + + + + + + + Hardware RF DC removal + + + RFDC + + + + + + + Hardware baseband DC removal + + + BBDC + + + + + + + Hardware IQ imbalance correction + + + IQ + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + diff --git a/plugins/samplesource/plutosdrinput/plutosdrinputplugin.cpp b/plugins/samplesource/plutosdrinput/plutosdrinputplugin.cpp index 2b4deabca..c3eb17a78 100644 --- a/plugins/samplesource/plutosdrinput/plutosdrinputplugin.cpp +++ b/plugins/samplesource/plutosdrinput/plutosdrinputplugin.cpp @@ -31,7 +31,7 @@ class DeviceAPI; const PluginDescriptor PlutoSDRInputPlugin::m_pluginDescriptor = { QString("PlutoSDR Input"), - QString("4.5.4"), + QString("4.11.3"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true,