mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-27 12:34:18 -04:00
PlutoSDR input: implement control of hardware DC and IQ corrections
This commit is contained in:
@@ -85,6 +85,9 @@ private slots:
|
||||
void on_centerFrequency_changed(quint64 value);
|
||||
void on_loPPM_valueChanged(int value);
|
||||
void on_dcOffset_toggled(bool checked);
|
||||
void on_rfDCOffset_toggled(bool checked);
|
||||
void on_bbDCOffset_toggled(bool checked);
|
||||
void on_hwIQImbalance_toggled(bool checked);
|
||||
void on_iqImbalance_toggled(bool checked);
|
||||
void on_swDecim_currentIndexChanged(int index);
|
||||
void on_fcPos_currentIndexChanged(int index);
|
||||
|
||||
Reference in New Issue
Block a user