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