<?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 Changing the sign of complex exponential in DftiComputeForward() in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Changing-the-sign-of-complex-exponential-in-DftiComputeForward/m-p/1024185#M19822</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am currently working with FFT tools of MKL 10.3.12, specifically Dfti and Fortran interface. In my Forward transform, complex exponentials have positive sign as opposed to the default negative sign. Although I saw in this article: "https://software.intel.com/en-us/articles/the-intel-math-kernel-library-and-its-fast-fourier-transform-routines" that changing sign is provided in mkl_Dfti, I couldn't find any relevant parameter for that. After checking the original file "mkl_dfti.f90", I noticed that DFTI_FORWARD_SIGN is not implemented yet. So my question is if the newer versions have this facility and if not what is your proposed solution to take advantage of using Dfti (like using complex conjugate even storage) while having positive sign in forward transform.&lt;/P&gt;

&lt;P&gt;Many thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 15 Aug 2014 21:53:25 GMT</pubDate>
    <dc:creator>Amir_S_</dc:creator>
    <dc:date>2014-08-15T21:53:25Z</dc:date>
    <item>
      <title>Changing the sign of complex exponential in DftiComputeForward()</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Changing-the-sign-of-complex-exponential-in-DftiComputeForward/m-p/1024185#M19822</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am currently working with FFT tools of MKL 10.3.12, specifically Dfti and Fortran interface. In my Forward transform, complex exponentials have positive sign as opposed to the default negative sign. Although I saw in this article: "https://software.intel.com/en-us/articles/the-intel-math-kernel-library-and-its-fast-fourier-transform-routines" that changing sign is provided in mkl_Dfti, I couldn't find any relevant parameter for that. After checking the original file "mkl_dfti.f90", I noticed that DFTI_FORWARD_SIGN is not implemented yet. So my question is if the newer versions have this facility and if not what is your proposed solution to take advantage of using Dfti (like using complex conjugate even storage) while having positive sign in forward transform.&lt;/P&gt;

&lt;P&gt;Many thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 21:53:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Changing-the-sign-of-complex-exponential-in-DftiComputeForward/m-p/1024185#M19822</guid>
      <dc:creator>Amir_S_</dc:creator>
      <dc:date>2014-08-15T21:53:25Z</dc:date>
    </item>
    <item>
      <title>Hi Amir,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Changing-the-sign-of-complex-exponential-in-DftiComputeForward/m-p/1024186#M19823</link>
      <description>&lt;P&gt;Hi Amir,&lt;/P&gt;

&lt;P&gt;Unfortunately we still did not implement an ability to modify exponentials sign for forward and backward transforms.&lt;/P&gt;

&lt;P&gt;Some obvious workarounds are: 1) if you are computing complex-to-complex FFT then changing the sign is equivalent to calling DftiComputeBackward instead of DftiComputeForward and vice a verse. 2) if you are computing real-to-complex FFT then changing the sign is equivalent to complex conjugation of the complex-valued output.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2014 08:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Changing-the-sign-of-complex-exponential-in-DftiComputeForward/m-p/1024186#M19823</guid>
      <dc:creator>Evarist_F_Intel</dc:creator>
      <dc:date>2014-08-18T08:13:00Z</dc:date>
    </item>
  </channel>
</rss>

