I have used Jullia's default fft for several months and have had no 
problems. I recently decided to try  plan_fft to improve performance.
I seem to a problem using the plan_fft method. Any help would be 
appreciated.

data is a 2d complex Nu by Nt array
The following is one of many attempts:


p = plan_fft(data,Nu,Nt,MEASURE)
GG= p(data)

Reply via email to