[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FFT in a 2D variable in only one direction



Thank you! By the way the FOR loop is just hurting me, not killing. :-)

"Craig Markwardt" <craigmnet@cow.physics.wisc.edu> escreveu na mensagem
onzo9vax5d.fsf@cow.physics.wisc.edu">news:onzo9vax5d.fsf@cow.physics.wisc.edu...
>
>
> Nothing comes to mind offhand.  My guess is that the FOR loop is not
> going to kill you.  The rule is, do a lot of processing in each
> iteration, and usually an FFT will be enough of a CPU load to
> accomplish this.
>
> Good luck!
> Craig