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

ippsFIRMR32f_32fc API is missing

yu__yiming
Beginner
846 Views

Hi,
I am  using the IPP Multi Rate Filter APIs and I find the " ippsFIRMR32f_32fc " API is missing.
It has " ippsFIRMRGetSize32f_32fc " & " ippsFIRMRInit32f_32fc " APIs, but I can't find the " ippsFIRMR32f_32fc " API in the API reference document.
Does it in the IPP dll and just missing in the document ? Or it is not be done in the dll ?

I find the single rate filter has the api to apply the FIR with float coefficients to complex data. Does it have the same API for multi rate filter ?

yiming

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
846 Views

please check ipps.h ( IPP v.2020) header file and you can see the IPPAPI declaration:

IPPAPI(IppStatus, ippsFIRMR32f_32fc, (const Ipp32fc* pSrc, Ipp32fc* pDst, int numIters, IppsFIRSpec32f_32fc* pSpec, const Ipp32fc* pDlySrc, Ipp32fc* pDlyDst, Ipp8u* pBuf))

0 Kudos
yu__yiming
Beginner
846 Views

I got it. Thank you

0 Kudos
Reply