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

Using FFT from Visual Basic 2005 / .NET in general

albusmw
Beginner
573 Views

Hello!

I am trying to use the FFT function from the Intel IPP from Visual Basic 2005, but I am missing the description of the FFTSpec function in order to call the FFTInit function correct.

Where can I find the definition (a full-working FFT example code would be best, but also the definition of the strcutrure would be ok ...).

Best regards,

Martin.

0 Kudos
1 Reply
Ying_S_Intel
Employee
573 Views

Dear Customer,

You may check the IPP manuals from doc directory for full function descriptions, these manuals are also available online at:
http://www3.intel.com/cd/software/products/asmo-na/eng/346532.htm

1D and 2D FFT functions can be found in Volume 1 and 2 respectively.

In addtion to this, you may check out the sample for VB.NET environment and see how you can use it for specific FFT functions you'd like to use for VB.NET.
Sample list is downloadable from http://www.intel.com/software/products/ipp/samples.htm

Hope it helps.
Thanks,
Ying

0 Kudos
Reply