From: okcsampson Date: Fri, 30 Jun 2017 04:15:02 +0000 (+0000) Subject: Minor comment update ofdm.c X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=57960484d38dc18f1769f2b58885c4f06766a306;p=freetel-svn-tracking.git Minor comment update ofdm.c git-svn-id: https://svn.code.sf.net/p/freetel/code@3266 01035d8c-6547-0410-b346-abe4f91aad63 --- 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. */