Re: [Discuss-gnuradio] GPS L2C transmissions?

2008-08-09 Thread Peter Monta
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

Re: [Discuss-gnuradio] Make Check Failures under FC9 on Intel

2008-08-09 Thread Eric Blossom
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

Re: [Discuss-gnuradio] Make Check Failures under FC9 on Intel

2008-08-09 Thread Stefan Bruens
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).