Re: [Discuss-gnuradio] How to specify vector input signature for gr_sync_block.

2013-06-22 Thread Josh Blum
On 06/22/2013 08:46 AM, Manu T S wrote: > I am trying to write code for a block which accepts a vector input and > spits out a vector output. The block is derived from gr_sync_block. > From the tutorial on > OOT

Re: [Discuss-gnuradio] How to specify vector input signature for gr_sync_block.

2013-06-22 Thread Shashank Gaur
Hi, I am not sure if there are any other types except Complex, Float, Integer and Message. But you may wanna look into gr_vector_sink/source_i/f/c. For example gr_vector_source_c is a source of gr_complex which gets its data from a vector where as gr_vector_sink_c is a gr_complex sink which writes

[Discuss-gnuradio] How to specify vector input signature for gr_sync_block.

2013-06-22 Thread Manu T S
I am trying to write code for a block which accepts a vector input and spits out a vector output. The block is derived from gr_sync_block. >From the tutorial on OOTI have the following information. For a bloc