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

Bug found about ipp multirate Fir filter?

tan__xiaox
Beginner
285 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
285 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