mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-07-12 13:54:16 -04:00
AM, USB and LSB somewhat working
This commit is contained in:
@@ -88,8 +88,8 @@ void DemodulatorPreThread::threadMain() {
|
||||
commandQueue->pop(command);
|
||||
switch (command.cmd) {
|
||||
case DemodulatorThreadCommand::DEMOD_THREAD_CMD_SET_BANDWIDTH:
|
||||
if (command.int_value < 3000) {
|
||||
command.int_value = 3000;
|
||||
if (command.int_value < 1500) {
|
||||
command.int_value = 1500;
|
||||
}
|
||||
if (command.int_value > SRATE) {
|
||||
command.int_value = SRATE;
|
||||
|
||||
Reference in New Issue
Block a user