From: okcsampson Date: Sun, 11 Jun 2017 23:03:25 +0000 (+0000) Subject: Adjest ofdm header file X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=6ff7013d88999a6c57ba2c514da552802aa17924;p=freetel-svn-tracking.git Adjest ofdm header file git-svn-id: https://svn.code.sf.net/p/freetel/code@3174 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/codec2_ofdm.h b/codec2-dev/src/codec2_ofdm.h index 81fda55c..82713b1e 100644 --- a/codec2-dev/src/codec2_ofdm.h +++ b/codec2-dev/src/codec2_ofdm.h @@ -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 */