Adjest ofdm header file
authorokcsampson <okcsampson@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 11 Jun 2017 23:03:25 +0000 (23:03 +0000)
committerokcsampson <okcsampson@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 11 Jun 2017 23:03:25 +0000 (23:03 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3174 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/codec2_ofdm.h

index 81fda55cd0adf5a88615e3288a69fb02644dce76..82713b1ec1f034e663c3c9b46fdab5a248a3a1c4 100644 (file)
@@ -29,7 +29,7 @@ struct OFDM;
 
 struct OFDM *ofdm_create(void);
 void ofdm_destroy(struct OFDM *);
-void ofdm_mod(struct OFDM *ofdm, COMP [OFDM_ROWSPERFRAME][OFDM_M + OFDM_NCP], int *);
+void ofdm_mod(struct OFDM *ofdm, COMP [OFDM_SAMPLESPERFRAME], int *);
 int *ofdm_demod(struct OFDM *ofdm, COMP *);
 
 /* option setters */