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.

Bug found about ipp multirate Fir filter?

tan__xiaox
Beginner
590 Views
Iused the IPP FIR funtions to build a multi-rate filter. And I found the parament "downFactor" is useless.
The length of output is source length multipled with "upFactor". I checked ippsFIR_32f and ippsMRFIRDirect_32f, the bugs is same. Is it realy a bug?
0 Kudos
1 Reply
Andrey_B_Intel
Employee
590 Views

Hi, Souledge.
Which downFactor do you use? If downFactor=1 output will be the same, but for downFactor=2 output will be two times shorter and so on. Look please ippsSampleDown function documentation in Intel Integrated Performance Primitives, Reference Manual, Volume 1, Signal Processing.

0 Kudos
Reply