PRODUCTS
Products Overview
Mathematica
Mathematica for Students
Mathematica Home Edition
Wolfram
CDF Player
(free download)
Computable Document Format (CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Wolfram
Finance Platform
Mathematica
Add-Ons
Wolfram|Alpha Products
SOLUTIONS
Solutions Overview
Engineering
Aerospace Engineering & Defense
Chemical Engineering
Control Systems
Electrical Engineering
Image Processing
Industrial Engineering
Materials Science
Mechanical Engineering
Operations Research
Optics
Petroleum Engineering
Biotechnology & Medicine
Bioinformatics
Medical Imaging
Finance, Statistics & Business Analysis
Actuarial Sciences
Data Analysis & Mining
Econometrics
Economics
Financial Engineering & Mathematics
Financial Risk Management
Statistics
Software Engineering & Content Delivery
Authoring & Publishing
Interface Development
Software Engineering
Web Development
Science
Astronomy
Biological Sciences
Chemistry
Environmental Sciences
Geosciences
Social & Behavioral Sciences
Design, Arts & Entertainment
Game Design, Special Effects & Generative Art
Education
STEM Education Initiative
Higher Education
Community & Technical College Education
Primary & Secondary Education
Students
Technology
Computable Document Format (CDF)
High-Performance & Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
Merchandise
SUPPORT
Support Overview
Knowledge Base
Learning Center
Community & Forums
Training
Does My Site Have a License?
Wolfram User Portal
COMPANY
About Wolfram Research
News & Events
Wolfram Blog
Partnerships
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
All Sites
Wolfram|Alpha
Demonstrations Project
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
CUDALink
>
CUDALINK SYMBOL
CUDALink User Guide
CUDALink Functions: Linear Algebra and Fourier Transforms
Tutorials »
|
Fourier
CUDAInverseFourier
See Also »
|
CUDALink
More About »
CUDAFourier
CUDAFourier[
list
]
finds the discrete Fourier transform of a list of complex numbers.
CUDAFourier[
mem
]
finds the discrete Fourier transform of a
CUDAMemory
.
MORE INFORMATION
The
CUDALink
application must be loaded using
Needs
.
works on one-, two-, and three-dimensional lists.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
First, load the
CUDALink
application:
This generates a random list of reals:
This computes the one-dimensional Fourier transform using CUDA:
The result agrees with
Mathematica
:
works on two-dimensional datasets. Here, a dataset is generated:
Find the logarithmic power spectrum:
can be used on multidimensional datasets. This gets the data from an image:
This performs the Fourier operation:
This shows the absolute value of the result:
First, load the
CUDALink
application:
In[1]:=
This generates a random list of reals:
In[2]:=
This computes the one-dimensional Fourier transform using CUDA:
In[3]:=
Out[3]=
The result agrees with
Mathematica
:
In[4]:=
Out[4]=
works on two-dimensional datasets. Here, a dataset is generated:
In[1]:=
Find the logarithmic power spectrum:
In[2]:=
Out[2]=
can be used on multidimensional datasets. This gets the data from an image:
In[1]:=
This performs the Fourier operation:
In[2]:=
This shows the absolute value of the result:
In[3]:=
Out[3]=
Neat Examples
(1)
Find the Fourier transform of the rule 30 cellular automaton pattern:
Logarithmic power spectrum:
SEE ALSO
Fourier
CUDAInverseFourier
TUTORIALS
CUDALink
User Guide
CUDALink
Functions: Linear Algebra and Fourier Transforms
MORE ABOUT
CUDALink