From 2ab122580cfb2e91443d656cb9d5ebe55fced650 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Tue, 27 Nov 2012 03:38:47 +0000 Subject: [PATCH] added define for max freq of fdmdv fft git-svn-id: https://svn.code.sf.net/p/freetel/code@1081 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/src/fdmdv.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codec2-dev/src/fdmdv.h b/codec2-dev/src/fdmdv.h index 5f717d94..3ad83e6d 100644 --- a/codec2-dev/src/fdmdv.h +++ b/codec2-dev/src/fdmdv.h @@ -69,7 +69,8 @@ extern "C" { /* FFT points */ -#define FDMDV_NSPEC 2048 +#define FDMDV_NSPEC 512 +#define FDMDV_MAX_F_HZ 4000 /* FDMDV states and stats structures */ -- 2.25.1