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: Eng. Firas
Subject: Re: [Discuss-gnuradio] gr_delay Is Not Working
Date: Sun, 10 Jun 2007 12:51:32 -0700 (PDT)


Eric Blossom wrote:
> 
> 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.
> 
> Eric wrote :
>>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
> 
> Dear Eric,
> 
> You are right, it is working fine. I didn't saw the set_delay, and I
> thought it was not functioning.
> 
> Firas
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 

-- 
View this message in context: 
http://www.nabble.com/gr_delay-Is-Not-Working-tf3896510.html#a11051697
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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