<?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 very basic fft question in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789421#M2120</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like you use MKL 10.3.4 or earlier.&lt;BR /&gt;I attach the source code of basic_sp_real_dft_1d.c for your convenience.&lt;BR /&gt;&lt;BR /&gt;The sequence of steps needed to compute FFT is described on the first page of &lt;A href="http://software.intel.com/sites/products/documentation/hpc/mkl/mklman/GUID-CD8C749B-7CC1-466C-9815-06A7A1D77D30.htm" title="MKL FFT documentation"&gt;FFT documentation&lt;/A&gt;. &lt;BR /&gt;We would appreciate if you shared what in the documentation caused your confusion, for we could improve it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
    <pubDate>Mon, 19 Mar 2012 03:11:39 GMT</pubDate>
    <dc:creator>Dmitry_B_Intel</dc:creator>
    <dc:date>2012-03-19T03:11:39Z</dc:date>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789414#M2113</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I would like to perform a basic fft of audio data:&lt;/P&gt;&lt;P&gt;N real samples -----&amp;gt; N/2+1 complex numbers (No need to obtain the conjugate symmetric other half...)&lt;/P&gt;&lt;P&gt;Furthermore I would like the complex numbers to be in the MKL_Complex format, not separate arrays for real and complex.&lt;/P&gt;&lt;P&gt;How do I set up such an fft using the dfti interface? &lt;/P&gt;&lt;P&gt;I must say the documentation is annoyingly confusing! Can someone spare me the pain?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2012 17:21:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789414#M2113</guid>
      <dc:creator>madir</dc:creator>
      <dc:date>2012-03-16T17:21:32Z</dc:date>
    </item>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789415#M2114</link>
      <description>An alternative to relying solely on the documentation is to use the example source files provided with MKL. Most of them are quite simple and may cover only one issue, but they should help you to get started.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Mar 2012 18:18:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789415#M2114</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-03-16T18:18:42Z</dc:date>
    </item>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789416#M2115</link>
      <description>Thanks, but I have yet to find an example that covers what I want to do.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Mar 2012 18:50:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789416#M2115</guid>
      <dc:creator>madir</dc:creator>
      <dc:date>2012-03-16T18:50:43Z</dc:date>
    </item>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789417#M2116</link>
      <description>From your description,&lt;BR /&gt;&lt;BR /&gt; basic_sp_real_dft_1d.c &lt;BR /&gt;&lt;BR /&gt;for single-precision floating point or&lt;BR /&gt;&lt;BR /&gt; basic_dp_real_dft_1d.c &lt;BR /&gt;&lt;BR /&gt;for double-precision floating point in the examples\dftc sub-directory of Intel MKL look like the closest to what you want. Maybe you could take a look and tell us how what you want is different. &lt;BR /&gt;&lt;BR /&gt;Todd</description>
      <pubDate>Fri, 16 Mar 2012 20:30:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789417#M2116</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2012-03-16T20:30:37Z</dc:date>
    </item>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789418#M2117</link>
      <description>Hi Todd,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help! Unfortunately those files do not exist anywhere in ..\Intel\ComposerXE-2011\mkl\examples &lt;BR /&gt;&lt;BR /&gt;Maybe I don't have the most recent version of MKL. I got it a year ago or so. Have those examples been added recently?</description>
      <pubDate>Sat, 17 Mar 2012 12:45:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789418#M2117</guid>
      <dc:creator>madir</dc:creator>
      <dc:date>2012-03-17T12:45:31Z</dc:date>
    </item>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789419#M2118</link>
      <description>What do you have in &lt;I&gt;...\Intel\ComposerXE-2011\mkl\examples\dftc\source&lt;/I&gt; ?&lt;BR /&gt;&lt;BR /&gt;The examples have been there for quite a while, even in earlier versions of MKL 10.3.&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Mar 2012 14:03:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789419#M2118</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2012-03-17T14:03:13Z</dc:date>
    </item>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789420#M2119</link>
      <description>163 files, but none of those mentioned above.</description>
      <pubDate>Sat, 17 Mar 2012 15:04:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789420#M2119</guid>
      <dc:creator>madir</dc:creator>
      <dc:date>2012-03-17T15:04:50Z</dc:date>
    </item>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789421#M2120</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like you use MKL 10.3.4 or earlier.&lt;BR /&gt;I attach the source code of basic_sp_real_dft_1d.c for your convenience.&lt;BR /&gt;&lt;BR /&gt;The sequence of steps needed to compute FFT is described on the first page of &lt;A href="http://software.intel.com/sites/products/documentation/hpc/mkl/mklman/GUID-CD8C749B-7CC1-466C-9815-06A7A1D77D30.htm" title="MKL FFT documentation"&gt;FFT documentation&lt;/A&gt;. &lt;BR /&gt;We would appreciate if you shared what in the documentation caused your confusion, for we could improve it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
      <pubDate>Mon, 19 Mar 2012 03:11:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789421#M2120</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2012-03-19T03:11:39Z</dc:date>
    </item>
    <item>
      <title>very basic fft question</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789422#M2121</link>
      <description>Hi Dmitry,&lt;BR /&gt;&lt;BR /&gt;Thanks for the code, I'll check it out. Sorry for my late reply, I have been overwhelmed with work:)&lt;BR /&gt;&lt;BR /&gt;One thing struck me, the example uses malloc() rateher than mkl_malloc. Surely 16 byte aligned allocation using mkl_malloc must be required for maxiumum performance, am I wrong?</description>
      <pubDate>Mon, 26 Mar 2012 08:54:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/very-basic-fft-question/m-p/789422#M2121</guid>
      <dc:creator>madir</dc:creator>
      <dc:date>2012-03-26T08:54:21Z</dc:date>
    </item>
  </channel>
</rss>

