grc hangs from too much info on stderr
This commit is contained in:
parent
b749e78925
commit
dbaa973354
1 changed files with 1 additions and 1 deletions
|
@ -2107,7 +2107,7 @@ void bpsk_costas_loop_cc(complexf* input, complexf* output, int input_size, bpsk
|
|||
else error = iof(output,i)*qof(output,i);
|
||||
s->dphase = error * s->alpha + s->iir_temp;
|
||||
s->iir_temp += error * s->beta;
|
||||
fprintf(stderr, " error = %f, dphase = %f, nco_phase = %f\n", error, s->dphase, s->nco_phase);
|
||||
//fprintf(stderr, " error = %f, dphase = %f, nco_phase = %f\n", error, s->dphase, s->nco_phase);
|
||||
|
||||
//step NCO
|
||||
s->nco_phase += s->dphase;
|
||||
|
|
Loading…
Reference in a new issue