aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 13:38:48 +0930
committerDavid Rowe <[email protected]>2023-07-14 13:38:48 +0930
commitdf99cbee341a556dcab6233f595eaa3c1d48bc94 (patch)
tree6e6233827b91d090b2dd27fe2667e02bc0c460f7
parent4c65d3728ad41566487e284a2410b537f5cfc56b (diff)
stop regenerating cohpsk C and H files when ctest is run
-rw-r--r--octave/tcohpsk.m2
1 files changed, 1 insertions, 1 deletions
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;