Re: [Discuss-gnuradio] modulation blocks propagate eob tag?

2013-02-25 Thread Pablo Belzarena
Hi, With gnuradio 3.6.3 I am using the gr_message_burst_source to generate messages (one message per second) and set the bob and eob correctly. After this block I connect the following blocks to send bpsk modulated messages : packet_to_unpacket_bb, map_bb, chuncks_to_symbol, rrc_filter and the

Re: [Discuss-gnuradio] modulation blocks propagate eob tag?

2013-02-25 Thread Martin Braun (CEL)
Hi Pablo, you can use the tag_debug or metadata file sink blocks to see if your tags are propagating correctly. MB On Mon, Feb 25, 2013 at 04:58:52PM +, Pablo Belzarena wrote: Hi, With gnuradio 3.6.3 I am using the gr_message_burst_source to generate messages (one message per second)  and

Re: [Discuss-gnuradio] modulation blocks propagate eob tag?

2013-02-25 Thread Josh Blum
On 02/25/2013 10:58 AM, Pablo Belzarena wrote: Hi, With gnuradio 3.6.3 I am using the gr_message_burst_source to generate messages (one message per second) and set the bob and eob correctly. After this block I connect the following blocks to send bpsk modulated messages :