<?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 Double precision 2D FFT? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855442#M7042</link>
    <description>Try looking at the FFT functions in the image processing manual, they might work for you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation/&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 01 Apr 2010 18:58:55 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2010-04-01T18:58:55Z</dc:date>
    <item>
      <title>Double precision 2D FFT?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855441#M7041</link>
      <description>Are there no double precision 2D FFT functions in IPP? I can't seem to find them anywhere.</description>
      <pubDate>Thu, 01 Apr 2010 17:32:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855441#M7041</guid>
      <dc:creator>lkeene</dc:creator>
      <dc:date>2010-04-01T17:32:40Z</dc:date>
    </item>
    <item>
      <title>Double precision 2D FFT?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855442#M7042</link>
      <description>Try looking at the FFT functions in the image processing manual, they might work for you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation/"&gt;http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Apr 2010 18:58:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855442#M7042</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-04-01T18:58:55Z</dc:date>
    </item>
    <item>
      <title>Double precision 2D FFT?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855443#M7043</link>
      <description>There are no FFT functions that take 64-bit float arguments listed in the image processing library...only 32-bit. Very surprising.</description>
      <pubDate>Fri, 02 Apr 2010 16:14:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855443#M7043</guid>
      <dc:creator>lkeene</dc:creator>
      <dc:date>2010-04-02T16:14:11Z</dc:date>
    </item>
    <item>
      <title>Double precision 2D FFT?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855444#M7044</link>
      <description>&lt;P&gt;Will the FFT and DFT functions that take 64fc inputs work for your application?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2010 17:25:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855444#M7044</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-04-02T17:25:20Z</dc:date>
    </item>
    <item>
      <title>Double precision 2D FFT?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855445#M7045</link>
      <description>Paul, I don't see those 64-bit prototypes anywhere in the FFT section of the image processing docs. Was something left out?</description>
      <pubDate>Fri, 02 Apr 2010 23:14:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855445#M7045</guid>
      <dc:creator>lkeene</dc:creator>
      <dc:date>2010-04-02T23:14:13Z</dc:date>
    </item>
    <item>
      <title>Double precision 2D FFT?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855446#M7046</link>
      <description>Here's a link to the page in the on-line documentation, unfortunately, this doesn't help you find it in the manual (hoping that this will get fixed in the future):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.intel.com/sites/products/documentation/hpc/ipp/ipps/ipps_ch7/functn_DFTFwd_CToC.html"&gt;http://software.intel.com/sites/products/documentation/hpc/ipp/ipps/ipps_ch7/functn_DFTFwd_CToC.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To get there again:&lt;BR /&gt;&lt;BR /&gt;- go to the IPP main page:&lt;BR /&gt;&lt;A href="http://www.intel.com/software/products/ipp"&gt;http://www.intel.com/software/products/ipp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- from there choose the &lt;EM&gt;IPP Documentation&lt;/EM&gt; link&lt;BR /&gt;- then choose the HTML link for &lt;EM&gt;volume 1: signal processing&lt;/EM&gt;&lt;BR /&gt;- open Transform functions&lt;BR /&gt;- open Fourier Transform functions&lt;BR /&gt;- open Discrete fourier Transform Functions&lt;BR /&gt;- select DFTFwd_CtoC&lt;BR /&gt;&lt;BR /&gt;Hope this is what you're looking for,&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Sat, 03 Apr 2010 03:24:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855446#M7046</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-04-03T03:24:58Z</dc:date>
    </item>
    <item>
      <title>Double precision 2D FFT?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855447#M7047</link>
      <description>Hi Paul,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;these functions only implement a 1-dimensional FFT. I suppose I could loop over all rows and all columns while calling this function in order to get a 2-dimensional FFT but I don't find the prospect very appealing. Are there plans for double precision FFT in the image processing library any time soon?&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Apr 2010 20:49:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855447#M7047</guid>
      <dc:creator>lkeene</dc:creator>
      <dc:date>2010-04-07T20:49:26Z</dc:date>
    </item>
    <item>
      <title>Double precision 2D FFT?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855448#M7048</link>
      <description>No plans for any changes to that part of the library in the near future. Most changes coming have to do with AVX enhancements and improvements to the crypto, compression, and image processingdomains.</description>
      <pubDate>Fri, 16 Apr 2010 23:04:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Double-precision-2D-FFT/m-p/855448#M7048</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2010-04-16T23:04:16Z</dc:date>
    </item>
  </channel>
</rss>

