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

CCE format for complex numbers

kup__benny
Beginner
1,063 Views

Hello 

I want to use intel's mkl fft functions.

Now, according to this the output of real to complex transform is in CCE format,

the problem is that I can't find a description of this format anywhere , I can only find this which describes other formats (e.g., CCS, PERM, etc.)

Apperciate any help

0 Kudos
1 Solution
Ying_H_Intel
Employee
1,063 Views

Hi Benny, 

Please read the topic:  https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/737334
in simple words, the CCE format is same CCS when 1-D FFT. 

and the CCE format  is like the formula:  use the default  order of complex value which store half of the FFT conjugate result . 

https://software.intel.com/en-us/mkl-developer-reference-c-dfti-complex-storage-dfti-real-storage-dfti-conjugate-even-storage

Best Regards,
​Ying 

 

View solution in original post

0 Kudos
3 Replies
mecej4
Honored Contributor III
1,063 Views
0 Kudos
kup__benny
Beginner
1,063 Views

mecej4 wrote:

It took a bit of searching to find the following link:

     https://software.intel.com/en-us/mkl-developer-reference-c-dfti-complex-...

Does that help? Is it enough?

 

Thanks for your prompt response but I have already looked  in that link and could not find the defintion for the CCE format.

0 Kudos
Ying_H_Intel
Employee
1,064 Views

Hi Benny, 

Please read the topic:  https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/737334
in simple words, the CCE format is same CCS when 1-D FFT. 

and the CCE format  is like the formula:  use the default  order of complex value which store half of the FFT conjugate result . 

https://software.intel.com/en-us/mkl-developer-reference-c-dfti-complex-storage-dfti-real-storage-dfti-conjugate-even-storage

Best Regards,
​Ying 

 

0 Kudos
Reply