1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-18 13:48:37 -04:00

Tx ph.1: new AM modulator plugin (3). Implemented actual modulation code.

This commit is contained in:
f4exb
2016-10-20 19:34:30 +02:00
parent c28751124c
commit 9fff2b8477
5 changed files with 74 additions and 29 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ void AMModGUI::applySettings()
m_amMod->configure(m_amMod->getInputMessageQueue(),
m_rfBW[ui->rfBW->value()],
ui->afBW->value() * 1000.0,
ui->modPercent->value(),
ui->modPercent->value() / 100.0f,
ui->audioMute->isChecked());
}
}