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

some worry about FFT's half result

FEIO__Zao
Beginner
313 Views

Hi,Intel masters,

  I am writing to ask for information about the FFT's half result . In matlab,i use fft to compute an real array ,and then use ifft ,i'll get the initial array.However , in MKL, i just coule get a N/2 + 1 result. Could I had some configs to got the full result? If not ,maybe i could to Conj the  first half of the result to fill the second result and reverse that ,because of the fft oufput in matlab , that is mirroring .

I would be grateful to receive a prompt reply and I am sorry for my broken English.

thanks,xD.

0 Kudos
3 Replies
FEIO__Zao
Beginner
313 Views

My versions is 2017.1.143.Thanks

0 Kudos
Gennady_F_Intel
Moderator
313 Views

you may look at the fft examples ( mklroot/examples/dft[c,f]. there you may find out some examples show how to take such results.

0 Kudos
FEIO__Zao
Beginner
313 Views
dear man .thx a lot.I'll learn it by heart.
0 Kudos
Reply