From: drowe67 Date: Tue, 27 Nov 2012 03:38:47 +0000 (+0000) Subject: added define for max freq of fdmdv fft X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=2ab122580cfb2e91443d656cb9d5ebe55fced650;p=freetel-svn-tracking.git 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 --- 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 */