summaryrefslogtreecommitdiff
path: root/test/ui_tui_waterfall.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-10-01 19:54:52 +0100
committerFreeArtMan <dos21h@gmail.com>2015-10-01 19:54:52 +0100
commit240c02c5d64ee02659d0bcbbc61ef3680cbf8ea2 (patch)
treed8bc56d6d66b92b03334aec3b64b50403704eb4a /test/ui_tui_waterfall.c
parent588b76e576108a82bcf7abb660def28b4a99ba5a (diff)
downloadradiola-240c02c5d64ee02659d0bcbbc61ef3680cbf8ea2.tar.gz
radiola-240c02c5d64ee02659d0bcbbc61ef3680cbf8ea2.zip
Added SDL waterfall prototype api
Diffstat (limited to 'test/ui_tui_waterfall.c')
-rw-r--r--test/ui_tui_waterfall.c4
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
+}