Performance improvement to the FFT + code cleanup + Added an option to select the FFT window

This commit is contained in:
Ryzerth
2021-07-05 01:09:48 +02:00
parent 6db8251e46
commit ab376ea1aa
16 changed files with 91 additions and 22 deletions

View File

@@ -118,6 +118,7 @@ int sdrpp_main(int argc, char *argv[]) {
defConfig["fastFFT"] = false;
defConfig["fftHeight"] = 300;
defConfig["fftSize"] = 65536;
defConfig["fftWindow"] = 0;
defConfig["frequency"] = 100000000.0;
defConfig["fullWaterfallUpdate"] = false;
defConfig["max"] = 0.0;