1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-15 16:03:42 -04:00

GLSpectrum settings refactoring (1)

This commit is contained in:
f4exb
2019-08-05 01:56:29 +02:00
parent 7688f187bc
commit 4b3d088407
9 changed files with 258 additions and 15 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ BFMDemodGUI::BFMDemodGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseban
64, // FFT size
10, // overlapping %
0, // number of averaging samples
0, // no averaging
SpectrumVis::AvgModeNone, // no averaging
FFTWindow::BlackmanHarris,
false); // logarithmic scale
connect(&MainWindow::getInstance()->getMasterTimer(), SIGNAL(timeout()), this, SLOT(tick()));