Re: [Discuss-gnuradio] streaming from file

2012-11-21 Thread Tom Rondeau
, November 13, 2012 10:42 PM > To: Nowlan, Sean > Cc: discuss-gnuradio@gnu.org > Subject: Re: [Discuss-gnuradio] streaming from file > > On Tue, Nov 13, 2012 at 4:32 PM, Nowlan, Sean > wrote: >> Hi all, >> >> >> >> I am working on a cu

Re: [Discuss-gnuradio] streaming from file

2012-11-14 Thread Nowlan, Sean
ilto:trond...@trondeau.com] On Behalf Of Tom Rondeau Sent: Tuesday, November 13, 2012 10:42 PM To: Nowlan, Sean Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] streaming from file On Tue, Nov 13, 2012 at 4:32 PM, Nowlan, Sean wrote: > Hi all, > > > > I am working on a

Re: [Discuss-gnuradio] streaming from file

2012-11-13 Thread Tom Rondeau
On Tue, Nov 13, 2012 at 4:32 PM, Nowlan, Sean wrote: > Hi all, > > > > I am working on a custom block that tags a stream based on a binary file > stretched into unpacked form: > > > > (1) (2) > (3) > > gr_file_source(repeat=false) --> gr_packed_to_unpacked(1, gr.MSB_FI

[Discuss-gnuradio] streaming from file

2012-11-13 Thread Nowlan, Sean
Hi all, I am working on a custom block that tags a stream based on a binary file stretched into unpacked form: (1) (2)(3) gr_file_source(repeat=false) --> gr_packed_to_unpacked(1, gr.MSB_FIRST) --> my_block I want to come up