Re: [Discuss-gnuradio] Dynamically updating vector sources

2009-05-22 Thread Davide Zanetti
Martin Braun wrote: On Thu, May 14, 2009 at 04:09:06PM +0200, Davide Zanetti wrote: Hello! I have a question regarding vector_source_c: Hi Davide - I don't recommend using vector_source_* in any live code. It's mainly for unit testing. What you're trying to do is more likely to be d

Re: [Discuss-gnuradio] Dynamically updating vector sources

2009-05-15 Thread Martin Braun
On Thu, May 14, 2009 at 04:09:06PM +0200, Davide Zanetti wrote: > Hello! > > I have a question regarding vector_source_c: Hi Davide - I don't recommend using vector_source_* in any live code. It's mainly for unit testing. What you're trying to do is more likely to be done using a message queue,

[Discuss-gnuradio] Dynamically updating vector sources

2009-05-14 Thread Davide Zanetti
Hello! I have a question regarding vector_source_c: After the src = gr.vector_source_c (xxx, 1) where xxx is a list of samples self.connect (src, dst) where dst is the ursp and having started the flow (fg.start()) is it possible to change/append/add values to the complex vector ("src" in th