Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
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.

FFT in IPP only takes dimension as power of 2?

missing__zlw
Beginner
960 Views
Is this true? If so, why? It is not very convenient for only have FFT with dimension as power of 2.

MKL supports other dimensions numbers.
0 Kudos
2 Replies
Naveen_G_Intel
Employee
960 Views

Hi,

You are right, IPP supports transform size is power of 2 only. Refer to IPP and MKL Choosing a High Performance FFT.

Thanks,

Naveen Gv

0 Kudos
Vladimir_Dudnik
Employee
960 Views
Hello,

you should be able to use IPP DFT functions. They do support non power of 2 length.

Regards,
Vladimir
0 Kudos
Reply