- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The FIR filter function ippsFIROne_Direct_16s_Sfs() uses parameter pDlyLine and pDlyLineIndex. How can I initialize and use it ?
pt_smp and pt_smpResult are Ipp16s buffers.
Ipp16s COEFF[4]={4096, 8192, 8192, 4096};
Ipp16s *pDlyLineIndex, *pDlyLine;
pDlyLine = ippsMalloc_16s(2*4);
pDlyLineIndex = pDlyLine ;
ippsFIR_Direct_16s_Sfs(pt_smp, pt_smpResult, 64, COEFF, 32, pDlyLine, pDlyLineIndex, 0);
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would refer you to IPP manual (and particularly to ippsman.pdf) where you can find description of all IPP functions and parameters they require.
Regards,
Vladimir

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