diff options
Diffstat (limited to 'test/ui_tui_waterfall.c')
-rw-r--r-- | test/ui_tui_waterfall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ui_tui_waterfall.c b/test/ui_tui_waterfall.c index 43a21e9..fe009eb 100644 --- a/test/ui_tui_waterfall.c +++ b/test/ui_tui_waterfall.c @@ -9,7 +9,7 @@ #define SAMPLE_RATE 2048000 -#define CENTER_FREQ 100500000 +#define CENTER_FREQ 446500000 #define FFT_LEVEL 10 #define FFT_SIZE (1 << FFT_LEVEL) #define BUF_LENGHT (2 * FFT_SIZE) @@ -333,4 +333,4 @@ main_exit: sdr_close(); return 0; -}
\ No newline at end of file +} |