aboutsummaryrefslogtreecommitdiff
path: root/octave/tcohpsk.m
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-20 08:59:48 +0930
committerGitHub <[email protected]>2023-07-20 08:59:48 +0930
commit06d4c11e699b0351765f10398abb4f663a984f36 (patch)
tree33e22af0814c5b6c3d676f096ae8c2ac8a3ed9f0 /octave/tcohpsk.m
parent6588e77f38bdebd7adffe091b22e7760d95d0ccb (diff)
parent4d6c143c0abec15e1d6ed1fd95d36f80e6cb7df8 (diff)
Merge pull request #3 from drowe67/dr-cleanup21.2.0
Cleanup Part 2
Diffstat (limited to 'octave/tcohpsk.m')
-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;