<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Mike, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Difficulty-understanding-FFT-documentation/m-p/1032332#M23707</link>
    <description>&lt;P&gt;Hi Mike,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1) In your project , include 'ippi.h' . The functions related to FFT have their dependencies as the following ,&lt;/P&gt;

&lt;H2&gt;Domain Dependencies&lt;/H2&gt;

&lt;P&gt;Headers: &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ippcore.h&lt;/FONT&gt;&lt;/SPAN&gt;, &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ippvm.h&lt;/FONT&gt;&lt;/SPAN&gt;, &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ipps.h&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Libraries: &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ippcore.lib&lt;/FONT&gt;&lt;/SPAN&gt;, &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ippvm.lib&lt;/FONT&gt;&lt;/SPAN&gt;, &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ipps.lib&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;2) It depends on your application's purpose but it is&amp;nbsp;shouldn't make a significant difference&amp;nbsp;betwin using MKL and IPP if you are using standard FFT computations. Please see configurations, options, and features of MKL FFT and IPP FFT here ( MKL : &lt;A href="https://software.intel.com/en-us/node/470818"&gt;https://software.intel.com/en-us/node/470818&lt;/A&gt; , IPP : &lt;A href="https://software.intel.com/en-us/node/504242"&gt;https://software.intel.com/en-us/node/504242&lt;/A&gt; )&lt;/P&gt;

&lt;P&gt;3)You can find&amp;nbsp;IPP example solutions at &amp;lt;ipp_install_dir&amp;gt;/examples/. There's also an example for using FFT. Please check that out :)&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2015 05:46:00 GMT</pubDate>
    <dc:creator>Jonghak_K_Intel</dc:creator>
    <dc:date>2015-03-04T05:46:00Z</dc:date>
    <item>
      <title>Difficulty understanding FFT documentation</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Difficulty-understanding-FFT-documentation/m-p/1032331#M23706</link>
      <description>&lt;P&gt;I'm having a hard time understanding the docs for implementing an FFT , and some other minor issues.&lt;/P&gt;

&lt;P&gt;1) when I look at the intel folder in my build environment, I see several dynamic libraries. Which one is necessary to implement the FFT&lt;/P&gt;

&lt;P&gt;2) Also not clear if I should be using mkl instead of ipp for FFT&lt;/P&gt;

&lt;P&gt;3) In trying to follow the example for using the FFT here : &lt;A href="https://software.intel.com/en-us/articles/how-to-use-intel-ipp-s-1d-fourier-transform-functions" target="_blank"&gt;https://software.intel.com/en-us/articles/how-to-use-intel-ipp-s-1d-fourier-transform-functions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I don't understand the deal with all of the initializing steps. Usually , when I use an intel routine, I am responsible for initializing&amp;nbsp; all local variables and I just pass them into a library function call.&lt;/P&gt;

&lt;P&gt;Could someone point me to an easy example?&lt;/P&gt;

&lt;P&gt;I have a vector of modulated signals (real) and&amp;nbsp; a vector of time points. I need to demodulate the data. I expect to have a vector of complex values and a vector of real values when I am finished.&lt;/P&gt;

&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 15:04:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Difficulty-understanding-FFT-documentation/m-p/1032331#M23706</guid>
      <dc:creator>mike-murphy</dc:creator>
      <dc:date>2015-03-03T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Hi Mike,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Difficulty-understanding-FFT-documentation/m-p/1032332#M23707</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;1) In your project , include 'ippi.h' . The functions related to FFT have their dependencies as the following ,&lt;/P&gt;

&lt;H2&gt;Domain Dependencies&lt;/H2&gt;

&lt;P&gt;Headers: &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ippcore.h&lt;/FONT&gt;&lt;/SPAN&gt;, &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ippvm.h&lt;/FONT&gt;&lt;/SPAN&gt;, &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ipps.h&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Libraries: &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ippcore.lib&lt;/FONT&gt;&lt;/SPAN&gt;, &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ippvm.lib&lt;/FONT&gt;&lt;/SPAN&gt;, &lt;SPAN class="filepath"&gt;&lt;FONT face="Courier New"&gt;ipps.lib&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;2) It depends on your application's purpose but it is&amp;nbsp;shouldn't make a significant difference&amp;nbsp;betwin using MKL and IPP if you are using standard FFT computations. Please see configurations, options, and features of MKL FFT and IPP FFT here ( MKL : &lt;A href="https://software.intel.com/en-us/node/470818"&gt;https://software.intel.com/en-us/node/470818&lt;/A&gt; , IPP : &lt;A href="https://software.intel.com/en-us/node/504242"&gt;https://software.intel.com/en-us/node/504242&lt;/A&gt; )&lt;/P&gt;

&lt;P&gt;3)You can find&amp;nbsp;IPP example solutions at &amp;lt;ipp_install_dir&amp;gt;/examples/. There's also an example for using FFT. Please check that out :)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 05:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Difficulty-understanding-FFT-documentation/m-p/1032332#M23707</guid>
      <dc:creator>Jonghak_K_Intel</dc:creator>
      <dc:date>2015-03-04T05:46:00Z</dc:date>
    </item>
    <item>
      <title>Thanks Got it. </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Difficulty-understanding-FFT-documentation/m-p/1032333#M23708</link>
      <description>&lt;P&gt;Got it. &amp;nbsp;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 19:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Difficulty-understanding-FFT-documentation/m-p/1032333#M23708</guid>
      <dc:creator>mike-murphy</dc:creator>
      <dc:date>2015-03-04T19:15:00Z</dc:date>
    </item>
  </channel>
</rss>

