From a9d66c6a759515c7061e2e8aac661eeb0082ea1e Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 30 Dec 2015 19:20:20 +0000 Subject: More configurable sources. Move some math functions to core/math.h. Move delay filter from sdr_fm --- test/ui_tui_waterfall.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test/ui_tui_waterfall.c') diff --git a/test/ui_tui_waterfall.c b/test/ui_tui_waterfall.c index cc63fc3..82362c1 100644 --- a/test/ui_tui_waterfall.c +++ b/test/ui_tui_waterfall.c @@ -8,14 +8,14 @@ #include #include -#define SAMPLE_RATE 2048000 - -#define CENTER_FREQ 445500000 -#define FFT_LEVEL 10 -#define FFT_SIZE (1 << FFT_LEVEL) -#define SAMPLE_LENGHT (2 * FFT_SIZE) -#define PRESCALE 8 -#define POSTSCALE 2 +#define SAMPLE_RATE 2048000 + +#define CENTER_FREQ 445500000 +#define FFT_LEVEL 10 +#define FFT_SIZE (1 << FFT_LEVEL) +#define SAMPLE_LENGHT (2 * FFT_SIZE) +#define PRESCALE 8 +#define POSTSCALE 2 int16_t* Sinewave; -- cgit v1.2.3