<?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 Fast FFT library function in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-FFT-library-function/m-p/921850#M15769</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Good morning !&lt;BR /&gt;&lt;/DIV&gt;
&lt;OL&gt;
&lt;LI&gt;The input dataof my application isa 32X16 complex floating point matrix.&lt;/LI&gt;
&lt;LI&gt;The most demandingalgorithm (in terms ofCPU load and computation power) isthe FFT function, which is carried out on each row of the matrix (16 timesFFT on 32 complex floating point elements vector).&lt;/LI&gt;
&lt;LI&gt;My factory purchased the IPP library, but I didn't find any library function which carries out an FFT on a matrix (&lt;STRONG&gt;not 2D FFT which is on of the library functions of the IPPI !!!&lt;/STRONG&gt;) and the current FFT library function (included in IPPS) &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;has a lot of calling overhead!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;LI&gt;Please help me finding such a function (if available) or just give mea link to such a library which includes an appropriate one.&lt;/LI&gt;&lt;/OL&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;
&lt;P&gt;Thanks, Boaz&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Wed, 22 Dec 2004 17:25:01 GMT</pubDate>
    <dc:creator>boazk</dc:creator>
    <dc:date>2004-12-22T17:25:01Z</dc:date>
    <item>
      <title>Fast FFT library function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-FFT-library-function/m-p/921850#M15769</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Good morning !&lt;BR /&gt;&lt;/DIV&gt;
&lt;OL&gt;
&lt;LI&gt;The input dataof my application isa 32X16 complex floating point matrix.&lt;/LI&gt;
&lt;LI&gt;The most demandingalgorithm (in terms ofCPU load and computation power) isthe FFT function, which is carried out on each row of the matrix (16 timesFFT on 32 complex floating point elements vector).&lt;/LI&gt;
&lt;LI&gt;My factory purchased the IPP library, but I didn't find any library function which carries out an FFT on a matrix (&lt;STRONG&gt;not 2D FFT which is on of the library functions of the IPPI !!!&lt;/STRONG&gt;) and the current FFT library function (included in IPPS) &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;has a lot of calling overhead!&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/LI&gt;
&lt;LI&gt;Please help me finding such a function (if available) or just give mea link to such a library which includes an appropriate one.&lt;/LI&gt;&lt;/OL&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;
&lt;P&gt;Thanks, Boaz&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 22 Dec 2004 17:25:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-FFT-library-function/m-p/921850#M15769</guid>
      <dc:creator>boazk</dc:creator>
      <dc:date>2004-12-22T17:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fast FFT library function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-FFT-library-function/m-p/921851#M15770</link>
      <description>&lt;DIV&gt;&lt;FONT color="#000080" size="2"&gt;
&lt;P&gt;It seems youcreate FFTSpec for every FFT call.You should use only one Spec and one buffer for all 16 calls  the calling overhead should not be visible via FFT processing.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 25 Dec 2004 02:59:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-FFT-library-function/m-p/921851#M15770</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2004-12-25T02:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fast FFT library function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-FFT-library-function/m-p/921852#M15771</link>
      <description>&lt;DIV&gt;&lt;FONT size="4"&gt;he first you can use fft of image processing ippi&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="4"&gt;it called ippiFFTFwd&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="4"&gt;beware of the formats there are convertions.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="4"&gt;also look at intel mkl library they have difrent ffts.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size="4"&gt;also i recomend you look in web FFT2D there are some algorithms. you can realy use fft of vector and to create of image.&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 26 Dec 2004 15:36:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Fast-FFT-library-function/m-p/921852#M15771</guid>
      <dc:creator>michaeldunemedicalco</dc:creator>
      <dc:date>2004-12-26T15:36:29Z</dc:date>
    </item>
  </channel>
</rss>

