Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6814 Discussions

Multi-threaded data visualization during data acquisition

iceman_razor
Beginner
468 Views

Hi,

I have a process which generates a data vector from a sensor.I'm using Ipp to process it further for some calculations.I want to know if there is any Ipp /MKL function which allows to plot the vector as a histogram/bar chart during data acquisition.I can write the multi-threaded code,but need information on availiability of plotting functions in C++. I'm using Intel Integrated Performance Primitives v5.3 update 3 for Windows* on IA-32 Intel Architecture.

Suggestions are welcome !!

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
468 Views

Hello,

IPP or MKL is not GUI libraries. You may use IPP or MKL to process the data. To draw the processing result you may use any third party GUI library. Please take a look for example on IPP signal processing demo application which is an example of how it may look like.

Regards,
Vladimir

0 Kudos
Reply