mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
MIMO: copied test source as multiple input. Adaptation of main classes
This commit is contained in:
@@ -776,3 +776,10 @@ void DSPDeviceMIMOEngine::handleInputMessages()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void DSPDeviceMIMOEngine::configureCorrections(bool dcOffsetCorrection, bool iqImbalanceCorrection, int isource)
|
||||
{
|
||||
qDebug() << "DSPDeviceMIMOEngine::configureCorrections";
|
||||
ConfigureCorrection* cmd = new ConfigureCorrection(dcOffsetCorrection, iqImbalanceCorrection, isource);
|
||||
m_inputMessageQueue.push(cmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user