Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
CUDALink >

CUDAInverseFourier

CUDAInverseFourier[list]
finds the discrete inverse Fourier transform of a list of complex numbers.
CUDAInverseFourier[mem]
finds the discrete inverse Fourier transform of a CUDAMemory.
  • The CUDALink application must be loaded using Needs.
  • works on one-, two-, and three-dimensional lists.
First, load the CUDALink application:
This generates a random list of complex numbers:
This computes the one-dimensional inverse Fourier transform using CUDA:
is the inverse of CUDAFourier:
First, load the CUDALink application:
In[1]:=
Click for copyable input
This generates a random list of complex numbers:
In[2]:=
Click for copyable input
This computes the one-dimensional inverse Fourier transform using CUDA:
In[3]:=
Click for copyable input
Out[3]=
 
is the inverse of CUDAFourier:
In[1]:=
Click for copyable input
Out[1]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF