mirror of
https://github.com/drowe67/codec2
synced 2026-08-14 19:31:34 -04:00
stop regenerating cohpsk C and H files when ctest is run
This commit is contained in:
parent
4c65d3728a
commit
df99cbee34
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue