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

MIMO: implement I/Q correction for sources

This commit is contained in:
f4exb
2019-05-29 22:09:19 +02:00
parent f9328789d5
commit e361afd29f
3 changed files with 99 additions and 4 deletions
+1 -2
View File
@@ -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()