From: okcsampson Date: Tue, 6 Jun 2017 17:36:16 +0000 (+0000) Subject: Change from float to int in ofdm_internal.h X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=2b6c18e4da73b8c3c262ba468a13dc7d7e2b8064;p=freetel-svn-tracking.git Change from float to int in ofdm_internal.h git-svn-id: https://svn.code.sf.net/p/freetel/code@3158 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/ofdm_internal.h b/codec2-dev/src/ofdm_internal.h index d0c55f62..89d28fe5 100644 --- a/codec2-dev/src/ofdm_internal.h +++ b/codec2-dev/src/ofdm_internal.h @@ -43,7 +43,6 @@ struct OFDM { float Ts; float Rs; float Tcp; - float Ncp; float Fcentre; float foff_est_gain; float foff_est_hz; @@ -61,6 +60,7 @@ struct OFDM { int timing_est; int nin; int Nrxbuf; + int Ncp; bool timing_en; bool foff_est_en;