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.
Login