discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] gr_delay Is Not Working


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] gr_delay Is Not Working
Date: Sun, 10 Jun 2007 12:19:43 -0700
User-agent: Mutt/1.5.9i

On Sun, Jun 10, 2007 at 12:00:49PM -0700, Eng. Firas wrote:
> 
> Dear Eric,
> 
> I think the new fix is not working also. I did not try it yet, but looking
> into the new code can tell us that the problem is still there as follows :
> old code :
> memcpy(optr, iptr + delay()*d_itemsize, noutput_items*d_itemsize);
> 
> New code :
> memcpy(optr, iptr, noutput_items*d_itemsize);
> 
> The new code is simply a copy of input samples to the output samples. I
> don't see any delay action.

It's working.  As of June 4 there's QA code for the block.  
See the set_delay method and the underlying call to set_history.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]