Re: [Discuss-gnuradio] patch to gcell fft

2008-07-10 Thread Charles Swiger
On Wed, 2008-07-09 at 14:26 -0700, Eric Blossom wrote: > On Wed, Jul 09, 2008 at 04:38:20PM -0400, Charles Swiger wrote: > > Here is a patch to add windowing to > > gcell/src/lib/wrapper/spu/gcs_fft_1d_r2.c , seems quick and snappy: > No need for all this shuffling... > Well, after running 'spu_

Re: [Discuss-gnuradio] patch to gcell fft

2008-07-09 Thread Eric Blossom
On Wed, Jul 09, 2008 at 04:38:20PM -0400, Charles Swiger wrote: > Here is a patch to add windowing to > gcell/src/lib/wrapper/spu/gcs_fft_1d_r2.c , seems quick and snappy: > > > 24a25 > > #include > 50a52 > > > 52,53c54,69 > < // FIXME pointwise multiply in *= window > < assert(0); > ---

Re: [Discuss-gnuradio] patch to gcell fft

2008-07-09 Thread Charles Swiger
On Wed, 2008-07-09 at 16:38 -0400, Charles Swiger wrote: > Here is a patch to add windowing to > It will also break gr-gcell/src/qa_fft.py > Actually it will not, window not used there. --Chuck ___ Discuss-gnuradio mailing list Discuss-gnuradio@gn

[Discuss-gnuradio] patch to gcell fft

2008-07-09 Thread Charles Swiger
Here is a patch to add windowing to gcell/src/lib/wrapper/spu/gcs_fft_1d_r2.c , seems quick and snappy: 24a25 > #include 50a52 > 52,53c54,69 < // FIXME pointwise multiply in *= window < assert(0); --- > /* pointwise multiply: in *= window > * > * shuffle pattern to make