From 0c88ef5c0a556e4f9c49de7d7312faead7684a16 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Tue, 20 Mar 2018 22:09:12 +0000 Subject: [PATCH] messing with script names in a namespace clashing attempt to line up with names of C equivalents git-svn-id: https://svn.code.sf.net/p/freetel/code@3422 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/octave/ofdm_rx.m | 4 ++-- codec2-dev/octave/ofdm_tx.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codec2-dev/octave/ofdm_rx.m b/codec2-dev/octave/ofdm_rx.m index 32d4c343..a04602c5 100644 --- a/codec2-dev/octave/ofdm_rx.m +++ b/codec2-dev/octave/ofdm_rx.m @@ -1,8 +1,8 @@ % ofdm_rx.m % David Rowe May 2018 % -% OFDM file based rx to unit test core OFDM mode. See also -% ofdm_ldpc_rx which includes LDPC and interleaving +% OFDM file based rx to unit test core OFDM modem. See also +% ofdm_ldpc_rx which includes LDPC and interleaving, and ofdm_demod.c #{ TODO: diff --git a/codec2-dev/octave/ofdm_tx.m b/codec2-dev/octave/ofdm_tx.m index 79edb597..3b09d3ab 100644 --- a/codec2-dev/octave/ofdm_tx.m +++ b/codec2-dev/octave/ofdm_tx.m @@ -2,7 +2,7 @@ % David Rowe March 2018 % % File based ofdm tx. Generates a file of ofdm samples, including -% optional channel simulation. See also ofdm_ldpc_tx.m +% optional channel simulation. See also ofdm_ldpc_tx.m, and ofdm_mod.c #{ Examples: -- 2.25.1