Is it possible to interleave from three different sources by using
gr_interleave? For example, will the following codes be possible using
gr_interleave:
On Tue, Jan 29, 2008 at 05:27:44PM +0800, Jonas wrote:
Hi!
Is it possible to interleave from three different sources by using
gr_interleave? For example, will the following codes be possible using
gr_interleave:
To find the answer to this question, you can either
see the section called “Detailed Description” here:
I now found the error in my code regarding using gr_interleave. I had to
pass two “sptr” types so that they can connect. So now I have another
problem.
Since my sources are all of “list” type that has been generated in
Python
without using any GNU Radio blocks; is there something that could
convert
these list types into sptr types that I can connect to GNU Radio’s
signal
processing blocks?
Thanks!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.