Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Inverse Fourier Transform

Kamil_K_
Beginner
323 Views

Hello,

I am a bit struggling to find function that would allow me to perform Inverse Discrete Fourier transform. I am using Intel IPP 7.1.

I performed FFT operation with IPP_FFT_NODIV_BY_ANY parameter, ippsFFTFwd_CToC_64fc function, how can I inverse it?

 

0 Kudos
1 Reply
Jonghak_K_Intel
Employee
323 Views

Hi Kamil,

 

there's FFTInv for inverse transformation. Here's the link for IPP 7.1 reference manual ( https://software.intel.com/sites/products/documentation/doclib/iss/2013/ipp/ipp_manual/ippi.pdf ). Please refer page 583 for FFTInv.

Thanks.

0 Kudos
Reply