cufft | R Documentation |
This function uses CUDA's CUFFT library to compute the 1D FFT on a given set of data.
n |
Integer. The number of elements in the FFT. |
inverse |
Logical. Whether to compute the inverse FFT (TRUE) or forward FFT (FALSE). |
h_idata_re |
Numeric vector. The real part of the input data. |
h_idata_im |
Numeric vector. The imaginary part of the input data. |
h_odata_re |
Numeric vector. The real part of the output data. |
h_odata_im |
Numeric vector. The imaginary part of the output data. |
A list with the real and imaginary parts of the transformed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.