- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Tags:
- Development Tools
- General Support
- Intel® Integrated Performance Primitives
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got it. Thank you
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page