From my knowledge all the semi-codeless tracking algorithms are
heavily patented, and hence cannot be found in textbooks or in any
open forum.
But the patents themselves contain pretty good descriptions of the
techniques;
also there is this paper:
http://www.navcomtech.com/Support/Downlo
On Sat, Aug 09, 2008 at 04:48:18PM +0200, Stefan Bruens wrote:
> On Tuesday 01 July 2008 23:06:57 Don Ward wrote:
> > I ran into this today with gcc 4.3.1 on Debian (testing). Line 101 of
> > qa_gr_fxpt_nco.cc
> >
> > new_nco.sincos ((gr_complex*)new_block, SIN_COS_BLOCK_SIZE);
> >
> > only fill
On Tuesday 01 July 2008 23:06:57 Don Ward wrote:
> I ran into this today with gcc 4.3.1 on Debian (testing). Line 101 of
> qa_gr_fxpt_nco.cc
>
> new_nco.sincos ((gr_complex*)new_block, SIN_COS_BLOCK_SIZE);
>
> only fills the first 1696 members of new_block (though SIN_COS_BLOCK_SIZE =
> 10).