Gr_delay Is Not Working

Hi,

I tried to use gr_delay. It seems that it does not work at all.
Does any body used it before and it worked out?

Firas

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

On Sat, Jun 09, 2007 at 11:37:11PM -0700, Eng. Firas wrote:

Hi,

I tried to use gr_delay. It seems that it does not work at all.
Does any body used it before and it worked out?

Firas

It was fixed in the trunk June 4th in changeset 5661.

Are you building from the subversion trunk?

Eric

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_itemsd_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.

Firas,

Eng. Firas wrote:

On Sat, Jun 09, 2007 at 11:37:11PM -0700, Eng. Firas wrote:
Are you building from the subversion trunk?


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

On Sun, Jun 10, 2007 at 12:00:49PM -0700, Eng. Firas wrote:

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

Eric B. wrote:

memcpy(optr, iptr + delay()d_itemsize, noutput_itemsd_itemsize);


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


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.

No,
My last build was 2 months ago.

Firas

Eric B. wrote:

It was fixed in the trunk June 4th in changeset 5661.


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