Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Eric Blossom
On Thu, Mar 29, 2007 at 06:27:24PM -0700, Dan Halperin wrote: > Eric Blossom wrote: > > On Thu, Mar 29, 2007 at 05:16:45PM -0700, Dan Halperin wrote: > > > >> Since this block initially starts with 0 inputs and is not filled with > >> other data following the run of the program, the last <10 sam

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Dan Halperin
Eric Blossom wrote: > On Thu, Mar 29, 2007 at 05:16:45PM -0700, Dan Halperin wrote: > >> Greg Troxel wrote: >> >>> I wonder if there is data somewhere in the flowgraph that's less than >>> the amount needed for the next block to run. Perhaps there should >>> be some sort of drain operatio

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Eric Blossom
On Thu, Mar 29, 2007 at 05:16:45PM -0700, Dan Halperin wrote: > Greg Troxel wrote: > > I wonder if there is data somewhere in the flowgraph that's less than > > the amount needed for the next block to run. Perhaps there should > > be some sort of drain operation, or query for this (that adds over

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Dan Halperin
Greg Troxel wrote: > I wonder if there is data somewhere in the flowgraph that's less than > the amount needed for the next block to run. Perhaps there should > be some sort of drain operation, or query for this (that adds over > components), so one can find out what's going on. > This appear

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Dan Halperin
Dan Halperin wrote: > This is the final state of the flow graph: > > regular 2:1 > max_items_avail = 9 > noutput_items = 8191 > BLKD_IN > were_done I realized that the other two flow graph elements with max_items_avail > 0 have the same max_items_avail at initialization; this makes sense

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Dan Halperin
(Eric, sorry I keep failing to reply all) Eric Blossom wrote: > On Thu, Mar 29, 2007 at 08:01:38AM -0700, Eric Blossom wrote: > >> On Thu, Mar 29, 2007 at 08:04:22AM -0400, Greg Troxel wrote: >> >>> I wonder if there is data somewhere in the flowgraph that's less than >>> the amount needed

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Eric Blossom
On Thu, Mar 29, 2007 at 08:01:38AM -0700, Eric Blossom wrote: > On Thu, Mar 29, 2007 at 08:04:22AM -0400, Greg Troxel wrote: > > > > I wonder if there is data somewhere in the flowgraph that's less than > > the amount needed for the next block to run. Perhaps there should > > be some sort of dra

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Eric Blossom
On Thu, Mar 29, 2007 at 08:04:22AM -0400, Greg Troxel wrote: > Eric Blossom <[EMAIL PROTECTED]> writes: > > > On Wed, Mar 28, 2007 at 09:39:14PM -0700, Dan Halperin wrote: > >> Same loopback code I emailed about earlier; this time I attached the > >> complete file (modulo some cleanup). > >> > >

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Greg Troxel
Eric Blossom <[EMAIL PROTECTED]> writes: > On Wed, Mar 28, 2007 at 09:39:14PM -0700, Dan Halperin wrote: >> Same loopback code I emailed about earlier; this time I attached the >> complete file (modulo some cleanup). >> >> Here's my input file (in stupid x86 short ordering..): >> >>$ hexdum

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Dan Halperin
Eric Blossom wrote: On Wed, Mar 28, 2007 at 09:39:14PM -0700, Dan Halperin wrote: Same loopback code I emailed about earlier; this time I attached the complete file (modulo some cleanup). Here's my input file (in stupid x86 short ordering..): $ hexdump input.txt 000 bbaa ddcc ffe

Re: [Discuss-gnuradio] loopback dropping final bits

2007-03-29 Thread Eric Blossom
On Wed, Mar 28, 2007 at 09:39:14PM -0700, Dan Halperin wrote: > Same loopback code I emailed about earlier; this time I attached the > complete file (modulo some cleanup). > > Here's my input file (in stupid x86 short ordering..): > >$ hexdump input.txt >000 bbaa ddcc ffee 1100 3322

[Discuss-gnuradio] loopback dropping final bits

2007-03-28 Thread Dan Halperin
Same loopback code I emailed about earlier; this time I attached the complete file (modulo some cleanup). Here's my input file (in stupid x86 short ordering..): $ hexdump input.txt 000 bbaa ddcc ffee 1100 3322 5544 7766 9988 and then after going through loopback.py and being packed b