mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 11:17:11 +01:00
Increased max FFT size
This commit is contained in:
parent
35fc973a65
commit
ab1a482352
@ -20,6 +20,9 @@ namespace displaymenu {
|
||||
int fftRate = 20;
|
||||
|
||||
const int FFTSizes[] = {
|
||||
524288,
|
||||
262144,
|
||||
131072,
|
||||
65536,
|
||||
32768,
|
||||
16384,
|
||||
@ -29,7 +32,10 @@ namespace displaymenu {
|
||||
1024
|
||||
};
|
||||
|
||||
const char* FFTSizesStr = "65536\0"
|
||||
const char* FFTSizesStr = "524288\0"
|
||||
"262144\0"
|
||||
"131072\0"
|
||||
"65536\0"
|
||||
"32768\0"
|
||||
"16384\0"
|
||||
"8192\0"
|
||||
|
Loading…
Reference in New Issue
Block a user