Re: [Discuss-gnuradio] Big FFTs, etc

2005-06-12 Thread Eric Blossom
On Sat, Jun 11, 2005 at 10:42:56PM -0400, James Cooley wrote: > Is the > > test_ccc_004 > > check in gnuradio-core new with these updates? Is it really necessary? > It's set for 1000 loops and is taking a very long time to run through > them all. Hours. > > -jamie Sorry about that. It was on

Re: [Discuss-gnuradio] Big FFTs, etc

2005-06-11 Thread James Cooley
Is the test_ccc_004 check in gnuradio-core new with these updates? Is it really necessary? It's set for 1000 loops and is taking a very long time to run through them all. Hours. -jamie Eric Blossom wrote: I've made some changes to the buffer sizing algorithm such that we can now compute

[Discuss-gnuradio] Big FFTs, etc

2005-06-10 Thread Eric Blossom
I've made some changes to the buffer sizing algorithm such that we can now compute big FFTs (I tested with 256K points) or for that matter, anything that involves large decimation ratios. If this matters to you, please update gnuradio-core from CVS. Eric