mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
8-bit IQ data is unsigned. Add DC/IQ correction for RTL0. Don't send SDRA commands when RTL0. Implements #1467
This commit is contained in:
@@ -241,8 +241,6 @@ bool RemoteTCPInputGui::handleMessage(const Message& message)
|
||||
ui->sampleBits->removeItem(ui->sampleBits->count() - 1);
|
||||
}
|
||||
}
|
||||
ui->dcOffset->setVisible(sdra);
|
||||
ui->iqImbalance->setVisible(sdra);
|
||||
if (sdra && (ui->decim->count() != 7))
|
||||
{
|
||||
ui->decim->addItem("2");
|
||||
|
||||
Reference in New Issue
Block a user