1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Bumped version to 3.12.0. Test Source: new combo box for auto correction options

This commit is contained in:
f4exb
2018-02-04 18:46:22 +01:00
parent 1efc509296
commit 5f49dff49d
8 changed files with 60 additions and 40 deletions
@@ -24,6 +24,12 @@ struct TestSourceSettings {
FC_POS_CENTER
} fcPos_t;
typedef enum {
AutoCorrNone,
AutoCorrDC,
AutoCorrDCAndIQ
} AutoCorrOptions;
quint64 m_centerFrequency;
qint32 m_frequencyShift;
quint32 m_sampleRate;
@@ -31,8 +37,7 @@ struct TestSourceSettings {
fcPos_t m_fcPos;
quint32 m_sampleSizeIndex;
qint32 m_amplitudeBits;
bool m_dcBlock;
bool m_iqImbalance;
AutoCorrOptions m_autoCorrOptions;
float m_dcFactor; //!< -1.0 < x < 1.0
float m_iFactor; //!< -1.0 < x < 1.0
float m_qFactor; //!< -1.0 < x < 1.0