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
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,
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