stop regenerating cohpsk C and H files when ctest is run

This commit is contained in:
drowe67 2023-07-14 13:38:48 +09:30 committed by David Rowe
parent 4c65d3728a
commit df99cbee34

View file

@ -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;