Re: [Discuss-gnuradio] Problem with tutorial 3 GNU radio in Python

2017-09-13 Thread Håkon Vågsether
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

Re: [Discuss-gnuradio] Problem with tutorial 3 GNU radio in Python

2017-09-13 Thread Jacqueline . Walker
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