<?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 How to use DFT to compute a cosine Fourier Tranform in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813894#M4151</link>
    <description>Hi Chang,&lt;BR /&gt;&lt;BR /&gt;Intel MKL 9.0 doesn't provide wrappers for trigonometric transforms. If you want to use MKL FFTW3 interfaces for this, you should upgrade to MKL 10.2 or later versions. Alternatively, with MKL 9.0 you can use trigonometric transforms with a special interface (look into MKL 9.0 documentation, section "Partial Differential Equations Support" -&amp;gt; "Trigonometric Transforms Routines"). Examples of using these can be found in directory examples/pdett of your MKL installation.&lt;BR /&gt;&lt;BR /&gt;To the question aboutbenefits,Intel MKL provides performance optimized functions, and this is the main benefit.However, if youare concerned withportability,then a more popular interface may be the choice, such as FFTW.&lt;BR /&gt;&lt;BR /&gt;OpenMP threads should be harnessedautomatically, provided that you linked your application with proper (threaded) library,perform recommended call sequence to employ threads [e.g. FFTW interface requires a call tofftw_plan_with_nthreads() be made in advance], and/or set environment [e.g. OMP_NUM_THREADS=4]. Details should be found inthe product documentation. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Oct 2010 07:30:48 GMT</pubDate>
    <dc:creator>Dmitry_B_Intel</dc:creator>
    <dc:date>2010-10-04T07:30:48Z</dc:date>
    <item>
      <title>How to use DFT to compute a cosine Fourier Tranform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813891#M4148</link>
      <description>As the title.&lt;DIV&gt;Best regards!&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Oct 2010 04:11:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813891#M4148</guid>
      <dc:creator>Chang_Lei</dc:creator>
      <dc:date>2010-10-01T04:11:37Z</dc:date>
    </item>
    <item>
      <title>How to use DFT to compute a cosine Fourier Tranform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813892#M4149</link>
      <description>Hi Chang,&lt;BR /&gt;&lt;BR /&gt;Intel MKL 10.2 and later versions support major part of FFTW3 interface. In particular 1D trigonometric transforms are supported. Example:&lt;BR /&gt;&lt;BR /&gt;#include "fftw3.h" /* compile with -I$mkl/include/fftw */&lt;BR /&gt;fftw_plan plan = fftw_plan_r2r_1d(N,x,y,FFTW_REDFT01,FFTW_MEASURE);&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;For details see &lt;A href="http://fftw.org/fftw3_doc/Real-even_002fodd-DFTs-_0028cosine_002fsine-transforms_0029.html#Real-even_002fodd-DFTs-_0028cosine_002fsine-transforms_0029" title="FFTW3: Cosine and Sine transforms"&gt;fftw documentation&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
      <pubDate>Fri, 01 Oct 2010 04:30:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813892#M4149</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2010-10-01T04:30:41Z</dc:date>
    </item>
    <item>
      <title>How to use DFT to compute a cosine Fourier Tranform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813893#M4150</link>
      <description>Thanks.&lt;DIV&gt;Current version of MKL I'm using is CMKL 9.0, does that mean I &lt;B&gt;must &lt;/B&gt;update my MKL to 10.2 or later versions?&lt;/DIV&gt;&lt;DIV&gt;And another question is: what's themain benefits of using MKL FFTwwrapperscomparing with using FFTwdirectly? Can I run it with muti-threads(OpenMP threads)?&lt;/DIV&gt;&lt;DIV&gt;With Best Regards!&lt;/DIV&gt;&lt;DIV&gt;                                                        Chang lei&lt;/DIV&gt;</description>
      <pubDate>Sun, 03 Oct 2010 06:09:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813893#M4150</guid>
      <dc:creator>Chang_Lei</dc:creator>
      <dc:date>2010-10-03T06:09:38Z</dc:date>
    </item>
    <item>
      <title>How to use DFT to compute a cosine Fourier Tranform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813894#M4151</link>
      <description>Hi Chang,&lt;BR /&gt;&lt;BR /&gt;Intel MKL 9.0 doesn't provide wrappers for trigonometric transforms. If you want to use MKL FFTW3 interfaces for this, you should upgrade to MKL 10.2 or later versions. Alternatively, with MKL 9.0 you can use trigonometric transforms with a special interface (look into MKL 9.0 documentation, section "Partial Differential Equations Support" -&amp;gt; "Trigonometric Transforms Routines"). Examples of using these can be found in directory examples/pdett of your MKL installation.&lt;BR /&gt;&lt;BR /&gt;To the question aboutbenefits,Intel MKL provides performance optimized functions, and this is the main benefit.However, if youare concerned withportability,then a more popular interface may be the choice, such as FFTW.&lt;BR /&gt;&lt;BR /&gt;OpenMP threads should be harnessedautomatically, provided that you linked your application with proper (threaded) library,perform recommended call sequence to employ threads [e.g. FFTW interface requires a call tofftw_plan_with_nthreads() be made in advance], and/or set environment [e.g. OMP_NUM_THREADS=4]. Details should be found inthe product documentation. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 07:30:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813894#M4151</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2010-10-04T07:30:48Z</dc:date>
    </item>
    <item>
      <title>How to use DFT to compute a cosine Fourier Tranform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813895#M4152</link>
      <description>&lt;DIV&gt;It's very helpful and clear for me.&lt;/DIV&gt;Thanks for yourpatiently reply. That's so nice of you.&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Oct 2010 07:07:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-DFT-to-compute-a-cosine-Fourier-Tranform/m-p/813895#M4152</guid>
      <dc:creator>Chang_Lei</dc:creator>
      <dc:date>2010-10-05T07:07:26Z</dc:date>
    </item>
  </channel>
</rss>

