diff options
Diffstat (limited to 'octave/tcohpsk.m')
| -rw-r--r-- | octave/tcohpsk.m | 2 |
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; |
