Skip to content

Commit

Permalink
Set resolution for tunning on SSB demodulator to 50 Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri-pinkava committed Nov 10, 2022
1 parent 23c6ad1 commit 8804bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1144,15 +1144,15 @@ void MainWindow::selectDemod(int mode_idx)
rx->set_demod(receiver::RX_DEMOD_SSB);
ui->plotter->setDemodRanges(-40000, -100, -5000, 0, false);
uiDockAudio->setFftRange(0,3000);
click_res = 100;
click_res = 50;
break;

case DockRxOpt::MODE_USB:
/* USB */
rx->set_demod(receiver::RX_DEMOD_SSB);
ui->plotter->setDemodRanges(0, 5000, 100, 40000, false);
uiDockAudio->setFftRange(0,3000);
click_res = 100;
click_res = 50;
break;

case DockRxOpt::MODE_CWL:
Expand Down

0 comments on commit 8804bb0

Please sign in to comment.