Re: [Discuss-gnuradio] Adding EOB when using Vectors

2015-02-02 Thread David Halls
-gnuradio@gnu.org mailto:discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Adding EOB when using Vectors Use tagged streams. usrp_sink will place the EOB on your last sample, even if bursts are of different lengths in that case. M On 01/23/2015 06:47 PM, David Halls wrote: ​Dear All

[Discuss-gnuradio] Adding EOB when using Vectors

2015-01-23 Thread David Halls
?Dear All, I am trying to use TX_TIME, SOB, EOB. How do I add the EOB when I am using a vector? The block I have created takes in vector of 47520 samples, i.e. one item, I want to add TX_TIME and SOB to the first sample. This is no problem, I add it to the item. After the following

Re: [Discuss-gnuradio] Adding EOB when using Vectors

2015-01-23 Thread Martin Braun
Use tagged streams. usrp_sink will place the EOB on your last sample, even if bursts are of different lengths in that case. M On 01/23/2015 06:47 PM, David Halls wrote: ​Dear All, I am trying to use TX_TIME, SOB, EOB. How do I add the EOB when I am using a vector? The block I have

Re: [Discuss-gnuradio] Adding EOB when using Vectors

2015-01-23 Thread David Halls
Sent: 23 January 2015 18:18 To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Adding EOB when using Vectors Use tagged streams. usrp_sink will place the EOB on your last sample, even if bursts are of different lengths in that case. M On 01/23/2015 06:47 PM, David Halls wrote: ​Dear All

Re: [Discuss-gnuradio] Adding EOB when using Vectors

2015-01-23 Thread Martin Braun
@gnu.org mailto:discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Adding EOB when using Vectors Use tagged streams. usrp_sink will place the EOB on your last sample, even if bursts are of different lengths in that case. M On 01/23/2015 06:47 PM, David Halls wrote: ​Dear All, I am