From: okcsampson Date: Fri, 30 Jun 2017 04:18:12 +0000 (+0000) Subject: Minor comment change ofdm.c X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=be1f7ee7e1334da0d09f63fd64e154a1b539afcf;p=freetel-svn-tracking.git Minor comment change ofdm.c git-svn-id: https://svn.code.sf.net/p/freetel/code@3267 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/ofdm.c b/codec2-dev/src/ofdm.c index a1f06cf9..a38aad48 100644 --- a/codec2-dev/src/ofdm.c +++ b/codec2-dev/src/ofdm.c @@ -481,7 +481,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 P) * - * So we will have one modem data frame and three pilots to do magic. + * So we will have one modem data frame and four pilots to do magic. */ for (i = 0; i < (OFDM_NS + 3); i++) {