CUDALink`
CUDALink`

CUDAFourier

CUDAFourier[list]

finds the discrete Fourier transform of a list of complex numbers.

CUDAFourier[mem]

finds the discrete Fourier transform of a CUDAMemory.

更多信息和选项

  • The CUDALink application must be loaded using Needs["CUDALink`"].
  • CUDAFourier works on one-, two-, and three-dimensional lists.

范例

打开所有单元关闭所有单元

基本范例  (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 the Wolfram Language:

CUDAFourier works on two-dimensional datasets. Here, a dataset is generated:

Find the logarithmic power spectrum:

CUDAFourier 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:

Neat Examples  (1)

Find the Fourier transform of the rule 30 cellular automaton pattern:

Logarithmic power spectrum:

Wolfram Research (2010),CUDAFourier,Wolfram 语言函数,https://reference.wolfram.com/language/CUDALink/ref/CUDAFourier.html.

文本

Wolfram Research (2010),CUDAFourier,Wolfram 语言函数,https://reference.wolfram.com/language/CUDALink/ref/CUDAFourier.html.

CMS

Wolfram 语言. 2010. "CUDAFourier." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/CUDALink/ref/CUDAFourier.html.

APA

Wolfram 语言. (2010). CUDAFourier. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/CUDALink/ref/CUDAFourier.html 年

BibTeX

@misc{reference.wolfram_2024_cudafourier, author="Wolfram Research", title="{CUDAFourier}", year="2010", howpublished="\url{https://reference.wolfram.com/language/CUDALink/ref/CUDAFourier.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_cudafourier, organization={Wolfram Research}, title={CUDAFourier}, year={2010}, url={https://reference.wolfram.com/language/CUDALink/ref/CUDAFourier.html}, note=[Accessed: 22-November-2024 ]}