From 240c02c5d64ee02659d0bcbbc61ef3680cbf8ea2 Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 1 Oct 2015 19:54:52 +0100 Subject: Added SDL waterfall prototype api --- test/ui_tui_waterfall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/ui_tui_waterfall.c') 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 +} -- cgit v1.2.3