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.

IPP 5.1 Usc_ec problem

malot
Beginner
401 Views
Hi,
I tried usc_ec (Echo Cancellation) application with IPP 5.1for windows. I am able to build the code properly and it generates usc_ec.exe in the binia32 directory but when I run the app with appropriate parameters it says "Cannot find EC_FP (or EC_INT) echo canceller". Please help.
Regards,
Ashish Malot
0 Kudos
1 Reply
Vyacheslav_Baranniko
New Contributor II
401 Views
Hi Ashish Malot
Unfortunately, there are a documentation and application bugs in the USC EC 5.1 sample.
First, in the readme.htm in the section "How to run..." should be read
"-type ]" instead of "-type ]", and so the same bug is in outputhelp message of the application.
Second,default value for option "-type" does not work.
So, pleaseuse option
-type ]
at least one has to be in command line.
For example. you may add to usc_ec command line option the following
-type IPP_EC_INT
Sorry for inconvonience.
Vyacheslav
0 Kudos
Reply