Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Fourier transform grid!

nandan_tandongmail_c
530 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
530 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