From 2b6c18e4da73b8c3c262ba468a13dc7d7e2b8064 Mon Sep 17 00:00:00 2001 From: okcsampson Date: Tue, 6 Jun 2017 17:36:16 +0000 Subject: [PATCH] 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 --- codec2-dev/src/ofdm_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1