From 57960484d38dc18f1769f2b58885c4f06766a306 Mon Sep 17 00:00:00 2001 From: okcsampson Date: Fri, 30 Jun 2017 04:15:02 +0000 Subject: [PATCH] Minor comment update ofdm.c git-svn-id: https://svn.code.sf.net/p/freetel/code@3266 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/src/ofdm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec2-dev/src/ofdm.c b/codec2-dev/src/ofdm.c index 17444def..a1f06cf9 100644 --- a/codec2-dev/src/ofdm.c +++ b/codec2-dev/src/ofdm.c @@ -479,7 +479,7 @@ void ofdm_demod(struct OFDM *ofdm, int *rx_bits, COMP *rxbuf_in) { /* * Convert the time-domain samples to the frequency-domain using the rx_sym - * data matrix. This will be 18 carriers of 11 symbols (P P DDDDDDD P) + * data matrix. This will be 18 carriers of 11 symbols (P P DDDDDDD P P) * * So we will have one modem data frame and three pilots to do magic. */ -- 2.25.1