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

Test Source: add phase imbalance control

This commit is contained in:
f4exb
2018-01-31 22:34:55 +01:00
parent 5cbfcccb85
commit 373aa6960f
11 changed files with 94 additions and 40 deletions
@@ -33,9 +33,10 @@ struct TestSourceSettings {
qint32 m_amplitudeBits;
bool m_dcBlock;
bool m_iqImbalance;
float m_dcFactor; //!< -1.0 < x < 1.0
float m_iFactor; //!< -1.0 < x < 1.0
float m_qFactor; //!< -1.0 < x < 1.0
float m_dcFactor; //!< -1.0 < x < 1.0
float m_iFactor; //!< -1.0 < x < 1.0
float m_qFactor; //!< -1.0 < x < 1.0
float m_phaseImbalance; //!< -1.0 < x < 1.0
TestSourceSettings();
void resetToDefaults();