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

ippsFIRGenLowpass_64f faults

Tony_Beckett
Beginner
460 Views
I have been using IPPS for several years and have not had an issue.
When I call the ippsFIRGenLowpass_64f the program halts with no
information.
void LowPassFIRFilterProc::setup( double freq, int numTaps, int type )
{
Ipp64f freqRatio;
freqRatio = freq;
Ipp64f* tt = ippsMalloc_64f(numTaps*sizeof(Ipp64f));
ippsFIRGenLowpass_64f( freqRatio, tt, numTaps, ippWinBartlett, ippTrue );
Currently on 6.1 on Windows , will try 7.0 to see if that helps.
Any thoughts on what might be happening.
Cheers
T
0 Kudos
1 Reply
Chao_Y_Intel
Moderator
460 Views
Hello,

Have you got any result with IPP 7.0 release?

Thanks,
Chao
0 Kudos
Reply