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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user