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

FFT Implementation query

navals
Beginner
267 Views

Hi

I'm implementing convolution using FFT and am looking for faster implementations.I had a guestion about algorithm used in FFT (real samples) for IPP . Is it possible to know what algorithm it uses (radix 2/4, split radix ) ?

Thanks
0 Kudos
1 Reply
Ying_H_Intel
Employee
267 Views

Hi Navals,

I recalled, Intel IPP FFT is Radix - 2 FFT and the DFT have arbitrary radix support. Additionally, Intel Math Kernel Library (Intel MKL) has none Radix-2 DFT functions .

Here is onearticle about FFT in IPP and MKL
http://software.intel.com/en-us/articles/mkl-ipp-choosing-an-fft/

But both IPP and MKL include convolution functionalities,whichare implementedusing FFT and general convoluation.
Please See ipp manual or MKL manual by visit the Intel MKL web site and the Intel IPP web site.
You may use them directly and see if they can meet your requirement.

Regards,
Ying

0 Kudos
Reply