discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Scheduler enhancement?


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] Scheduler enhancement?
Date: Tue, 19 Jul 2016 22:53:02 +0200

> Something that would make this easier--in that it would establish a
> starting-point for cross correlation, and thus reduce the window size
>   over which one needs to estimate, would be if the scheduler could insert a
> time tag of some sort the FIRST time it calls a work function
>   either initially or after a start() stop() start() sequence.  This would
> be crude, since it would be based on an OS-based timer, so it could
>   only act as a starting point.

I don't see why this has to be done by the scheduler, I'd do that in
the source, or even as a separate OOT that just inserts that tag.

Cheers,

   Sylvain



reply via email to

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