<?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 newbi - how to use DftiComputeForward in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805473#M3389</link>
    <description>Hi Erich,&lt;DIV&gt;first of all, please look at the examples MKL DFTI examples. you can find them in &lt;MKLROOT&gt;\examples\dftc\source\ directory.&lt;/MKLROOT&gt;&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
    <pubDate>Thu, 03 Jun 2010 19:02:29 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2010-06-03T19:02:29Z</dc:date>
    <item>
      <title>newbi - how to use DftiComputeForward</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805472#M3388</link>
      <description>Hija all&lt;BR /&gt;&lt;BR /&gt;status = DftiComputeForward( desc_handle, x_in, y_out );&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me how I can find out what x_in and y_out are?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Erich&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jun 2010 16:17:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805472#M3388</guid>
      <dc:creator>Erich_Zwyssig</dc:creator>
      <dc:date>2010-06-03T16:17:03Z</dc:date>
    </item>
    <item>
      <title>newbi - how to use DftiComputeForward</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805473#M3389</link>
      <description>Hi Erich,&lt;DIV&gt;first of all, please look at the examples MKL DFTI examples. you can find them in &lt;MKLROOT&gt;\examples\dftc\source\ directory.&lt;/MKLROOT&gt;&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Jun 2010 19:02:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805473#M3389</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-06-03T19:02:29Z</dc:date>
    </item>
    <item>
      <title>newbi - how to use DftiComputeForward</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805474#M3390</link>
      <description>Hi Erich,&lt;BR /&gt;&lt;BR /&gt;For out-of-place transforms x_in is for input data and y_out for output.&lt;BR /&gt;But for in-place transforms the only data pointer is for input and output.&lt;BR /&gt;Also, in case of split-complex data there should be used two separated pointers: for real and imagimary parts. Please take a look at MKL User Guide for more details.</description>
      <pubDate>Fri, 04 Jun 2010 06:37:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805474#M3390</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-06-04T06:37:04Z</dc:date>
    </item>
    <item>
      <title>newbi - how to use DftiComputeForward</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805475#M3391</link>
      <description>&lt;P&gt;Sorry, here is fragment from MKL Reference Manual (not User Guide as I mentioned before):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ComputeForward&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt; Computes the forward FFT.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Syntax&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Fortran:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;status = DftiComputeForward( &lt;I&gt;desc_handle&lt;/I&gt;, &lt;I&gt;x_inout &lt;/I&gt;)&lt;/P&gt;&lt;P&gt;status = DftiComputeForward( &lt;I&gt;desc_handle&lt;/I&gt;, &lt;I&gt;x_in&lt;/I&gt;, &lt;I&gt;y_out &lt;/I&gt;)&lt;/P&gt;&lt;P&gt;status = DftiComputeForward( &lt;I&gt;desc_handle&lt;/I&gt;, &lt;I&gt;xre_in&lt;/I&gt;out, &lt;I&gt;xim_inout &lt;/I&gt;)&lt;/P&gt;&lt;P&gt;status = DftiComputeForward( &lt;I&gt;desc_handle&lt;/I&gt;, &lt;I&gt;xre_in&lt;/I&gt;, &lt;I&gt;xim_in&lt;/I&gt;, &lt;I&gt;yre_out&lt;/I&gt;, &lt;I&gt;yim_out &lt;/I&gt;)&lt;/P&gt;&lt;P&gt;&lt;B&gt;C:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;status = DftiComputeForward( &lt;I&gt;desc_handle&lt;/I&gt;, &lt;I&gt;x_inout &lt;/I&gt;);&lt;/P&gt;&lt;P&gt;status = DftiComputeForward( &lt;I&gt;desc_handle&lt;/I&gt;, &lt;I&gt;x_in&lt;/I&gt;, &lt;I&gt;y_out &lt;/I&gt;);&lt;/P&gt;&lt;P&gt;status = DftiComputeForward( &lt;I&gt;desc_handle&lt;/I&gt;, &lt;I&gt;xre_in&lt;/I&gt;out, &lt;I&gt;xim_inout &lt;/I&gt;);&lt;/P&gt;&lt;P&gt;status = DftiComputeForward( &lt;I&gt;desc_handle&lt;/I&gt;, &lt;I&gt;xre_in&lt;/I&gt;, &lt;I&gt;xim_in&lt;/I&gt;, &lt;I&gt;yre_out&lt;/I&gt;, &lt;I&gt;yim_out );&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2010 08:44:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805475#M3391</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-06-04T08:44:40Z</dc:date>
    </item>
    <item>
      <title>newbi - how to use DftiComputeForward</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805476#M3392</link>
      <description>Hi Gennady, (all)&lt;BR /&gt;&lt;BR /&gt;Thanks for your great help and pointing me to the examples directory. I should be able to sort it out now.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Erich</description>
      <pubDate>Fri, 04 Jun 2010 10:16:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/newbi-how-to-use-DftiComputeForward/m-p/805476#M3392</guid>
      <dc:creator>Erich_Zwyssig</dc:creator>
      <dc:date>2010-06-04T10:16:30Z</dc:date>
    </item>
  </channel>
</rss>

