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.

MKL 7.21 2d real fft

jkainer
Beginner
1,165 Views
I am evaluating the MKL for creating a signal processing library. My specific needs are to make use of the 1/2/3-d dft functions. Testing the 1d real dft function gives expected results. Testing the 2d real dft vs. the 2d complex dft yields different answers (ignoring the complex conjugate symmetry). The 3x3 matrix is a linear, contiguous array, so the strides are 0,N,1. Other than memory allocation, and loading real vs. complex data, the real and complex code is identical. Is there a bug here, or am I missing something? I can display code if necessary.
Thanks,
0 Kudos
2 Replies
jkainer
Beginner
1,165 Views
I forgot to mention an important detail. The 2d complex fft yields expected results, the 2d real does not.
thanks
0 Kudos
Intel_C_Intel
Employee
1,165 Views
Why not provide the data and we will look at the problem. Bruce
0 Kudos
Reply