discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr_delay


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] gr_delay
Date: Wed, 2 Nov 2011 18:48:18 -0700

On Wed, Nov 2, 2011 at 18:41, Marcus D. Leech <address@hidden> wrote:
 
Also, I wonder whether it has anything to do with the fact that it's a gr_sync_block, and not a gr_sync_decimator.  The FIR filters are all
  gr_sync_decimators, and perhaps the block executors treatment of them and their history setting is the main difference here.

I don't think it matters.  Grepping the tree to find out what code pays attention to d_history member in the block class turns up...very little aside from the initial block construction sequence (creating buffers, etc.)

Johnathan

reply via email to

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