- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Have you got any result with IPP 7.0 release?
Thanks,
Chao
Have you got any result with IPP 7.0 release?
Thanks,
Chao
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