We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › Looking for 2 dimensional FFT library
Page Index Toggle Pages: 1
Looking for 2 dimensional FFT library (Read 887 times)
");
int count = arch.width * arch.height;
arch.loadPixels();
loadPixels();
for (int i = 0; i < count; 1 += 2) {
 pixels[i] = arch.pixels[i];
}

updatePixels();[/code]

I hate asking a question like this, but I've already been banging my head against the wall for way too long on this one.  

Thanks, thank you, thanks.

 
Re: Looking for 2 dimensional FFT library
Reply #1 - Oct 24th, 2009, 8:27pm
 
There seems to be something wrong with displaying this post. I hope replying to it will fitx the problem.
Page Index Toggle Pages: 1