I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Programming » C/C++ »

john\′s Photo
15 May 08, 12:54AM
Hi. You need to look at the use of Fast Fourier Transforms (aka FFT). There are none currently on CodeCogs (that I know off); but I'm sure a search on Google should find some solutions. The great thing about FFTs is that the computation time scales according to NlogN process. i.e. almost linear.
Currently you need to be logged in to leave a message.