Hey Shane,
You can fix this by moving line 129-131:
*self.blocks_throttle_0 = blocks.throttle(gr.sizeof_float*1,
samp_rate,True)self.analog_sig_source_x_1 = analog.sig_source_f(samp_rate,
analog.GR_SIN_WAVE, freq, ampl, 0)self.analog_sig_source_x_0 =
analog.sig_source_f(samp_rate, analog.GR_SQR
Hi Shane,
I believe this might be the solution. According to James Shimer on this thread,
it's a race condition in the python code - read on down the thread. Anyway, the
solution works, I tried it.
regards
Jacqueline
From: Discuss-gnuradio
[discuss-gnu