Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Fourier transform grid!

nandan_tandongmail_c
432 Views

Hi,

I am using the 2 dimensional forward transform and back transform routine of
MKL. I was wondering whether it is necessary to have the function
(for which the forward transfrom is evaluated) defined on
a orthogonal grid, or can it also be defined on a non-orthogonal grid?

Thanks in advance,

Regards,

Nandan.
0 Kudos
1 Reply
Dmitry_B_Intel
Employee
432 Views

Hi Nandan,

The two-dimensional FFT functions provided by Intel MKL compute the transform onthe data sampled on a rectangular grid. MKL doesn't support DFT on the data sampled hexagonally or otherwise non-rectangular.

Thanks
Dima
0 Kudos
Reply