, 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
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
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
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