Commit f3be3c4d authored by Eurecom's avatar Eurecom

signal output when sync

parent 384e1136
......@@ -1879,7 +1879,7 @@ void *ru_thread_synch(void *arg) {
ru->state = RU_RUN;
} // symc_pos > 0
else {
if (cnt>9) {
if (cnt>50) {
write_output("ru_sync.m","sync",(void*)&sync_corr[0],fp->samples_per_tti*5,1,2);
write_output("ru_rx.m","rxs",(void*)ru->common.rxdata[0],fp->samples_per_tti*10,1,1);
exit(1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment