Change from float to int in ofdm_internal.h
authorokcsampson <okcsampson@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 6 Jun 2017 17:36:16 +0000 (17:36 +0000)
committerokcsampson <okcsampson@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 6 Jun 2017 17:36:16 +0000 (17:36 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3158 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/ofdm_internal.h

index d0c55f6208c0cf2b8cfd1c22bda75e6c8b25c7cd..89d28fe50f48fa4445fa55e1793bef5b4b027474 100644 (file)
@@ -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;