[Discuss-gnuradio] How do I know when my flow graph has finished in a non-blocking way?

2014-07-02 Thread Eskil Varenius
Dear friends of GNU Radio, I have a question about blocking, threads and GUI. Thing is, I am writing an GUI application (in PyQT4) where the user can start a GNU Radio flowgraph by a button. The flowgraph records data from an USRP and some additional blocks. Now, I want only a finite amount of data

[Discuss-gnuradio] How to integrate a specific number of vectors element-wise in gnuradio?

2013-06-24 Thread Eskil Varenius
two vectors [1,2,3,3] and [1,2,3,4] coming one after another giving the output [1,2,3,3.5] - is there any block available that does this and if so: how? Best regards, Eskil Varenius ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://l

Re: [Discuss-gnuradio] How to integrate a specific number of vectors element-wise in gnuradio?

2013-10-04 Thread Eskil Varenius
hat, but then I would not be able to enjoy installing gr-specest through the app-store ;). Grateful for any advice. Cheers, Eskil 2013/6/24 Martin Braun (CEL) > On Mon, Jun 24, 2013 at 02:09:51PM +0200, Eskil Varenius wrote: > > The grand plan is as follows: > > 1) Use an USRP to re

Re: [Discuss-gnuradio] How to integrate a specific number of vectors element-wise in gnuradio?

2013-10-05 Thread Eskil Varenius
on > www.github.com/dfxx if you want to try that route. The changes were > almost all namespace stuff and cmake stuff, i.e. I don't think I broke > anything. > > Jared > On Oct 4, 2013 7:33 AM, "Eskil Varenius" wrote: > >> Hi everyone, >> After a

Re: [Discuss-gnuradio] How to integrate a specific number of vectors element-wise in gnuradio?

2013-10-08 Thread Eskil Varenius
want to try that route. The changes were > almost all namespace stuff and cmake stuff, i.e. I don't think I broke > anything. > > Jared > On Oct 4, 2013 7:33 AM, "Eskil Varenius" wrote: > >> Hi everyone, >> After a long break since June I am now back learning

Re: [Discuss-gnuradio] How to integrate a specific number of vectors element-wise in gnuradio?

2013-10-08 Thread Eskil Varenius
-fft and other sub blocks of GNURadio to be decent examples. > Rgrep has been helpful... > > Jared > On Oct 8, 2013 1:26 AM, "Eskil Varenius" wrote: > >> Hi again, >> I uninstalled what I had installed through PyBOMBS and installed Gnuradio >> 3.7 through the bu