Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

IppsFIRState_64f

John_G_11
Beginner
1,325 Views

Hi,

I've just installed version 9.0.0 of IPP.  I use VS 2010 as my IDE.  I have code that has been working fine with version 7 of the IPP and so I was a little surprised that after installing IPP 9.0.0 this code no longer compiled.

I set the include path the the IPP 9 include location and indeed some of the IPP basic stuff like ippsGetLibVersion() but 

I'm getting compiler errors on declarations like:

    IppsFIRState_64f* m_pState;

In fact I can't even find this type or ippsFIRInitAlloc_64f() in any of the version 9 header files.  Did I miss something in my setup?

 

Thanks

 

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
1,325 Views

Hi, 

The IPP 9.0 provided an improved FIRSR, and FIRMR function for the FIR filter: 

https://software.intel.com/en-us/node/502209

https://software.intel.com/en-us/node/529034

IppsFIR function can be replaced by these functions. Could you check it ?

thanks,
Chao 

 

0 Kudos
Reply