|
SOLUTIONS
|
CUDALINK SYMBOL
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.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
First, load the CUDALink application:
| In[1]:= |
This generates a random list of complex numbers:
| In[2]:= |
This computes the one-dimensional inverse Fourier transform using CUDA:
| In[3]:= |
| Out[3]= | ![]() |
is the inverse of CUDAFourier:
| In[1]:= |
| Out[1]= |
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

