From 6ff7013d88999a6c57ba2c514da552802aa17924 Mon Sep 17 00:00:00 2001 From: okcsampson Date: Sun, 11 Jun 2017 23:03:25 +0000 Subject: [PATCH] Adjest ofdm header file git-svn-id: https://svn.code.sf.net/p/freetel/code@3174 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/src/codec2_ofdm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.25.1