From df99cbee341a556dcab6233f595eaa3c1d48bc94 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Fri, 14 Jul 2023 13:38:48 +0930 Subject: [PATCH] stop regenerating cohpsk C and H files when ctest is run --- octave/tcohpsk.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octave/tcohpsk.m b/octave/tcohpsk.m index 54bdeb1..2ba49ac 100644 --- a/octave/tcohpsk.m +++ b/octave/tcohpsk.m @@ -201,7 +201,7 @@ acohpsk.Ns = 4; acohpsk.coh_en = 1; acohpsk.Nd = Nd; acohpsk.modulation = 'qpsk'; -acohpsk.do_write_pilot_file = 1; % enable this to dump pilot symbols to C .h file, e.g. if frame params change +acohpsk.do_write_pilot_file = 0; % enable this to dump pilot symbols to C .h file, e.g. if frame params change acohpsk = symbol_rate_init(acohpsk); acohpsk.Ndft = 1024; acohpsk.f_est = afdmdv.Fcentre;