thing so simple, yet something that is taking me so many hours. Eh.
Thanks guys.
2014/1/5 Martin Braun
> On 01/03/2014 11:01 PM, Miguel Duarte wrote:
> > The proposed solution was using detector1.wait() and detector1 = None
> > after stopping the flowgraph.
>
> I very vague
Hello everyone.
I've posted this problem here before, and the solution didn't work out as I
hoped. The thread title didn't mention my real problem, so here it is again.
I have various instances of my top block, detector(). It has a parameter
(options) that passes onto it the options for the USRP
eturn self.averageSize
def set_averageSize(self, averageSize):
self.averageSize = averageSize
2013/12/20 Marcus Müller
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Actually, if it worked reliably before, then there might actually be a
> regression or somethi
ck's stop() method,
> making sure that it calls miguels_file_sink.close() after stopping the
> flowgraph:
>
> class detector(grc_wxgui.top_block):
> ...
> def stop(self):
> grc_wxgui.top_block.stop(self)
> self.miguels_file_
I hope this doesn't start a new thread. I wanted to answer on my thread but
I didn't get my own message on my inbox so.. I hope it works.
I ended up getting what was wrong, and I feel ashamed on so many levels,
I'm sorry. I was using complex data. Damn.
Anyway, after changing everything, it all
Hello everyone.
I have a system that depends on the integrate block. It integrates samples
and then divides them for averaging. I noticed something wasn't working
properly after updating to the last GR version and I don't know what's
going on, but testing a simple schematic with some blocks:
Con