mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
MIMO: implement I/Q correction for sources
This commit is contained in:
@@ -388,9 +388,8 @@ void TestMIGui::updateAmpFineLimit()
|
||||
void TestMIGui::updateFrequencyShiftLimit()
|
||||
{
|
||||
qint64 sampleRate = ui->sampleRate->getValueNew();
|
||||
qint64 frequencyShift = ui->frequencyShift->getValueNew();
|
||||
ui->frequencyShift->setValueRange(false, 7, -sampleRate, sampleRate);
|
||||
ui->frequencyShift->setValue(frequencyShift);
|
||||
ui->frequencyShift->setValue(m_settings.m_streams[m_streamIndex].m_frequencyShift);
|
||||
}
|
||||
|
||||
void TestMIGui::updateFileRecordStatus()
|
||||
|
||||
Reference in New Issue
Block a user