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