- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I need to implement complex correlation function, but I realized that there is no in built complex correlation function of Intel ipps library. AmI right?
I need to implement complex correlation function, but I realized that there is no in built complex correlation function of Intel ipps library. AmI right?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
that's not exactly correct. please see as example the following functions:
IppStatus ippsCrossCorr_32fc(const Ipp32fc*pSrc1, intsrc1Len, const Ipp32fc*pSrc2, intsrc2Len, Ipp32fc*pDst, intdstLen, intlowLag);
IppStatus ippsCrossCorr_64fc(const Ipp64fc*pSrc1, intsrc1Len, const Ipp64fc*pSrc2, intsrc2Len, Ipp64fc*pDst, intdstLen, intlowLag);
--Gennady
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page